-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Servidor: localhost
-- Tiempo de generación: 08-11-2025 a las 13:24:07
-- Versión del servidor: 10.6.12-MariaDB-0ubuntu0.22.04.1
-- Versión de PHP: 7.4.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Base de datos: `inka_dbfine`
--

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_actionscheduler_actions`
--

CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) UNSIGNED NOT NULL DEFAULT 10,
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_actionscheduler_actions`
--

INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(31, 'action_scheduler/migration_hook', 'complete', '2023-10-04 01:10:55', '2023-10-04 01:10:55', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1696381855;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1696381855;}', 1, 1, '2023-10-04 01:11:04', '2023-10-03 20:11:04', 0, NULL),
(32, 'woocommerce_cleanup_draft_orders', 'complete', '2023-10-04 01:09:55', '2023-10-04 01:09:55', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1696381795;s:18:\"\0*\0first_timestamp\";i:1696381795;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1696381795;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2023-10-04 01:09:55', '2023-10-03 20:09:55', 0, NULL),
(33, 'woocommerce_cleanup_draft_orders', 'pending', '2023-10-05 01:09:55', '2023-10-05 01:09:55', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1696468195;s:18:\"\0*\0first_timestamp\";i:1696381795;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1696468195;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(34, 'action_scheduler/migration_hook', 'failed', '2023-10-04 01:12:04', '2023-10-04 01:12:04', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1696381924;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1696381924;}', 1, 1, '2023-10-04 01:12:04', '2023-10-03 20:12:04', 0, NULL),
(35, 'woocommerce_run_product_attribute_lookup_regeneration_callback', 'complete', '2023-10-04 01:11:11', '2023-10-04 01:11:11', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1696381871;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1696381871;}', 3, 1, '2023-10-04 01:12:04', '2023-10-03 20:12:04', 0, NULL),
(36, 'woocommerce_run_on_woocommerce_admin_updated', 'complete', '2023-10-04 01:11:10', '2023-10-04 01:11:10', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1696381870;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1696381870;}', 4, 1, '2023-10-04 01:12:04', '2023-10-03 20:12:04', 0, NULL),
(37, 'woocommerce_run_product_attribute_lookup_regeneration_callback', 'complete', '2023-10-04 01:12:05', '2023-10-04 01:12:05', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1696381925;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1696381925;}', 3, 1, '2023-10-04 01:12:10', '2023-10-03 20:12:10', 0, NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_actionscheduler_claims`
--

CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_actionscheduler_groups`
--

CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_actionscheduler_groups`
--

INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration'),
(2, ''),
(3, 'woocommerce-db-updates'),
(4, 'woocommerce-remote-inbox-engine');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_actionscheduler_logs`
--

CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_actionscheduler_logs`
--

INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(1, 31, 'action created', '2023-10-04 01:09:55', '2023-10-04 01:09:55'),
(2, 32, 'action created', '2023-10-04 01:09:55', '2023-10-04 01:09:55'),
(3, 32, 'action started via WP Cron', '2023-10-04 01:09:55', '2023-10-04 01:09:55'),
(4, 32, 'action complete via WP Cron', '2023-10-04 01:09:55', '2023-10-04 01:09:55'),
(5, 33, 'action created', '2023-10-04 01:09:55', '2023-10-04 01:09:55'),
(6, 31, 'action started via WP Cron', '2023-10-04 01:11:04', '2023-10-04 01:11:04'),
(7, 31, 'action complete via WP Cron', '2023-10-04 01:11:04', '2023-10-04 01:11:04'),
(8, 34, 'action created', '2023-10-04 01:11:04', '2023-10-04 01:11:04'),
(9, 35, 'action created', '2023-10-04 01:11:10', '2023-10-04 01:11:10'),
(10, 36, 'action created', '2023-10-04 01:11:10', '2023-10-04 01:11:10'),
(11, 36, 'action started via Async Request', '2023-10-04 01:12:04', '2023-10-04 01:12:04'),
(12, 36, 'action complete via Async Request', '2023-10-04 01:12:04', '2023-10-04 01:12:04'),
(13, 35, 'action started via Async Request', '2023-10-04 01:12:04', '2023-10-04 01:12:04'),
(14, 37, 'action created', '2023-10-04 01:12:04', '2023-10-04 01:12:04'),
(15, 35, 'action complete via Async Request', '2023-10-04 01:12:04', '2023-10-04 01:12:04'),
(16, 34, 'action started via Async Request', '2023-10-04 01:12:04', '2023-10-04 01:12:04'),
(17, 34, 'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2023-10-04 01:12:04', '2023-10-04 01:12:04'),
(18, 37, 'action started via Async Request', '2023-10-04 01:12:10', '2023-10-04 01:12:10'),
(19, 37, 'action complete via Async Request', '2023-10-04 01:12:10', '2023-10-04 01:12:10');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_commentmeta`
--

INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(2, 2, 'rating', '5'),
(3, 2, 'trx_addons_comment_likes_count', '0'),
(5, 2, '_wpgdprc', '1590485862'),
(25, 10, 'trx_addons_comment_likes_count', '0'),
(26, 10, '_wpgdprc', '1620143496'),
(27, 11, 'rating', '5'),
(28, 11, 'trx_addons_comment_likes_count', '0'),
(30, 11, '_wpgdprc', '1659622741'),
(31, 12, 'rating', '5'),
(32, 12, 'trx_addons_comment_likes_count', '0'),
(34, 12, '_wpgdprc', '1659622768'),
(35, 13, 'rating', '5'),
(36, 13, 'trx_addons_comment_likes_count', '0'),
(38, 13, '_wpgdprc', '1659622824'),
(45, 14, 'trx_addons_comment_likes_count', '0'),
(46, 14, '_wpgdprc', '1660131940'),
(47, 15, 'trx_addons_comment_likes_count', '0'),
(48, 15, '_wpgdprc', '1660131967'),
(49, 16, 'trx_addons_comment_likes_count', '0'),
(50, 16, '_wpgdprc', '1660131996'),
(51, 17, 'trx_addons_comment_likes_count', '0'),
(52, 17, '_wpgdprc', '1660132012'),
(53, 2, 'verified', '0'),
(54, 13, 'verified', '0'),
(55, 11, 'verified', '0'),
(56, 12, 'verified', '0'),
(57, 19, 'trx_addons_comment_likes_count', '0'),
(58, 20, 'trx_addons_comment_likes_count', '0'),
(59, 21, 'trx_addons_comment_likes_count', '0'),
(60, 22, 'trx_addons_comment_likes_count', '0'),
(61, 22, '_wpgdprc', '1702367067'),
(62, 23, 'trx_addons_comment_likes_count', '0'),
(63, 24, 'trx_addons_comment_likes_count', '0'),
(64, 25, 'trx_addons_comment_likes_count', '0'),
(65, 25, '_wpgdprc', '1702654004'),
(66, 26, 'trx_addons_comment_likes_count', '0'),
(67, 26, '_wpgdprc', '1702682496'),
(68, 27, 'trx_addons_comment_likes_count', '0'),
(69, 28, 'trx_addons_comment_likes_count', '0'),
(70, 28, '_wpgdprc', '1702800220'),
(71, 29, 'trx_addons_comment_likes_count', '0'),
(72, 30, 'trx_addons_comment_likes_count', '0'),
(73, 30, '_wpgdprc', '1703068388'),
(74, 31, 'trx_addons_comment_likes_count', '0'),
(75, 31, '_wpgdprc', '1703090566'),
(76, 32, 'trx_addons_comment_likes_count', '0'),
(77, 32, '_wpgdprc', '1703174901'),
(78, 33, 'trx_addons_comment_likes_count', '0'),
(79, 33, '_wpgdprc', '1703482440'),
(80, 34, 'trx_addons_comment_likes_count', '0'),
(81, 34, '_wpgdprc', '1703509055'),
(82, 35, 'trx_addons_comment_likes_count', '0'),
(83, 36, 'trx_addons_comment_likes_count', '0'),
(84, 37, 'trx_addons_comment_likes_count', '0'),
(85, 38, 'trx_addons_comment_likes_count', '0'),
(86, 39, 'trx_addons_comment_likes_count', '0'),
(87, 39, '_wpgdprc', '1705588638'),
(88, 40, 'trx_addons_comment_likes_count', '0'),
(89, 40, '_wpgdprc', '1705589991'),
(90, 41, 'trx_addons_comment_likes_count', '0'),
(91, 41, '_wpgdprc', '1705603572'),
(92, 42, 'trx_addons_comment_likes_count', '0'),
(93, 42, '_wpgdprc', '1705620503'),
(94, 43, 'trx_addons_comment_likes_count', '0'),
(95, 43, '_wpgdprc', '1705635308'),
(96, 44, 'trx_addons_comment_likes_count', '0'),
(97, 44, '_wpgdprc', '1705657437'),
(98, 45, 'trx_addons_comment_likes_count', '0'),
(99, 45, '_wpgdprc', '1705669070'),
(100, 46, 'trx_addons_comment_likes_count', '0'),
(101, 46, '_wpgdprc', '1705726780'),
(102, 47, 'trx_addons_comment_likes_count', '0'),
(103, 47, '_wpgdprc', '1705731230'),
(104, 48, 'trx_addons_comment_likes_count', '0'),
(105, 48, '_wpgdprc', '1705748597'),
(106, 49, 'trx_addons_comment_likes_count', '0'),
(107, 49, '_wpgdprc', '1723212354'),
(108, 50, 'trx_addons_comment_likes_count', '0'),
(109, 50, '_wpgdprc', '1723244941'),
(110, 51, 'trx_addons_comment_likes_count', '0'),
(111, 51, '_wpgdprc', '1723280875'),
(112, 52, 'trx_addons_comment_likes_count', '0'),
(113, 53, 'trx_addons_comment_likes_count', '0'),
(114, 53, '_wpgdprc', '1740064229'),
(115, 54, 'trx_addons_comment_likes_count', '0'),
(116, 54, '_wpgdprc', '1740069037'),
(117, 55, 'trx_addons_comment_likes_count', '0'),
(118, 55, '_wpgdprc', '1740076353'),
(119, 56, 'trx_addons_comment_likes_count', '0'),
(120, 56, '_wpgdprc', '1740078110'),
(121, 57, 'trx_addons_comment_likes_count', '0'),
(122, 57, '_wpgdprc', '1740078260'),
(123, 58, 'trx_addons_comment_likes_count', '0'),
(124, 58, '_wpgdprc', '1740079469'),
(125, 59, 'trx_addons_comment_likes_count', '0'),
(126, 59, '_wpgdprc', '1740081174'),
(127, 60, 'trx_addons_comment_likes_count', '0'),
(128, 60, '_wpgdprc', '1740095670'),
(129, 61, 'trx_addons_comment_likes_count', '0'),
(130, 61, '_wpgdprc', '1740096094'),
(131, 62, 'trx_addons_comment_likes_count', '0'),
(132, 62, '_wpgdprc', '1740101900'),
(133, 63, 'trx_addons_comment_likes_count', '0'),
(134, 63, '_wpgdprc', '1740102320'),
(135, 64, 'trx_addons_comment_likes_count', '0'),
(136, 64, '_wpgdprc', '1740122371'),
(137, 65, 'trx_addons_comment_likes_count', '0'),
(138, 65, '_wpgdprc', '1740123204'),
(139, 66, 'trx_addons_comment_likes_count', '0'),
(140, 66, '_wpgdprc', '1740126728'),
(141, 67, 'trx_addons_comment_likes_count', '0'),
(142, 67, '_wpgdprc', '1740129900'),
(143, 68, 'trx_addons_comment_likes_count', '0'),
(144, 68, '_wpgdprc', '1740130839'),
(145, 69, 'trx_addons_comment_likes_count', '0'),
(146, 69, '_wpgdprc', '1740131185'),
(147, 70, 'trx_addons_comment_likes_count', '0'),
(148, 70, '_wpgdprc', '1740139224'),
(149, 71, 'trx_addons_comment_likes_count', '0'),
(150, 71, '_wpgdprc', '1740139318'),
(151, 72, 'trx_addons_comment_likes_count', '0'),
(152, 72, '_wpgdprc', '1740141807'),
(153, 73, 'trx_addons_comment_likes_count', '0'),
(154, 73, '_wpgdprc', '1740141969'),
(155, 74, 'trx_addons_comment_likes_count', '0'),
(156, 74, '_wpgdprc', '1740143466'),
(157, 75, 'trx_addons_comment_likes_count', '0'),
(158, 76, 'trx_addons_comment_likes_count', '0'),
(159, 77, 'trx_addons_comment_likes_count', '0'),
(160, 78, 'trx_addons_comment_likes_count', '0'),
(161, 79, 'trx_addons_comment_likes_count', '0'),
(162, 80, 'trx_addons_comment_likes_count', '0'),
(163, 81, 'trx_addons_comment_likes_count', '0'),
(164, 82, 'trx_addons_comment_likes_count', '0'),
(165, 83, 'trx_addons_comment_likes_count', '0'),
(166, 84, 'trx_addons_comment_likes_count', '0');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(2, 2382, 'Ashton Porter', 'ashton.porter@bigmir.net', '', '37.25.105.136', '2020-05-26 09:37:42', '2020-05-26 09:37:42', 'Excellent product! I will be shopping again soon', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36', 'review', 0, 1),
(10, 308, 'Ashton Porter', 'ashton.porter@bigmir.net', '', '127.0.0.1', '2021-05-04 15:51:36', '2021-05-04 15:51:36', 'lorem', 0, '1', 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Mobile Safari/537.36', 'comment', 0, 1),
(11, 2377, 'Dorothy', 'dorothyfinley@bigmir.net', '', '78.47.220.99', '2022-08-04 14:19:01', '2022-08-04 14:19:01', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'review', 0, 0),
(12, 2346, 'Kevin', 'kevinjohnson@bigmir.net', '', '78.47.220.99', '2022-08-04 14:19:27', '2022-08-04 14:19:27', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'review', 0, 0),
(13, 2381, 'Dorothy', 'dorothyfinley@bigmir.net', '', '78.47.220.99', '2022-08-04 14:20:23', '2022-08-04 14:20:23', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'review', 0, 0),
(14, 17965, 'Dorothy', 'dorothyfinley@bigmir.net', '', '78.47.220.99', '2022-08-10 11:45:40', '2022-08-10 11:45:40', 'Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'comment', 0, 0),
(15, 17978, 'Dorothy', 'dorothyfinley@bigmir.net', '', '78.47.220.99', '2022-08-10 11:46:06', '2022-08-10 11:46:06', 'Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'comment', 0, 0),
(16, 17965, 'Kevin', 'kevinjohnson@bigmir.net', '', '78.47.220.99', '2022-08-10 11:46:36', '2022-08-10 11:46:36', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'comment', 0, 0),
(17, 17978, 'Kevin', 'kevinjohnson@bigmir.net', '', '78.47.220.99', '2022-08-10 11:46:51', '2022-08-10 11:46:51', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'comment', 0, 0),
(18, 19716, 'WooCommerce', 'woocommerce@fabric.axiomthemes.kat', '', '', '2022-08-29 20:34:31', '2022-08-29 20:34:31', 'Awaiting payment response Order status changed from Pending payment to On hold.', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(19, 17965, 'difference between sildenafil tadalafil and vardenafil', '', 'https://tadalatada.com', '178.159.37.158', '2023-12-01 18:42:15', '2023-12-01 23:42:15', '<strong>difference between sildenafil tadalafil and vardenafil</strong>\n\nThree Steps to Creating the Perfect Suit &#8211; Inkafine', 0, '0', 'PHP/5.3.58', 'trackback', 0, 0),
(20, 17978, 'tadalafil liquid for sale', '', 'https://tadalatada.com', '178.159.37.158', '2023-12-02 20:27:13', '2023-12-03 01:27:13', '<strong>tadalafil liquid for sale</strong>\n\nCustom Ties Offer Affordable Luxury &#8211; Inkafine', 0, '0', 'PHP/5.2.48', 'trackback', 0, 0),
(21, 308, 'generic tadalafil online', '', 'https://tadalatada.com', '178.159.37.158', '2023-12-06 00:56:36', '2023-12-06 05:56:36', '<strong>generic tadalafil online</strong>\n\nThe Best Ideas Always Come Unexpectedly &#8211; Inkafine', 0, '0', 'PHP/5.2.18', 'trackback', 0, 0),
(22, 17965, 'VecQuorn', 'f4ghgsx3hhi@gmail.com', '', '178.159.37.28', '2023-12-12 02:44:27', '2023-12-12 07:44:27', '<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">buy viagra best price</a>', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'comment', 0, 0),
(23, 17978, 'essay writting service', '', 'https://essaywriteee.com', '178.159.37.158', '2023-12-12 15:10:48', '2023-12-12 20:10:48', '<strong>essay writting service</strong>\n\nCustom Ties Offer Affordable Luxury &#8211; Inkafine', 0, '0', 'PHP/5.2.41', 'trackback', 0, 0),
(24, 308, 'medical school essay writing service', '', 'https://essaywriterbar.com', '45.139.67.16', '2023-12-15 09:32:40', '2023-12-15 14:32:40', '<strong>medical school essay writing service</strong>\n\nThe Best Ideas Always Come Unexpectedly &#8211; Inkafine', 0, '0', 'PHP/5.2.63', 'trackback', 0, 0),
(25, 308, 'VecQuorn', 'f4ghgsx3hhi@gmail.com', '', '178.159.37.28', '2023-12-15 10:26:44', '2023-12-15 15:26:44', '<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">viagra 25mg online india</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36 OPR/49.0.2725.47', 'comment', 0, 0),
(26, 17965, 'VecQuorn', 'f4ghgsx3hhi@gmail.com', '', '178.159.37.28', '2023-12-15 18:21:36', '2023-12-15 23:21:36', '<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">sildenafil 50mg united states</a>', 0, '0', 'Mozilla/5.0 (Windows NT 8.0; Win64; rv:34.0) Gecko/20100101 Firefox/34.0', 'comment', 0, 0),
(27, 17978, 'buy essay papers', '', 'https://essaywriterbar.com', '191.102.149.254', '2023-12-16 01:25:05', '2023-12-16 06:25:05', '<strong>buy essay papers</strong>\n\nCustom Ties Offer Affordable Luxury &#8211; Inkafine', 0, '0', 'PHP/5.3.98', 'trackback', 0, 0),
(28, 17978, 'VecQuorn', 'f4ghgsx3hhi@gmail.com', '', '178.159.37.28', '2023-12-17 03:03:40', '2023-12-17 08:03:40', '<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">best viagra pills in india</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36', 'comment', 0, 0),
(29, 17965, 'can i get someone to write my essay', '', 'https://essaywriterbar.com', '45.139.64.134', '2023-12-17 11:07:26', '2023-12-17 16:07:26', '<strong>can i get someone to write my essay</strong>\n\nThree Steps to Creating the Perfect Suit &#8211; Inkafine', 0, '0', 'PHP/5.2.15', 'trackback', 0, 0),
(30, 308, 'VecQuorn', 'f4ghgsx3hhi@gmail.com', '', '178.159.37.28', '2023-12-20 05:33:08', '2023-12-20 10:33:08', '<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">how much is viagra in south africa</a>', 0, '0', 'Mozilla/5.0 (Windows NT 10.1; Win64; rv:38.0) Gecko/20100101 Firefox/38.0', 'comment', 0, 0),
(31, 17965, 'VecQuorn', 'f4ghgsx3hhi@gmail.com', '', '178.159.37.28', '2023-12-20 11:42:45', '2023-12-20 16:42:45', '<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">price of viagra 100mg uk</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.2260 Yowser/2.5 Safari/537.36', 'comment', 0, 0),
(32, 17978, 'VecQuorn', 'f4ghgsx3hhi@gmail.com', '', '178.159.37.28', '2023-12-21 11:08:21', '2023-12-21 16:08:21', '<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">generic viagra australia online</a>', 0, '0', 'Mozilla/5.0 (Windows NT 5.0; rv:44.0) Gecko/20100101 Firefox/44.0', 'comment', 0, 0),
(33, 17978, 'VecQuorn', 'f4ghgsx3hhi@gmail.com', '', '178.159.37.28', '2023-12-25 00:34:00', '2023-12-25 05:34:00', '<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">viagra pills discount</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36', 'comment', 0, 0),
(34, 308, 'VecQuorn', 'f4ghgsx3hhi@gmail.com', '', '178.159.37.28', '2023-12-25 07:57:34', '2023-12-25 12:57:34', '<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">viagra online india pharmacy</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36', 'comment', 0, 0),
(35, 18357, 'is tadalafil the same as cialis', '', 'https://ztadalafiluus.com', '190.123.209.212', '2023-12-29 14:24:53', '2023-12-29 19:24:53', '<strong>is tadalafil the same as cialis</strong>\n\nis tadalafil the same as cialis', 0, '0', 'PHP/5.2.37', 'trackback', 0, 0),
(36, 18176, 'cialis nex day delivery uk', '', 'https://ztadalafiluus.com', '198.245.77.168', '2023-12-30 14:03:11', '2023-12-30 19:03:11', '<strong>cialis nex day delivery uk</strong>\n\ncialis nex day delivery uk', 0, '0', 'PHP/5.2.88', 'trackback', 0, 0),
(37, 18294, 'cialis recommended dosage', '', 'https://ztadalafiluus.com', '193.34.75.15', '2023-12-31 05:52:58', '2023-12-31 10:52:58', '<strong>cialis recommended dosage</strong>\n\ncialis recommended dosage', 0, '0', 'PHP/5.2.84', 'trackback', 0, 0),
(38, 18292, 'how long does it take cialis to start working', '', 'https://ztadalafiluus.com', '170.247.223.147', '2023-12-31 22:22:32', '2024-01-01 03:22:32', '<strong>how long does it take cialis to start working</strong>\n\nhow long does it take cialis to start working', 0, '0', 'PHP/5.3.95', 'trackback', 0, 0),
(39, 18361, 'KdfgtgHaist', 'hwdnggdssg5ci@gmail.com', '', '178.159.37.28', '2024-01-18 09:37:18', '2024-01-18 14:37:18', '<a href=\"https://24dayviagrix.com/\" rel=\"nofollow ugc\">tadalafil price walmart</a>', 0, '0', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'comment', 0, 0),
(40, 18296, 'KdfgtgHaist', 'hwdnggdssg5ci@gmail.com', '', '178.159.37.28', '2024-01-18 09:59:51', '2024-01-18 14:59:51', '<a href=\"https://24dayviagrix.com/\" rel=\"nofollow ugc\">does medicare cover cialis for bph</a>', 0, '0', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0', 'comment', 0, 0),
(41, 18290, 'KdfgtgHaist', 'hwdnggdssg5ci@gmail.com', '', '178.159.37.28', '2024-01-18 13:46:12', '2024-01-18 18:46:12', '<a href=\"https://24dayviagrix.com/\" rel=\"nofollow ugc\">cialis buy australia online</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:37.1) Gecko/20100101 Firefox/37.1', 'comment', 0, 0),
(42, 18363, 'KdfgtgHaist', 'hwdnggdssg5ci@gmail.com', '', '178.159.37.28', '2024-01-18 18:28:23', '2024-01-18 23:28:23', '<a href=\"https://24dayviagrix.com/\" rel=\"nofollow ugc\">stendra vs cialis</a>', 0, '0', 'Mozilla/5.0 (Windows NT 10.1; rv:40.1) Gecko/20100101 Firefox/40.1', 'comment', 0, 0),
(43, 18288, 'KdfgtgHaist', 'hwdnggdssg5ci@gmail.com', '', '178.159.37.28', '2024-01-18 22:35:08', '2024-01-19 03:35:08', '<a href=\"https://24dayviagrix.com/\" rel=\"nofollow ugc\">cialis cheaper</a>', 0, '0', 'Mozilla/5.0 (Windows NT 8.1; rv:40.0) Gecko/20100101 Firefox/40.0', 'comment', 0, 0),
(44, 18359, 'KdfgtgHaist', 'hwdnggdssg5ci@gmail.com', '', '178.159.37.28', '2024-01-19 04:43:57', '2024-01-19 09:43:57', '<a href=\"https://24dayviagrix.com/\" rel=\"nofollow ugc\">tadalafil prescription</a>', 0, '0', 'Mozilla/5.0 (Windows NT 8.0; Win64; rv:34.0) Gecko/20100101 Firefox/34.0', 'comment', 0, 0),
(45, 18357, 'KdfgtgHaist', 'hwdnggdssg5ci@gmail.com', '', '178.159.37.28', '2024-01-19 07:57:50', '2024-01-19 12:57:50', '<a href=\"https://24dayviagrix.com/\" rel=\"nofollow ugc\">cheap cialis professional</a>', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0', 'comment', 0, 0),
(46, 18294, 'KdfgtgHaist', 'hwdnggdssg5ci@gmail.com', '', '178.159.37.28', '2024-01-19 23:59:40', '2024-01-20 04:59:40', '<a href=\"https://24dayviagrix.com/\" rel=\"nofollow ugc\">cialis vs.levitra</a>', 0, '0', 'Mozilla/5.0 (Windows NT 7.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0', 'comment', 0, 0),
(47, 18292, 'KdfgtgHaist', 'hwdnggdssg5ci@gmail.com', '', '178.159.37.28', '2024-01-20 01:13:50', '2024-01-20 06:13:50', '<a href=\"https://24dayviagrix.com/\" rel=\"nofollow ugc\">what is the active ingredient in cialis</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'comment', 0, 0),
(48, 18176, 'KdfgtgHaist', 'hwdnggdssg5ci@gmail.com', '', '178.159.37.28', '2024-01-20 06:03:17', '2024-01-20 11:03:17', '<a href=\"https://24dayviagrix.com/\" rel=\"nofollow ugc\">buy some cialis</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Win64; rv:38.0) Gecko/20100101 Firefox/38.0', 'comment', 0, 0),
(49, 304, 'Phillip', 'phillipchavez@hotmail.com', '', '92.251.103.63', '2024-08-09 09:05:54', '2024-08-09 14:05:54', 'Really excellent info can be found on website.<a href=\"http://justlivinclothing.com/__media__/js/netsoltrademark.php?d=www.blogexpander.com\" rel=\"nofollow ugc\">Money from blog</a>', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'comment', 0, 0),
(50, 17965, 'Clarice', 'claricebegin@terra.com.br', '', '92.251.103.63', '2024-08-09 18:09:01', '2024-08-09 23:09:01', 'Real superb information can be found on website.<a href=\"http://larkinville.org/__media__/js/netsoltrademark.php?d=www.blogexpander.com\" rel=\"nofollow ugc\">Raise blog range</a>', 0, '0', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'comment', 0, 0),
(51, 18174, 'Donny', 'donny_maclanachan@yahoo.com', '', '92.251.103.63', '2024-08-10 04:07:55', '2024-08-10 09:07:55', 'Very interesting info!Perfect just what I was searching for!<a href=\"http://aspenarmory.com/__media__/js/netsoltrademark.php?d=www.blogexpander.com\" rel=\"nofollow ugc\">Expand blog</a>', 0, '0', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'comment', 0, 0),
(52, 18292, 'elavil dosing for neuropathic pain', '', 'https://elavil365y.com', '178.159.37.158', '2025-01-05 16:36:19', '2025-01-05 21:36:19', '<strong>elavil dosing for neuropathic pain</strong>\n\nelavil dosing for neuropathic pain', 0, '0', 'PHP/5.3.62', 'trackback', 0, 0),
(53, 18171, 'dictum', 'I8Uu7tOuqK@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 10:10:29', '2025-02-20 15:10:29', 'FXUbB62118Z', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(54, 18165, 'non', 'QZ48tMbiGy@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 11:30:36', '2025-02-20 16:30:36', 'rphTIKKrEPc', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(55, 18290, 'destructional', 'tIsZhOfm0U@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 13:32:33', '2025-02-20 18:32:33', 'sLCfDaYGC5A', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(56, 18176, 'Harry Potter', 'GwUruTSPds@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 14:01:50', '2025-02-20 19:01:50', 'DVmNSjRJIWH', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(57, 17974, 'laughter', 'KfFwcV7hgj@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 14:04:20', '2025-02-20 19:04:20', 'GEqUTRPhRnI', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(58, 17972, 'sassywoods', 'Aujomyc2tb@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 14:24:29', '2025-02-20 19:24:29', 'R8js4Ud6zi7', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(59, 17965, 'boughed', 'RKM5G1RJsg@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 14:52:54', '2025-02-20 19:52:54', 'JTcpo1tCG93', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(60, 17970, 'skoaling', 'Zy1LW3AYPO@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 18:54:30', '2025-02-20 23:54:30', 'DjuFJOO19aN', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(61, 18296, 'screenplay', '0qO6D5PTGi@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 19:01:34', '2025-02-21 00:01:34', '4QhNJf0aHPi', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(62, 17970, 'ਹਾਰਡਕੋਰ ਪੋਰਨੋਗ੍ਰਾਫੀ', 'Daiv3VKeby@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 20:38:19', '2025-02-21 01:38:19', 'sqlDA3KX5BN', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(63, 18296, 'analyticities', 'gj7UZaEE5F@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-20 20:45:20', '2025-02-21 01:45:20', 'DLpSHix90fx', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(64, 18288, 'torrifies', 'fIqLqLZrKm@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 02:19:31', '2025-02-21 07:19:31', 'pI4Qk9jAZVv', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(65, 17978, 'panties', 'DzomM0Oxk7@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 02:33:24', '2025-02-21 07:33:24', 'sFlBt4HzdlN', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(66, 308, 'mimicker', 'AialfGfkNK@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 03:32:08', '2025-02-21 08:32:08', 'yaMoyavchBM', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(67, 18169, 'curae', 'lUyiUF7RkE@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 04:25:00', '2025-02-21 09:25:00', 'AqRq391cRDv', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(68, 18294, 'nude Jennifer Lopez', 'OVxIkWLMIn@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 04:40:39', '2025-02-21 09:40:39', 'tcEdFGDbFFc', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(69, 18292, 'anarchal', 'dZA37u1GJL@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 04:46:25', '2025-02-21 09:46:25', 'KPyAdeHeOts', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(70, 18357, 'mattamore', 'GbYNDGhY2i@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 07:00:24', '2025-02-21 12:00:24', 'gZZg25DVupD', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(71, 18363, 'ultrices', 'XJWu1XxL4t@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 07:01:58', '2025-02-21 12:01:58', 'vuqHFNacwjZ', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(72, 18174, 'pickle relish', 'XuJKq3VWIK@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 07:43:27', '2025-02-21 12:43:27', 'gxNduyPu4pk', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(73, 18361, 'overfavor', 'EmJ0L82UwF@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 07:46:09', '2025-02-21 12:46:09', 'pyaxsA4qUqg', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(74, 18359, 'Suomi', 'y1ol763rLN@hotmail.com', 'https://newwavefoods.com/', '179.43.191.19', '2025-02-21 08:11:06', '2025-02-21 13:11:06', 'ZsIw9NrMfGS', 0, '0', 'TheSafeInternetSearch', 'comment', 0, 0),
(75, 18363, 'sildenafil 100 mg', '', 'https://vikmeepxez.com/', '5.22.206.230', '2025-05-29 07:16:35', '2025-05-29 12:16:35', '[&#8230;] generic viagra 25mg [&#8230;]', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13', 'pingback', 0, 0),
(76, 18292, 'sildenafil 100mg price at walmart', '', 'https://vikmeepxez.com/', '45.140.211.26', '2025-05-29 21:47:33', '2025-05-30 02:47:33', '[&#8230;] sildenafil citrate 50mg tab [&#8230;]', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13', 'pingback', 0, 0),
(77, 18357, 'viagra 25mg', '', 'https://vikmeepxez.com/', '193.124.16.106', '2025-05-30 01:00:49', '2025-05-30 06:00:49', '[&#8230;] viagra pill 50mg [&#8230;]', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13', 'pingback', 0, 0),
(78, 18296, 'viagra 50 milligrams', '', 'https://vikmeepxez.com/', '5.22.207.75', '2025-05-31 09:25:10', '2025-05-31 14:25:10', '[&#8230;] street value of viagra 50mg [&#8230;]', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13', 'pingback', 0, 0),
(79, 18288, 'order viagra 50 mg', '', 'https://vikmeepxez.com/', '5.22.206.230', '2025-06-01 07:22:43', '2025-06-01 12:22:43', '[&#8230;] viagra sildenafil 50mg tablets [&#8230;]', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13', 'pingback', 0, 0),
(80, 18359, 'street value viagra 100mg', '', 'https://vikmeepxez.com/', '192.109.127.70', '2025-06-01 11:46:39', '2025-06-01 16:46:39', '[&#8230;] sildenafil citrate 25mg tab amazon [&#8230;]', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13', 'pingback', 0, 0),
(81, 18176, 'viagra 50mg buy', '', 'https://vikmeepxez.com/', '193.41.86.252', '2025-06-01 20:00:22', '2025-06-02 01:00:22', '[&#8230;] 100 mg viagra pills [&#8230;]', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13', 'pingback', 0, 0),
(82, 18294, 'sildenafil 100mg price at walmart', '', 'https://vikmeepxez.com/', '185.191.144.186', '2025-06-02 23:05:06', '2025-06-03 04:05:06', '[&#8230;] viagra 100mg online in india [&#8230;]', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13', 'pingback', 0, 0),
(83, 18290, 'viagra 50 mg pill', '', 'https://vikmeepxez.com/', '193.41.86.165', '2025-06-03 01:51:48', '2025-06-03 06:51:48', '[&#8230;] sildenafil citrate 100mg for sale [&#8230;]', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13', 'pingback', 0, 0),
(84, 18361, 'viagra de 100 mg', '', 'https://vikmeepxez.com/', '146.247.112.234', '2025-06-05 08:45:09', '2025-06-05 13:45:09', '[&#8230;] viagra dose 75 mg [&#8230;]', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13', 'pingback', 0, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_e_events`
--

CREATE TABLE `wp_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_e_submissions`
--

CREATE TABLE `wp_e_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) UNSIGNED NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_e_submissions_actions_log`
--

CREATE TABLE `wp_e_submissions_actions_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_e_submissions_values`
--

CREATE TABLE `wp_e_submissions_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://inkafine.com', 'yes'),
(2, 'home', 'https://inkafine.com', 'yes'),
(3, 'blogname', 'Inkafine', 'yes'),
(4, 'blogdescription', 'Fabricacion de Prendas de Vestir y Textiles', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'informes@softlabstudio.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '12', 'yes'),
(23, 'date_format', 'j F, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'j F, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:274:{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:12:\"portfolio/?$\";s:33:\"index.php?post_type=cpt_portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=cpt_portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=cpt_portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=cpt_portfolio&paged=$matches[1]\";s:11:\"services/?$\";s:32:\"index.php?post_type=cpt_services\";s:41:\"services/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=cpt_services&feed=$matches[1]\";s:36:\"services/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=cpt_services&feed=$matches[1]\";s:28:\"services/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=cpt_services&paged=$matches[1]\";s:7:\"team/?$\";s:28:\"index.php?post_type=cpt_team\";s:37:\"team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=cpt_team&feed=$matches[1]\";s:32:\"team/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=cpt_team&feed=$matches[1]\";s:24:\"team/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=cpt_team&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"layouts_group/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?cpt_layouts_group=$matches[1]&feed=$matches[2]\";s:47:\"layouts_group/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?cpt_layouts_group=$matches[1]&feed=$matches[2]\";s:28:\"layouts_group/(.+?)/embed/?$\";s:50:\"index.php?cpt_layouts_group=$matches[1]&embed=true\";s:40:\"layouts_group/(.+?)/page/?([0-9]{1,})/?$\";s:57:\"index.php?cpt_layouts_group=$matches[1]&paged=$matches[2]\";s:22:\"layouts_group/(.+?)/?$\";s:39:\"index.php?cpt_layouts_group=$matches[1]\";s:35:\"layouts/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"layouts/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"layouts/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"layouts/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"layouts/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"layouts/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"layouts/([^/]+)/embed/?$\";s:44:\"index.php?cpt_layouts=$matches[1]&embed=true\";s:28:\"layouts/([^/]+)/trackback/?$\";s:38:\"index.php?cpt_layouts=$matches[1]&tb=1\";s:36:\"layouts/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?cpt_layouts=$matches[1]&paged=$matches[2]\";s:43:\"layouts/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?cpt_layouts=$matches[1]&cpage=$matches[2]\";s:32:\"layouts/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?cpt_layouts=$matches[1]&page=$matches[2]\";s:24:\"layouts/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"layouts/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"layouts/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"layouts/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"layouts/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"layouts/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"adp-popup/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"adp-popup/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"adp-popup/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"adp-popup/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"adp-popup/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"adp-popup/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"adp-popup/([^/]+)/embed/?$\";s:42:\"index.php?adp-popup=$matches[1]&embed=true\";s:30:\"adp-popup/([^/]+)/trackback/?$\";s:36:\"index.php?adp-popup=$matches[1]&tb=1\";s:38:\"adp-popup/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?adp-popup=$matches[1]&paged=$matches[2]\";s:45:\"adp-popup/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?adp-popup=$matches[1]&cpage=$matches[2]\";s:34:\"adp-popup/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?adp-popup=$matches[1]&page=$matches[2]\";s:26:\"adp-popup/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"adp-popup/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"adp-popup/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"adp-popup/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"adp-popup/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"adp-popup/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"portfolio_group/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?cpt_portfolio_group=$matches[1]&feed=$matches[2]\";s:49:\"portfolio_group/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?cpt_portfolio_group=$matches[1]&feed=$matches[2]\";s:30:\"portfolio_group/(.+?)/embed/?$\";s:52:\"index.php?cpt_portfolio_group=$matches[1]&embed=true\";s:42:\"portfolio_group/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?cpt_portfolio_group=$matches[1]&paged=$matches[2]\";s:24:\"portfolio_group/(.+?)/?$\";s:41:\"index.php?cpt_portfolio_group=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:46:\"index.php?cpt_portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:40:\"index.php?cpt_portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?cpt_portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?cpt_portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?cpt_portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?cpt_portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?cpt_portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"services_group/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?cpt_services_group=$matches[1]&feed=$matches[2]\";s:48:\"services_group/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?cpt_services_group=$matches[1]&feed=$matches[2]\";s:29:\"services_group/(.+?)/embed/?$\";s:51:\"index.php?cpt_services_group=$matches[1]&embed=true\";s:41:\"services_group/(.+?)/page/?([0-9]{1,})/?$\";s:58:\"index.php?cpt_services_group=$matches[1]&paged=$matches[2]\";s:23:\"services_group/(.+?)/?$\";s:40:\"index.php?cpt_services_group=$matches[1]\";s:36:\"services/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"services/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"services/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"services/([^/]+)/embed/?$\";s:45:\"index.php?cpt_services=$matches[1]&embed=true\";s:29:\"services/([^/]+)/trackback/?$\";s:39:\"index.php?cpt_services=$matches[1]&tb=1\";s:49:\"services/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?cpt_services=$matches[1]&feed=$matches[2]\";s:44:\"services/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?cpt_services=$matches[1]&feed=$matches[2]\";s:37:\"services/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?cpt_services=$matches[1]&paged=$matches[2]\";s:44:\"services/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?cpt_services=$matches[1]&cpage=$matches[2]\";s:33:\"services/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?cpt_services=$matches[1]&page=$matches[2]\";s:25:\"services/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"services/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"services/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:49:\"team_group/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?cpt_team_group=$matches[1]&feed=$matches[2]\";s:44:\"team_group/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?cpt_team_group=$matches[1]&feed=$matches[2]\";s:25:\"team_group/(.+?)/embed/?$\";s:47:\"index.php?cpt_team_group=$matches[1]&embed=true\";s:37:\"team_group/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?cpt_team_group=$matches[1]&paged=$matches[2]\";s:19:\"team_group/(.+?)/?$\";s:36:\"index.php?cpt_team_group=$matches[1]\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:41:\"index.php?cpt_team=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:35:\"index.php?cpt_team=$matches[1]&tb=1\";s:45:\"team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?cpt_team=$matches[1]&feed=$matches[2]\";s:40:\"team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?cpt_team=$matches[1]&feed=$matches[2]\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?cpt_team=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?cpt_team=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?cpt_team=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"testimonials_group/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?cpt_testimonials_group=$matches[1]&feed=$matches[2]\";s:52:\"testimonials_group/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?cpt_testimonials_group=$matches[1]&feed=$matches[2]\";s:33:\"testimonials_group/(.+?)/embed/?$\";s:55:\"index.php?cpt_testimonials_group=$matches[1]&embed=true\";s:45:\"testimonials_group/(.+?)/page/?([0-9]{1,})/?$\";s:62:\"index.php?cpt_testimonials_group=$matches[1]&paged=$matches[2]\";s:27:\"testimonials_group/(.+?)/?$\";s:44:\"index.php?cpt_testimonials_group=$matches[1]\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:49:\"index.php?cpt_testimonials=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:43:\"index.php?cpt_testimonials=$matches[1]&tb=1\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?cpt_testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?cpt_testimonials=$matches[1]&cpage=$matches[2]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?cpt_testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"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:42:\"index.php?&page_id=18139&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:9:{i:0;s:35:\"advanced-popups/advanced-popups.php\";i:1;s:23:\"ai-engine/ai-engine.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:33:\"elegro-payment/elegro-payment.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:6;s:29:\"pro-elements/pro-elements.php\";i:7;s:25:\"trx_addons/trx_addons.php\";i:8;s:41:\"wp-gdpr-compliance/wp-gdpr-compliance.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '-5', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:2:{i:0;s:65:\"/home/inkafine.com/public_html/wp-content/themes/fabric/style.css\";i:1;s:0:\"\";}', 'no'),
(40, 'template', 'fabric', 'yes'),
(41, 'stylesheet', 'fabric', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '60421', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:12:\"Get in Touch\";s:4:\"text\";s:57:\"[contact-form-7 id=\"6501\" title=\"Contact Form (Style 8)\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:3:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:51:\"ti-woocommerce-wishlist/ti-woocommerce-wishlist.php\";s:23:\"uninstall_tinv_wishlist\";s:41:\"wp-gdpr-compliance/wp-gdpr-compliance.php\";a:2:{i:0;s:24:\"WPGDPRC\\WordPress\\Plugin\";i:1;s:9:\"uninstall\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '17981', 'yes'),
(82, 'page_on_front', '18139', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '20322', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '0', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1711932673', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:120:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:23:\"tinvwl_general_settings\";b:1;s:16:\"tinvwl_wishlists\";b:1;s:21:\"tinvwl_style_settings\";b:1;s:28:\"tinvwl_integrations_settings\";b:1;s:29:\"tinvwl_export_import_settings\";b:1;s:14:\"tinvwl_upgrade\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:16:\"tinvwl_wishlists\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'off'),
(102, 'WPLANG', 'es_PE', 'yes'),
(103, 'user_count', '1', 'no'),
(104, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'sidebars_widgets', 'a:19:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:25:\"woocommerce_widget_cart-2\";i:1;s:26:\"woocommerce_price_filter-2\";i:2;s:32:\"woocommerce_product_categories-2\";i:3;s:28:\"woocommerce_product_search-2\";i:4;s:31:\"woocommerce_product_tag_cloud-2\";}s:15:\"sidebar_widgets\";a:5:{i:0;s:8:\"search-2\";i:1;s:35:\"trx_addons_widget_categories_list-2\";i:2;s:32:\"trx_addons_widget_recent_posts-2\";i:3;s:11:\"tag_cloud-3\";i:4;s:26:\"trx_addons_widget_banner-2\";}s:14:\"header_widgets\";a:0:{}s:18:\"above_page_widgets\";a:0:{}s:21:\"above_content_widgets\";a:0:{}s:21:\"below_content_widgets\";a:0:{}s:18:\"below_page_widgets\";a:0:{}s:14:\"footer_widgets\";a:0:{}s:19:\"woocommerce_widgets\";a:5:{i:0;s:25:\"woocommerce_widget_cart-3\";i:1;s:28:\"woocommerce_product_search-3\";i:2;s:32:\"woocommerce_product_categories-3\";i:3;s:26:\"woocommerce_price_filter-3\";i:4;s:31:\"woocommerce_product_tag_cloud-3\";}s:20:\"tribe_events_widgets\";a:0:{}s:27:\"front_page_features_widgets\";a:0:{}s:23:\"front_page_team_widgets\";a:0:{}s:31:\"front_page_testimonials_widgets\";a:0:{}s:23:\"front_page_blog_widgets\";a:0:{}s:28:\"front_page_googlemap_widgets\";a:0:{}s:16:\"custom_widgets_1\";a:1:{i:0;s:13:\"custom_html-2\";}s:16:\"custom_widgets_2\";a:2:{i:0;s:6:\"text-2\";i:1;s:28:\"trx_addons_widget_contacts-2\";}s:28:\"trx_addons_woocommerce_tools\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(106, 'cron', 'a:18:{i:1762609873;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1762610993;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1762611000;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1762629069;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1762649473;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1762649522;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1762649523;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1762650000;a:1:{s:37:\"tinvwl_remove_without_author_wishlist\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1762650556;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:1762650591;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1762650593;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1762650679;a:2:{s:33:\"woocommerce_cleanup_personal_data\";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:\"woocommerce_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:1762661469;a:2:{s:24:\"woocommerce_cleanup_logs\";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:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1762664400;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1762669200;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1762908889;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:1762995073;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_tag_cloud', 'a:2:{i:3;a:3:{s:5:\"title\";s:4:\"Tags\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'widget_custom_html', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:358:\"<div class=\"extra_item\">\n<h6>Have a Project?</h6>\n<a href=\"mailto:info@website.com\">info@website.com</a>\n</div>\n\n<div class=\"extra_item\">\n<h6>Want to Work With Me?</h6>\n<a href=\"https://inkafine.com/about-personal/\">Send Brief</a>\n</div>\n\n<div class=\"extra_item\">\n<h6>Want to Buy Illustrations?</h6>\n<a href=\"https://inkafine.com/shop/\">Go to Shop</a>\n</div>\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(122, 'theme_mods_twentytwentythree', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1696380881;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'no'),
(123, 'recovery_keys', 'a:0:{}', 'off'),
(124, 'https_detection_errors', 'a:0:{}', 'off'),
(132, 'db_upgraded', '', 'on');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(133, '_transient_wp_core_block_css_files', 'a:496:{i:0;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/archives/editor-rtl.css\";i:1;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/archives/editor-rtl.min.css\";i:2;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/archives/editor.css\";i:3;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/archives/editor.min.css\";i:4;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/archives/style-rtl.css\";i:5;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/archives/style-rtl.min.css\";i:6;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/archives/style.css\";i:7;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/archives/style.min.css\";i:8;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/editor-rtl.css\";i:9;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/editor-rtl.min.css\";i:10;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/editor.css\";i:11;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/editor.min.css\";i:12;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/style-rtl.css\";i:13;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/style-rtl.min.css\";i:14;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/style.css\";i:15;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/style.min.css\";i:16;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/theme-rtl.css\";i:17;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/theme-rtl.min.css\";i:18;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/theme.css\";i:19;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/audio/theme.min.css\";i:20;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/avatar/editor-rtl.css\";i:21;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/avatar/editor-rtl.min.css\";i:22;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/avatar/editor.css\";i:23;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/avatar/editor.min.css\";i:24;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/avatar/style-rtl.css\";i:25;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/avatar/style-rtl.min.css\";i:26;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/avatar/style.css\";i:27;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/avatar/style.min.css\";i:28;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/block/editor-rtl.css\";i:29;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/block/editor-rtl.min.css\";i:30;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/block/editor.css\";i:31;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/block/editor.min.css\";i:32;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/button/editor-rtl.css\";i:33;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/button/editor-rtl.min.css\";i:34;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/button/editor.css\";i:35;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/button/editor.min.css\";i:36;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/button/style-rtl.css\";i:37;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/button/style-rtl.min.css\";i:38;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/button/style.css\";i:39;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/button/style.min.css\";i:40;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/buttons/editor-rtl.css\";i:41;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/buttons/editor-rtl.min.css\";i:42;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/buttons/editor.css\";i:43;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/buttons/editor.min.css\";i:44;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/buttons/style-rtl.css\";i:45;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/buttons/style-rtl.min.css\";i:46;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/buttons/style.css\";i:47;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/buttons/style.min.css\";i:48;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/calendar/style-rtl.css\";i:49;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/calendar/style-rtl.min.css\";i:50;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/calendar/style.css\";i:51;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/calendar/style.min.css\";i:52;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/categories/editor-rtl.css\";i:53;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/categories/editor-rtl.min.css\";i:54;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/categories/editor.css\";i:55;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/categories/editor.min.css\";i:56;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/categories/style-rtl.css\";i:57;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/categories/style-rtl.min.css\";i:58;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/categories/style.css\";i:59;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/categories/style.min.css\";i:60;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/code/editor-rtl.css\";i:61;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/code/editor-rtl.min.css\";i:62;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/code/editor.css\";i:63;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/code/editor.min.css\";i:64;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/code/style-rtl.css\";i:65;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/code/style-rtl.min.css\";i:66;s:64:\"/home/inkafine.com/public_html/wp-includes/blocks/code/style.css\";i:67;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/code/style.min.css\";i:68;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/code/theme-rtl.css\";i:69;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/code/theme-rtl.min.css\";i:70;s:64:\"/home/inkafine.com/public_html/wp-includes/blocks/code/theme.css\";i:71;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/code/theme.min.css\";i:72;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/columns/editor-rtl.css\";i:73;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/columns/editor-rtl.min.css\";i:74;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/columns/editor.css\";i:75;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/columns/editor.min.css\";i:76;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/columns/style-rtl.css\";i:77;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/columns/style-rtl.min.css\";i:78;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/columns/style.css\";i:79;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/columns/style.min.css\";i:80;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/comment-content/style-rtl.css\";i:81;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/comment-content/style-rtl.min.css\";i:82;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/comment-content/style.css\";i:83;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/comment-content/style.min.css\";i:84;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/comment-template/style-rtl.css\";i:85;s:84:\"/home/inkafine.com/public_html/wp-includes/blocks/comment-template/style-rtl.min.css\";i:86;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/comment-template/style.css\";i:87;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/comment-template/style.min.css\";i:88;s:92:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css\";i:89;s:96:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css\";i:90;s:88:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination-numbers/editor.css\";i:91;s:92:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination-numbers/editor.min.css\";i:92;s:84:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination/editor-rtl.css\";i:93;s:88:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination/editor-rtl.min.css\";i:94;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination/editor.css\";i:95;s:84:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination/editor.min.css\";i:96;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination/style-rtl.css\";i:97;s:87:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination/style-rtl.min.css\";i:98;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination/style.css\";i:99;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-pagination/style.min.css\";i:100;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-title/editor-rtl.css\";i:101;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-title/editor-rtl.min.css\";i:102;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-title/editor.css\";i:103;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/comments-title/editor.min.css\";i:104;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/comments/editor-rtl.css\";i:105;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/comments/editor-rtl.min.css\";i:106;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/comments/editor.css\";i:107;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/comments/editor.min.css\";i:108;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/comments/style-rtl.css\";i:109;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/comments/style-rtl.min.css\";i:110;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/comments/style.css\";i:111;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/comments/style.min.css\";i:112;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/cover/editor-rtl.css\";i:113;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/cover/editor-rtl.min.css\";i:114;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/cover/editor.css\";i:115;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/cover/editor.min.css\";i:116;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/cover/style-rtl.css\";i:117;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/cover/style-rtl.min.css\";i:118;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/cover/style.css\";i:119;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/cover/style.min.css\";i:120;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/details/editor-rtl.css\";i:121;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/details/editor-rtl.min.css\";i:122;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/details/editor.css\";i:123;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/details/editor.min.css\";i:124;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/details/style-rtl.css\";i:125;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/details/style-rtl.min.css\";i:126;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/details/style.css\";i:127;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/details/style.min.css\";i:128;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/editor-rtl.css\";i:129;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/editor-rtl.min.css\";i:130;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/editor.css\";i:131;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/editor.min.css\";i:132;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/style-rtl.css\";i:133;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/style-rtl.min.css\";i:134;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/style.css\";i:135;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/style.min.css\";i:136;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/theme-rtl.css\";i:137;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/theme-rtl.min.css\";i:138;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/theme.css\";i:139;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/embed/theme.min.css\";i:140;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/file/editor-rtl.css\";i:141;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/file/editor-rtl.min.css\";i:142;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/file/editor.css\";i:143;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/file/editor.min.css\";i:144;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/file/style-rtl.css\";i:145;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/file/style-rtl.min.css\";i:146;s:64:\"/home/inkafine.com/public_html/wp-includes/blocks/file/style.css\";i:147;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/file/style.min.css\";i:148;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/footnotes/style-rtl.css\";i:149;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/footnotes/style-rtl.min.css\";i:150;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/footnotes/style.css\";i:151;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/footnotes/style.min.css\";i:152;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/freeform/editor-rtl.css\";i:153;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/freeform/editor-rtl.min.css\";i:154;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/freeform/editor.css\";i:155;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/freeform/editor.min.css\";i:156;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/editor-rtl.css\";i:157;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/editor-rtl.min.css\";i:158;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/editor.css\";i:159;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/editor.min.css\";i:160;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/style-rtl.css\";i:161;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/style-rtl.min.css\";i:162;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/style.css\";i:163;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/style.min.css\";i:164;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/theme-rtl.css\";i:165;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/theme-rtl.min.css\";i:166;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/theme.css\";i:167;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/gallery/theme.min.css\";i:168;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/group/editor-rtl.css\";i:169;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/group/editor-rtl.min.css\";i:170;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/group/editor.css\";i:171;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/group/editor.min.css\";i:172;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/group/style-rtl.css\";i:173;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/group/style-rtl.min.css\";i:174;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/group/style.css\";i:175;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/group/style.min.css\";i:176;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/group/theme-rtl.css\";i:177;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/group/theme-rtl.min.css\";i:178;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/group/theme.css\";i:179;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/group/theme.min.css\";i:180;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/heading/style-rtl.css\";i:181;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/heading/style-rtl.min.css\";i:182;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/heading/style.css\";i:183;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/heading/style.min.css\";i:184;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/html/editor-rtl.css\";i:185;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/html/editor-rtl.min.css\";i:186;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/html/editor.css\";i:187;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/html/editor.min.css\";i:188;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/image/editor-rtl.css\";i:189;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/image/editor-rtl.min.css\";i:190;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/image/editor.css\";i:191;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/image/editor.min.css\";i:192;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/image/style-rtl.css\";i:193;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/image/style-rtl.min.css\";i:194;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/image/style.css\";i:195;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/image/style.min.css\";i:196;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/image/theme-rtl.css\";i:197;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/image/theme-rtl.min.css\";i:198;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/image/theme.css\";i:199;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/image/theme.min.css\";i:200;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-comments/style-rtl.css\";i:201;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-comments/style-rtl.min.css\";i:202;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-comments/style.css\";i:203;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-comments/style.min.css\";i:204;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-posts/editor-rtl.css\";i:205;s:81:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-posts/editor-rtl.min.css\";i:206;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-posts/editor.css\";i:207;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-posts/editor.min.css\";i:208;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-posts/style-rtl.css\";i:209;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-posts/style-rtl.min.css\";i:210;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-posts/style.css\";i:211;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/latest-posts/style.min.css\";i:212;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/list/style-rtl.css\";i:213;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/list/style-rtl.min.css\";i:214;s:64:\"/home/inkafine.com/public_html/wp-includes/blocks/list/style.css\";i:215;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/list/style.min.css\";i:216;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/media-text/editor-rtl.css\";i:217;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/media-text/editor-rtl.min.css\";i:218;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/media-text/editor.css\";i:219;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/media-text/editor.min.css\";i:220;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/media-text/style-rtl.css\";i:221;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/media-text/style-rtl.min.css\";i:222;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/media-text/style.css\";i:223;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/media-text/style.min.css\";i:224;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/more/editor-rtl.css\";i:225;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/more/editor-rtl.min.css\";i:226;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/more/editor.css\";i:227;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/more/editor.min.css\";i:228;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-link/editor-rtl.css\";i:229;s:84:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-link/editor-rtl.min.css\";i:230;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-link/editor.css\";i:231;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-link/editor.min.css\";i:232;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-link/style-rtl.css\";i:233;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-link/style-rtl.min.css\";i:234;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-link/style.css\";i:235;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-link/style.min.css\";i:236;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.css\";i:237;s:87:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.min.css\";i:238;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-submenu/editor.css\";i:239;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation-submenu/editor.min.css\";i:240;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation/editor-rtl.css\";i:241;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation/editor-rtl.min.css\";i:242;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation/editor.css\";i:243;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation/editor.min.css\";i:244;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation/style-rtl.css\";i:245;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation/style-rtl.min.css\";i:246;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation/style.css\";i:247;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/navigation/style.min.css\";i:248;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/nextpage/editor-rtl.css\";i:249;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/nextpage/editor-rtl.min.css\";i:250;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/nextpage/editor.css\";i:251;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/nextpage/editor.min.css\";i:252;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/page-list/editor-rtl.css\";i:253;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/page-list/editor-rtl.min.css\";i:254;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/page-list/editor.css\";i:255;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/page-list/editor.min.css\";i:256;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/page-list/style-rtl.css\";i:257;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/page-list/style-rtl.min.css\";i:258;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/page-list/style.css\";i:259;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/page-list/style.min.css\";i:260;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/paragraph/editor-rtl.css\";i:261;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/paragraph/editor-rtl.min.css\";i:262;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/paragraph/editor.css\";i:263;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/paragraph/editor.min.css\";i:264;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/paragraph/style-rtl.css\";i:265;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/paragraph/style-rtl.min.css\";i:266;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/paragraph/style.css\";i:267;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/paragraph/style.min.css\";i:268;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/post-author/style-rtl.css\";i:269;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/post-author/style-rtl.min.css\";i:270;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/post-author/style.css\";i:271;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/post-author/style.min.css\";i:272;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/post-comments-form/editor-rtl.css\";i:273;s:87:\"/home/inkafine.com/public_html/wp-includes/blocks/post-comments-form/editor-rtl.min.css\";i:274;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/post-comments-form/editor.css\";i:275;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/post-comments-form/editor.min.css\";i:276;s:82:\"/home/inkafine.com/public_html/wp-includes/blocks/post-comments-form/style-rtl.css\";i:277;s:86:\"/home/inkafine.com/public_html/wp-includes/blocks/post-comments-form/style-rtl.min.css\";i:278;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/post-comments-form/style.css\";i:279;s:82:\"/home/inkafine.com/public_html/wp-includes/blocks/post-comments-form/style.min.css\";i:280;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/post-date/style-rtl.css\";i:281;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/post-date/style-rtl.min.css\";i:282;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/post-date/style.css\";i:283;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/post-date/style.min.css\";i:284;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/post-excerpt/editor-rtl.css\";i:285;s:81:\"/home/inkafine.com/public_html/wp-includes/blocks/post-excerpt/editor-rtl.min.css\";i:286;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/post-excerpt/editor.css\";i:287;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/post-excerpt/editor.min.css\";i:288;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/post-excerpt/style-rtl.css\";i:289;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/post-excerpt/style-rtl.min.css\";i:290;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/post-excerpt/style.css\";i:291;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/post-excerpt/style.min.css\";i:292;s:84:\"/home/inkafine.com/public_html/wp-includes/blocks/post-featured-image/editor-rtl.css\";i:293;s:88:\"/home/inkafine.com/public_html/wp-includes/blocks/post-featured-image/editor-rtl.min.css\";i:294;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/post-featured-image/editor.css\";i:295;s:84:\"/home/inkafine.com/public_html/wp-includes/blocks/post-featured-image/editor.min.css\";i:296;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/post-featured-image/style-rtl.css\";i:297;s:87:\"/home/inkafine.com/public_html/wp-includes/blocks/post-featured-image/style-rtl.min.css\";i:298;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/post-featured-image/style.css\";i:299;s:83:\"/home/inkafine.com/public_html/wp-includes/blocks/post-featured-image/style.min.css\";i:300;s:84:\"/home/inkafine.com/public_html/wp-includes/blocks/post-navigation-link/style-rtl.css\";i:301;s:88:\"/home/inkafine.com/public_html/wp-includes/blocks/post-navigation-link/style-rtl.min.css\";i:302;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/post-navigation-link/style.css\";i:303;s:84:\"/home/inkafine.com/public_html/wp-includes/blocks/post-navigation-link/style.min.css\";i:304;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/post-template/editor-rtl.css\";i:305;s:82:\"/home/inkafine.com/public_html/wp-includes/blocks/post-template/editor-rtl.min.css\";i:306;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/post-template/editor.css\";i:307;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/post-template/editor.min.css\";i:308;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/post-template/style-rtl.css\";i:309;s:81:\"/home/inkafine.com/public_html/wp-includes/blocks/post-template/style-rtl.min.css\";i:310;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/post-template/style.css\";i:311;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/post-template/style.min.css\";i:312;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/post-terms/style-rtl.css\";i:313;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/post-terms/style-rtl.min.css\";i:314;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/post-terms/style.css\";i:315;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/post-terms/style.min.css\";i:316;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/post-title/style-rtl.css\";i:317;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/post-title/style-rtl.min.css\";i:318;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/post-title/style.css\";i:319;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/post-title/style.min.css\";i:320;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/preformatted/style-rtl.css\";i:321;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/preformatted/style-rtl.min.css\";i:322;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/preformatted/style.css\";i:323;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/preformatted/style.min.css\";i:324;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/editor-rtl.css\";i:325;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/editor-rtl.min.css\";i:326;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/editor.css\";i:327;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/editor.min.css\";i:328;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/style-rtl.css\";i:329;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/style-rtl.min.css\";i:330;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/style.css\";i:331;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/style.min.css\";i:332;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/theme-rtl.css\";i:333;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/theme-rtl.min.css\";i:334;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/theme.css\";i:335;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/pullquote/theme.min.css\";i:336;s:89:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.css\";i:337;s:93:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css\";i:338;s:85:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination-numbers/editor.css\";i:339;s:89:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination-numbers/editor.min.css\";i:340;s:81:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination/editor-rtl.css\";i:341;s:85:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination/editor-rtl.min.css\";i:342;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination/editor.css\";i:343;s:81:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination/editor.min.css\";i:344;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination/style-rtl.css\";i:345;s:84:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination/style-rtl.min.css\";i:346;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination/style.css\";i:347;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/query-pagination/style.min.css\";i:348;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/query-title/style-rtl.css\";i:349;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/query-title/style-rtl.min.css\";i:350;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/query-title/style.css\";i:351;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/query-title/style.min.css\";i:352;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/query/editor-rtl.css\";i:353;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/query/editor-rtl.min.css\";i:354;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/query/editor.css\";i:355;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/query/editor.min.css\";i:356;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/quote/style-rtl.css\";i:357;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/quote/style-rtl.min.css\";i:358;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/quote/style.css\";i:359;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/quote/style.min.css\";i:360;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/quote/theme-rtl.css\";i:361;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/quote/theme-rtl.min.css\";i:362;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/quote/theme.css\";i:363;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/quote/theme.min.css\";i:364;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/read-more/style-rtl.css\";i:365;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/read-more/style-rtl.min.css\";i:366;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/read-more/style.css\";i:367;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/read-more/style.min.css\";i:368;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/rss/editor-rtl.css\";i:369;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/rss/editor-rtl.min.css\";i:370;s:64:\"/home/inkafine.com/public_html/wp-includes/blocks/rss/editor.css\";i:371;s:68:\"/home/inkafine.com/public_html/wp-includes/blocks/rss/editor.min.css\";i:372;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/rss/style-rtl.css\";i:373;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/rss/style-rtl.min.css\";i:374;s:63:\"/home/inkafine.com/public_html/wp-includes/blocks/rss/style.css\";i:375;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/rss/style.min.css\";i:376;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/search/editor-rtl.css\";i:377;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/search/editor-rtl.min.css\";i:378;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/search/editor.css\";i:379;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/search/editor.min.css\";i:380;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/search/style-rtl.css\";i:381;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/search/style-rtl.min.css\";i:382;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/search/style.css\";i:383;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/search/style.min.css\";i:384;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/search/theme-rtl.css\";i:385;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/search/theme-rtl.min.css\";i:386;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/search/theme.css\";i:387;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/search/theme.min.css\";i:388;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/editor-rtl.css\";i:389;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/editor-rtl.min.css\";i:390;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/editor.css\";i:391;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/editor.min.css\";i:392;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/style-rtl.css\";i:393;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/style-rtl.min.css\";i:394;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/style.css\";i:395;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/style.min.css\";i:396;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/theme-rtl.css\";i:397;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/theme-rtl.min.css\";i:398;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/theme.css\";i:399;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/separator/theme.min.css\";i:400;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/shortcode/editor-rtl.css\";i:401;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/shortcode/editor-rtl.min.css\";i:402;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/shortcode/editor.css\";i:403;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/shortcode/editor.min.css\";i:404;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/site-logo/editor-rtl.css\";i:405;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/site-logo/editor-rtl.min.css\";i:406;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/site-logo/editor.css\";i:407;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/site-logo/editor.min.css\";i:408;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/site-logo/style-rtl.css\";i:409;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/site-logo/style-rtl.min.css\";i:410;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/site-logo/style.css\";i:411;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/site-logo/style.min.css\";i:412;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/site-tagline/editor-rtl.css\";i:413;s:81:\"/home/inkafine.com/public_html/wp-includes/blocks/site-tagline/editor-rtl.min.css\";i:414;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/site-tagline/editor.css\";i:415;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/site-tagline/editor.min.css\";i:416;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/site-title/editor-rtl.css\";i:417;s:79:\"/home/inkafine.com/public_html/wp-includes/blocks/site-title/editor-rtl.min.css\";i:418;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/site-title/editor.css\";i:419;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/site-title/editor.min.css\";i:420;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/site-title/style-rtl.css\";i:421;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/site-title/style-rtl.min.css\";i:422;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/site-title/style.css\";i:423;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/site-title/style.min.css\";i:424;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/social-link/editor-rtl.css\";i:425;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/social-link/editor-rtl.min.css\";i:426;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/social-link/editor.css\";i:427;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/social-link/editor.min.css\";i:428;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/social-links/editor-rtl.css\";i:429;s:81:\"/home/inkafine.com/public_html/wp-includes/blocks/social-links/editor-rtl.min.css\";i:430;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/social-links/editor.css\";i:431;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/social-links/editor.min.css\";i:432;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/social-links/style-rtl.css\";i:433;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/social-links/style-rtl.min.css\";i:434;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/social-links/style.css\";i:435;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/social-links/style.min.css\";i:436;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/spacer/editor-rtl.css\";i:437;s:75:\"/home/inkafine.com/public_html/wp-includes/blocks/spacer/editor-rtl.min.css\";i:438;s:67:\"/home/inkafine.com/public_html/wp-includes/blocks/spacer/editor.css\";i:439;s:71:\"/home/inkafine.com/public_html/wp-includes/blocks/spacer/editor.min.css\";i:440;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/spacer/style-rtl.css\";i:441;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/spacer/style-rtl.min.css\";i:442;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/spacer/style.css\";i:443;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/spacer/style.min.css\";i:444;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/table/editor-rtl.css\";i:445;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/table/editor-rtl.min.css\";i:446;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/table/editor.css\";i:447;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/table/editor.min.css\";i:448;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/table/style-rtl.css\";i:449;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/table/style-rtl.min.css\";i:450;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/table/style.css\";i:451;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/table/style.min.css\";i:452;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/table/theme-rtl.css\";i:453;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/table/theme-rtl.min.css\";i:454;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/table/theme.css\";i:455;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/table/theme.min.css\";i:456;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/tag-cloud/style-rtl.css\";i:457;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/tag-cloud/style-rtl.min.css\";i:458;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/tag-cloud/style.css\";i:459;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/tag-cloud/style.min.css\";i:460;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/template-part/editor-rtl.css\";i:461;s:82:\"/home/inkafine.com/public_html/wp-includes/blocks/template-part/editor-rtl.min.css\";i:462;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/template-part/editor.css\";i:463;s:78:\"/home/inkafine.com/public_html/wp-includes/blocks/template-part/editor.min.css\";i:464;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/template-part/theme-rtl.css\";i:465;s:81:\"/home/inkafine.com/public_html/wp-includes/blocks/template-part/theme-rtl.min.css\";i:466;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/template-part/theme.css\";i:467;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/template-part/theme.min.css\";i:468;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/term-description/style-rtl.css\";i:469;s:84:\"/home/inkafine.com/public_html/wp-includes/blocks/term-description/style-rtl.min.css\";i:470;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/term-description/style.css\";i:471;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/term-description/style.min.css\";i:472;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/text-columns/editor-rtl.css\";i:473;s:81:\"/home/inkafine.com/public_html/wp-includes/blocks/text-columns/editor-rtl.min.css\";i:474;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/text-columns/editor.css\";i:475;s:77:\"/home/inkafine.com/public_html/wp-includes/blocks/text-columns/editor.min.css\";i:476;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/text-columns/style-rtl.css\";i:477;s:80:\"/home/inkafine.com/public_html/wp-includes/blocks/text-columns/style-rtl.min.css\";i:478;s:72:\"/home/inkafine.com/public_html/wp-includes/blocks/text-columns/style.css\";i:479;s:76:\"/home/inkafine.com/public_html/wp-includes/blocks/text-columns/style.min.css\";i:480;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/verse/style-rtl.css\";i:481;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/verse/style-rtl.min.css\";i:482;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/verse/style.css\";i:483;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/verse/style.min.css\";i:484;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/video/editor-rtl.css\";i:485;s:74:\"/home/inkafine.com/public_html/wp-includes/blocks/video/editor-rtl.min.css\";i:486;s:66:\"/home/inkafine.com/public_html/wp-includes/blocks/video/editor.css\";i:487;s:70:\"/home/inkafine.com/public_html/wp-includes/blocks/video/editor.min.css\";i:488;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/video/style-rtl.css\";i:489;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/video/style-rtl.min.css\";i:490;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/video/style.css\";i:491;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/video/style.min.css\";i:492;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/video/theme-rtl.css\";i:493;s:73:\"/home/inkafine.com/public_html/wp-includes/blocks/video/theme-rtl.min.css\";i:494;s:65:\"/home/inkafine.com/public_html/wp-includes/blocks/video/theme.css\";i:495;s:69:\"/home/inkafine.com/public_html/wp-includes/blocks/video/theme.min.css\";}', 'yes'),
(140, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"informes@softlabstudio.com\";s:7:\"version\";s:5:\"6.8.3\";s:9:\"timestamp\";i:1759280847;}', 'off'),
(163, 'finished_updating_comment_type', '1', 'yes'),
(164, 'recently_activated', 'a:0:{}', 'off'),
(165, 'current_theme', 'Fabric', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(166, 'theme_mods_fabric', 'a:129:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"menu_main\";i:118;s:11:\"menu_footer\";i:194;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1589275532;s:4:\"data\";a:18:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar_widgets\";a:5:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:32:\"trx_addons_widget_recent_posts-2\";i:3;s:26:\"trx_addons_widget_banner-2\";i:4;s:11:\"tag_cloud-2\";}s:14:\"header_widgets\";a:0:{}s:18:\"above_page_widgets\";a:0:{}s:21:\"above_content_widgets\";a:0:{}s:21:\"below_content_widgets\";a:0:{}s:18:\"below_page_widgets\";a:0:{}s:14:\"footer_widgets\";a:0:{}s:27:\"front_page_features_widgets\";a:0:{}s:23:\"front_page_team_widgets\";a:0:{}s:31:\"front_page_testimonials_widgets\";a:0:{}s:23:\"front_page_blog_widgets\";a:0:{}s:28:\"front_page_googlemap_widgets\";a:0:{}s:19:\"woocommerce_widgets\";a:0:{}s:11:\"edd_widgets\";a:0:{}s:15:\"bbpress_widgets\";a:0:{}s:18:\"learnpress_widgets\";a:0:{}s:20:\"tribe_events_widgets\";a:0:{}}}s:28:\"sidebar_position_single_shop\";s:4:\"hide\";s:19:\"logo_retina_enabled\";i:1;s:11:\"custom_logo\";i:20272;s:11:\"logo_retina\";s:75:\"https://inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5-300x100.png\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:18:\"header-custom-4614\";s:18:\"header_type_single\";s:6:\"custom\";s:19:\"header_style_single\";s:19:\"header-custom-18728\";s:21:\"expand_content_single\";s:6:\"narrow\";s:12:\"single_style\";s:7:\"style-3\";s:19:\"expand_content_team\";s:6:\"expand\";s:26:\"expand_content_single_team\";s:6:\"expand\";s:23:\"show_related_posts_team\";i:0;s:23:\"header_type_team_single\";s:6:\"custom\";s:24:\"header_style_team_single\";s:18:\"header-custom-4120\";s:23:\"header_type_single_team\";s:6:\"custom\";s:24:\"color_scheme_single_shop\";s:7:\"default\";s:24:\"sidebar_widgets_services\";s:15:\"sidebar_widgets\";s:32:\"sidebar_position_single_services\";s:5:\"right\";s:31:\"sidebar_widgets_single_services\";s:16:\"custom_widgets_2\";s:27:\"show_related_posts_services\";i:0;s:22:\"related_posts_services\";i:2;s:24:\"related_columns_services\";i:2;s:27:\"header_type_single_services\";s:6:\"custom\";s:28:\"header_type_single_portfolio\";s:6:\"custom\";s:29:\"color_scheme_single_portfolio\";s:7:\"default\";s:23:\"related_posts_portfolio\";i:4;s:26:\"posts_navigation_portfolio\";i:1;s:24:\"cpt_navigation_portfolio\";i:1;s:16:\"header_style_404\";s:19:\"header-custom-18728\";s:15:\"header_type_404\";s:6:\"custom\";s:30:\"sticky_socials_scheme_watchers\";i:0;s:11:\"footer_type\";s:6:\"custom\";s:12:\"footer_style\";s:18:\"footer-custom-4105\";s:19:\"color_scheme_events\";s:5:\"light\";s:18:\"header_type_events\";s:6:\"custom\";s:19:\"header_style_events\";s:18:\"header-custom-9941\";s:23:\"header_type_single_shop\";s:6:\"custom\";s:17:\"meta_parts_single\";s:90:\"categories=1|author=1|date=1|modified=0|views=0|likes=1|share=0|comments=1|edit=0|rating=0\";s:13:\"footer_scheme\";s:7:\"inherit\";s:22:\"color_scheme_portfolio\";s:7:\"default\";s:17:\"blog_style_search\";s:9:\"classic_3\";s:17:\"meta_parts_search\";s:90:\"categories=1|date=1|modified=0|views=0|likes=0|comments=0|author=0|share=0|edit=0|rating=0\";s:23:\"sidebar_position_search\";s:4:\"hide\";s:17:\"blog_style_author\";s:9:\"classic_3\";s:17:\"meta_parts_author\";s:90:\"categories=1|date=1|modified=0|views=0|likes=0|comments=0|author=0|share=0|edit=0|rating=0\";s:23:\"sidebar_position_author\";s:4:\"hide\";s:14:\"blog_style_tag\";s:9:\"classic_3\";s:14:\"meta_parts_tag\";s:90:\"categories=1|date=1|modified=0|views=0|likes=0|comments=0|author=0|share=0|edit=0|rating=0\";s:20:\"sidebar_position_tag\";s:4:\"hide\";s:19:\"blog_style_category\";s:9:\"classic_3\";s:19:\"meta_parts_category\";s:90:\"categories=1|date=1|modified=0|views=0|likes=0|comments=0|author=0|share=0|edit=0|rating=0\";s:25:\"sidebar_position_category\";s:4:\"hide\";s:32:\"sidebar_widgets_single_portfolio\";s:7:\"inherit\";s:26:\"sidebar_position_portfolio\";s:4:\"hide\";s:33:\"sidebar_position_single_portfolio\";s:4:\"hide\";s:27:\"sidebar_widgets_single_team\";s:7:\"inherit\";s:28:\"sidebar_position_single_team\";s:4:\"hide\";s:20:\"sidebar_widgets_team\";s:15:\"sidebar_widgets\";s:16:\"posts_navigation\";s:5:\"links\";s:15:\"shop_pagination\";s:5:\"pages\";s:13:\"services_form\";s:4:\"none\";s:13:\"reset_options\";i:0;s:9:\"team_form\";s:4:\"5597\";s:28:\"show_related_posts_portfolio\";i:0;s:10:\"blog_style\";s:7:\"excerpt\";s:21:\"sidebar_position_blog\";s:7:\"inherit\";s:17:\"header_fullheight\";s:0:\"\";s:11:\"header_wide\";s:1:\"1\";s:15:\"header_position\";s:7:\"default\";s:10:\"meta_parts\";s:90:\"categories=0|date=1|modified=0|views=0|likes=0|comments=1|author=0|share=0|edit=0|rating=0\";s:10:\"team_style\";s:9:\"default_3\";s:21:\"sidebar_position_team\";s:4:\"hide\";s:21:\"footer_widgets_mobile\";s:7:\"inherit\";s:18:\"sidebar_style_blog\";s:7:\"inherit\";s:20:\"sidebar_widgets_blog\";s:7:\"inherit\";s:22:\"sidebar_style_category\";s:7:\"inherit\";s:17:\"sidebar_style_tag\";s:7:\"inherit\";s:20:\"sidebar_style_author\";s:7:\"inherit\";s:20:\"sidebar_style_search\";s:7:\"inherit\";s:20:\"sidebar_style_single\";s:7:\"inherit\";s:18:\"sidebar_style_shop\";s:7:\"inherit\";s:25:\"sidebar_style_single_shop\";s:7:\"inherit\";s:19:\"footer_widgets_shop\";s:7:\"inherit\";s:19:\"load_fonts-4-family\";s:7:\"inherit\";s:19:\"load_fonts-5-family\";s:7:\"inherit\";s:16:\"post_font-family\";s:7:\"inherit\";s:16:\"post_font-weight\";s:7:\"inherit\";s:15:\"post_font-style\";s:7:\"inherit\";s:20:\"post_text-decoration\";s:7:\"inherit\";s:19:\"post_text-transform\";s:7:\"inherit\";s:14:\"h1_font-family\";s:10:\"span,serif\";s:14:\"h2_font-family\";s:10:\"span,serif\";s:14:\"h3_font-family\";s:10:\"span,serif\";s:14:\"h4_font-family\";s:10:\"span,serif\";s:14:\"h5_font-family\";s:10:\"span,serif\";s:14:\"h6_font-family\";s:10:\"span,serif\";s:16:\"logo_font-family\";s:10:\"span,serif\";s:18:\"button_font-family\";s:10:\"span,serif\";s:17:\"other_font-family\";s:7:\"inherit\";s:23:\"sidebar_style_portfolio\";s:7:\"inherit\";s:30:\"sidebar_style_single_portfolio\";s:7:\"inherit\";s:24:\"footer_widgets_portfolio\";s:7:\"inherit\";s:22:\"sidebar_style_services\";s:7:\"inherit\";s:29:\"sidebar_style_single_services\";s:7:\"inherit\";s:23:\"footer_widgets_services\";s:7:\"inherit\";s:18:\"sidebar_style_team\";s:7:\"inherit\";s:25:\"sidebar_style_single_team\";s:7:\"inherit\";s:19:\"footer_widgets_team\";s:7:\"inherit\";s:20:\"sidebar_style_events\";s:7:\"inherit\";s:27:\"sidebar_style_single_events\";s:7:\"inherit\";s:21:\"footer_widgets_events\";s:7:\"inherit\";s:26:\"footer_widgets_single_shop\";s:7:\"inherit\";s:19:\"load_fonts-3-family\";s:7:\"inherit\";s:30:\"widgets_menu_mobile_fullscreen\";i:0;s:21:\"header_type_portfolio\";s:6:\"custom\";s:22:\"header_style_portfolio\";s:18:\"header-custom-4614\";s:16:\"header_type_blog\";s:6:\"custom\";s:17:\"header_style_blog\";s:18:\"header-custom-4614\";s:17:\"color_scheme_shop\";s:7:\"default\";s:29:\"header_style_single_portfolio\";s:19:\"header-custom-19327\";s:13:\"sidebar_style\";s:28:\"sidebar-fse-template-sidebar\";s:19:\"menu_mobile_socials\";i:0;s:18:\"logo_mobile_retina\";s:82:\"https://inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5-retina-300x100.png\";s:11:\"logo_mobile\";s:82:\"https://inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5-retina-300x100.png\";}', 'yes'),
(167, 'theme_switched', '', 'yes'),
(168, 'trx_addons_theme_fabric_activated', '1', 'yes'),
(169, 'purchase_code_fabric', 'purchase_code', 'yes'),
(172, 'fabric_theme_activated', '1696380881', 'yes'),
(173, 'fabric_action', '', 'yes'),
(174, 'fabric_about_page', '0', 'yes'),
(175, 'fabric_theme_version', '1.5.0', 'yes'),
(179, 'trx_addons_just_activated', 'no', 'yes'),
(180, 'trx_addons_action', '', 'yes'),
(185, 'trx_addons_activated_addons_list', 'a:8:{s:15:\"secondary-image\";b:1;s:12:\"mouse-helper\";b:1;s:13:\"image-effects\";b:1;s:9:\"bg-canvas\";b:1;s:13:\"audio-effects\";b:1;s:9:\"bg-colors\";b:1;s:5:\"smoke\";b:1;s:9:\"ai-helper\";b:1;}', 'yes'),
(186, 'trx_addons_version', '2.26.1', 'yes'),
(187, 'widget_trx_addons_sow_widget_services', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(188, 'widget_trx_addons_sow_widget_team', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(189, 'widget_trx_addons_sow_widget_testimonials', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(190, 'widget_trx_addons_sow_widget_blogger', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(191, 'widget_trx_addons_sow_widget_googlemap', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(192, 'widget_trx_addons_sow_widget_osmap', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(193, 'widget_trx_addons_widget_aboutme', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(194, 'widget_trx_addons_widget_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(195, 'widget_trx_addons_widget_banner', 'a:2:{i:2;a:6:{s:5:\"title\";s:0:\"\";s:9:\"fullwidth\";s:1:\"0\";s:11:\"banner_show\";s:9:\"permanent\";s:12:\"banner_image\";s:72:\"https://inkafine.com/wp-content/uploads/2022/08/post-image4-1024x683.jpg\";s:11:\"banner_link\";s:35:\"https://inkafine.com/blog-standard/\";s:11:\"banner_code\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(196, 'widget_trx_addons_widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(197, 'widget_trx_addons_widget_categories_list', 'a:2:{i:2;a:21:{s:5:\"title\";s:10:\"Categories\";s:5:\"style\";i:1;s:9:\"post_type\";s:4:\"post\";s:8:\"taxonomy\";s:8:\"category\";s:6:\"number\";i:5;s:7:\"columns\";i:5;s:11:\"show_thumbs\";i:0;s:10:\"show_posts\";i:1;s:13:\"show_children\";i:0;s:13:\"slider_effect\";s:5:\"slide\";s:12:\"slides_space\";i:0;s:15:\"slider_controls\";s:4:\"none\";s:17:\"slider_pagination\";s:4:\"none\";s:15:\"slider_autoplay\";i:1;s:11:\"slider_loop\";i:1;s:8:\"cat_list\";s:0:\"\";s:6:\"slider\";i:0;s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:18:\"slider_mouse_wheel\";i:0;s:16:\"slider_free_mode\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(198, 'widget_trx_addons_widget_contacts', 'a:2:{i:2;a:12:{s:5:\"title\";s:12:\"Contact Info\";s:4:\"logo\";s:0:\"\";s:11:\"logo_retina\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"address\";s:59:\"Germany — | 785 15h Street, Office 478 | Berlin, De 81566\";s:5:\"phone\";s:16:\"+1 840 841 25 69\";s:5:\"email\";s:14:\"info@email.com\";s:7:\"columns\";i:0;s:7:\"socials\";i:0;s:3:\"map\";i:0;s:10:\"map_height\";s:0:\"\";s:12:\"map_position\";s:3:\"top\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(199, 'widget_trx_addons_widget_custom_links', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(200, 'widget_trx_addons_widget_instagram', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(201, 'widget_trx_addons_widget_popular_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(202, 'widget_trx_addons_widget_recent_posts', 'a:2:{i:2;a:7:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:2;s:10:\"show_image\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;s:13:\"show_counters\";i:0;s:15:\"show_categories\";i:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(203, 'widget_trx_addons_widget_slider', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(204, 'widget_trx_addons_widget_socials', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(205, 'widget_trx_addons_widget_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(206, 'widget_trx_addons_widget_video_list', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(207, 'widget_trx_addons_sow_widget_layouts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(208, 'trx_addons_roles_and_caps_added', '1', 'yes'),
(209, 'trx_addons_cpt_layouts_created', '1', 'yes'),
(228, 'elementor_active_kit', '15', 'yes'),
(229, 'elementor_font_display', 'swap', 'yes'),
(232, 'elementor_version', '3.7.3', 'yes'),
(233, 'elementor_install_history', 'a:22:{s:5:\"3.0.0\";i:1598357207;s:5:\"3.0.1\";i:1598425420;s:5:\"3.0.2\";i:1598515208;s:5:\"3.0.3\";i:1598600637;s:5:\"3.0.4\";i:1598870113;s:5:\"3.0.5\";i:1598884514;s:7:\"3.0.8.1\";i:1600247875;s:5:\"3.0.9\";i:1600415987;s:6:\"3.0.10\";i:1600933945;s:6:\"3.0.11\";i:1601545546;s:6:\"3.0.12\";i:1603265597;s:6:\"3.0.13\";i:1605689556;s:6:\"3.0.14\";i:1606915899;s:6:\"3.0.15\";i:1608889222;s:6:\"3.0.16\";i:1611226829;s:5:\"3.1.1\";i:1612251053;s:5:\"3.1.4\";i:1616578230;s:5:\"3.2.2\";i:1619793474;s:5:\"3.2.3\";i:1620210556;s:5:\"3.6.8\";i:1659364911;s:5:\"3.7.2\";i:1661182781;s:5:\"3.7.3\";i:1661775706;}', 'yes'),
(234, 'elementor_cpt_support', 'a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:11:\"cpt_layouts\";i:3;s:8:\"cpt_team\";}', 'yes'),
(235, 'elementor_css_print_method', 'internal', 'yes'),
(236, 'trx_addons_setup_elementor_options', '1', 'yes'),
(237, 'fabric_setup_elementor_options', '1', 'yes'),
(238, 'elementor_container_width', '1320', 'yes'),
(239, 'elementor_disable_color_schemes', 'yes', 'yes'),
(240, 'elementor_disable_typography_schemes', 'yes', 'yes'),
(241, 'elementor_space_between_widgets', '0', 'yes'),
(242, 'elementor_stretched_section_container', '.page_wrap', 'yes'),
(243, 'elementor_page_title_selector', '.sc_layouts_title_caption', 'yes'),
(245, 'elementor_events_db_version', '1.0.0', 'no'),
(246, '_elementor_installed_time', '1696381786', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(247, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{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:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{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:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{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:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{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:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{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:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{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:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{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:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:18:{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:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{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:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{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:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{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:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{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:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{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:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{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:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:18:{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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:18:{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:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:18:{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:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:18:{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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:18:{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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:18:{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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:18:{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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:18:{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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:18:{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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:18:{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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:18:{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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:18:{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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:18:{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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:18:{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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{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:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{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:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:561;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{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:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:562;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{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:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:563;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{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:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:606;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{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:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:607;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{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:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:608;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{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:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:609;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{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:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{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:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{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:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{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:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{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:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(248, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:73:\"Elementor 3.16 - Faster Performance, Flexible Design, and more Accessible\";s:7:\"excerpt\";s:210:\"Elementor 3.16 activates Flexbox Containers by default for new websites, improves site loading speed with performance enhancements, increases accessibility for visitors who use assistive technologies, and more.\";s:7:\"created\";i:1695134049;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:152:\"https://elementor.com/blog/316-faster-performance-flexible-design-accessibility/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:82:\"Elementor 3.15 is Here - Check out The Taxonomy Filter, Nested Accordion, and More\";s:7:\"excerpt\";s:241:\"This release includes the first phase of the much-awaited Taxonomy Filter, the new and improved Accordion widget with nested items, enhanced styling capabilities for Carousel widgets, fun new Elementor AI Image tools, and the new Apps Page. \";s:7:\"created\";i:1691513693;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:157:\"https://elementor.com/blog/introducing-315-taxonomy-filter-nested-accordion-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.14 - Gain More Design Flexibility with Nested Carousels and Loop Grid Ads\";s:7:\"excerpt\";s:239:\"This version includes a new Carousel widget, extends the Loop Grid with the ability to place static content within the Loop, a Global Styles Preview, and a multitude of highly requested styling capabilities, and new Elementor AI features. \";s:7:\"created\";i:1688394655;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:154:\"https://elementor.com/blog/introducing-314-nested-carousel-loop-grid-ads-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(253, 'action_scheduler_hybrid_store_demarkation', '30', 'yes'),
(254, 'schema-ActionScheduler_StoreSchema', '7.0.1696381790', 'yes'),
(255, 'schema-ActionScheduler_LoggerSchema', '3.0.1696381790', 'yes'),
(258, 'woocommerce_newly_installed', 'no', 'yes'),
(259, 'woocommerce_schema_version', '430', 'yes'),
(260, 'woocommerce_store_address', '512 Edgewater Rd. Lockport', 'yes'),
(261, 'woocommerce_store_address_2', '', 'yes'),
(262, 'woocommerce_store_city', 'New York', 'yes'),
(263, 'woocommerce_default_country', 'US:NY', 'yes'),
(264, 'woocommerce_store_postcode', '14094', 'yes'),
(265, 'woocommerce_allowed_countries', 'all', 'yes'),
(266, 'woocommerce_all_except_countries', 'a:0:{}', 'yes'),
(267, 'woocommerce_specific_allowed_countries', 'a:0:{}', 'yes'),
(268, 'woocommerce_ship_to_countries', '', 'yes'),
(269, 'woocommerce_specific_ship_to_countries', 'a:0:{}', 'yes'),
(270, 'woocommerce_default_customer_address', 'base', 'yes'),
(271, 'woocommerce_calc_taxes', 'no', 'yes'),
(272, 'woocommerce_enable_coupons', 'yes', 'yes'),
(273, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(274, 'woocommerce_currency', 'USD', 'yes'),
(275, 'woocommerce_currency_pos', 'left', 'yes'),
(276, 'woocommerce_price_thousand_sep', ',', 'yes'),
(277, 'woocommerce_price_decimal_sep', '.', 'yes'),
(278, 'woocommerce_price_num_decimals', '2', 'yes'),
(279, 'woocommerce_shop_page_id', '18008', 'yes'),
(280, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(281, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(282, 'woocommerce_placeholder_image', '18007', 'yes'),
(283, 'woocommerce_weight_unit', 'kg', 'yes'),
(284, 'woocommerce_dimension_unit', 'cm', 'yes'),
(285, 'woocommerce_enable_reviews', 'yes', 'yes'),
(286, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(287, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(288, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(289, 'woocommerce_review_rating_required', 'yes', 'no'),
(290, 'woocommerce_manage_stock', 'yes', 'yes'),
(291, 'woocommerce_hold_stock_minutes', '60', 'no'),
(292, 'woocommerce_notify_low_stock', 'yes', 'no'),
(293, 'woocommerce_notify_no_stock', 'yes', 'no'),
(294, 'woocommerce_stock_email_recipient', 'info@mail.loc', 'no'),
(295, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(296, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(297, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(298, 'woocommerce_stock_format', '', 'yes'),
(299, 'woocommerce_file_download_method', 'force', 'no'),
(300, 'woocommerce_downloads_redirect_fallback_allowed', 'no', 'no'),
(301, 'woocommerce_downloads_require_login', 'no', 'no'),
(302, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(303, 'woocommerce_downloads_deliver_inline', '', 'no'),
(304, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'yes'),
(306, 'woocommerce_attribute_lookup_direct_updates', 'no', 'yes'),
(307, 'woocommerce_prices_include_tax', 'no', 'yes'),
(308, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(309, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(310, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(311, 'woocommerce_tax_classes', '', 'yes'),
(312, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(313, 'woocommerce_tax_display_cart', 'excl', 'yes'),
(314, 'woocommerce_price_display_suffix', '', 'yes'),
(315, 'woocommerce_tax_total_display', 'itemized', 'no'),
(316, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(317, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'),
(318, 'woocommerce_ship_to_destination', 'billing', 'no'),
(319, 'woocommerce_shipping_debug_mode', 'no', 'yes'),
(320, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(321, 'woocommerce_enable_checkout_login_reminder', 'no', 'no'),
(322, 'woocommerce_enable_signup_and_login_from_checkout', 'no', 'no'),
(323, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(324, 'woocommerce_registration_generate_username', 'yes', 'no'),
(325, 'woocommerce_registration_generate_password', 'yes', 'no'),
(326, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(327, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(328, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'),
(329, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'),
(330, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(331, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(332, 'woocommerce_trash_pending_orders', '', 'no'),
(333, 'woocommerce_trash_failed_orders', '', 'no'),
(334, 'woocommerce_trash_cancelled_orders', '', 'no'),
(335, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(336, 'woocommerce_email_from_name', 'Fabric &#8211; Designer', 'no'),
(337, 'woocommerce_email_from_address', 'info@mail.loc', 'no'),
(338, 'woocommerce_email_header_image', '', 'no'),
(339, 'woocommerce_email_footer_text', '{site_title} &mdash; Built with {WooCommerce}', 'no'),
(340, 'woocommerce_email_base_color', '#7f54b3', 'no'),
(341, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(342, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(343, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(344, 'woocommerce_merchant_email_notifications', 'no', 'no'),
(345, 'woocommerce_cart_page_id', '18009', 'no'),
(346, 'woocommerce_checkout_page_id', '18010', 'no'),
(347, 'woocommerce_myaccount_page_id', '18011', 'no'),
(348, 'woocommerce_terms_page_id', '', 'no'),
(349, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(350, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(351, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(352, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(353, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(354, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(355, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(356, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(357, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(358, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(359, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(360, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(361, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(362, 'woocommerce_api_enabled', 'no', 'yes'),
(363, 'woocommerce_allow_tracking', 'no', 'no'),
(364, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'),
(365, 'woocommerce_analytics_enabled', 'yes', 'yes'),
(366, 'woocommerce_navigation_enabled', 'no', 'yes'),
(367, 'woocommerce_feature_product_block_editor_enabled', 'no', 'yes'),
(368, 'woocommerce_custom_orders_table_enabled', 'no', 'yes'),
(369, 'woocommerce_custom_orders_table_data_sync_enabled', 'no', 'yes'),
(370, 'woocommerce_custom_orders_table_created', 'yes', 'yes'),
(371, 'woocommerce_single_image_width', '600', 'yes'),
(372, 'woocommerce_thumbnail_image_width', '500', 'yes'),
(373, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(374, 'woocommerce_demo_store', 'no', 'no'),
(375, 'wc_downloads_approved_directories_mode', 'enabled', 'yes'),
(376, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(377, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(378, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(381, 'default_product_cat', '72', 'yes'),
(384, 'woocommerce_refund_returns_page_id', '18012', 'yes'),
(387, 'woocommerce_paypal_settings', 'a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:0:\"\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}', 'yes'),
(388, 'woocommerce_version', '8.1.1', 'yes'),
(389, 'woocommerce_db_version', '7.1.0', 'yes'),
(390, 'woocommerce_admin_install_timestamp', '1659620791', 'yes'),
(391, 'woocommerce_inbox_variant_assignment', '5', 'yes'),
(394, 'woocommerce_catalog_columns', '2', 'yes'),
(396, '_transient_jetpack_autoloader_plugin_paths', 'a:0:{}', 'yes'),
(397, 'action_scheduler_lock_async-request-runner', '651dcdcac37257.87018431|1696452102', 'no'),
(398, 'woocommerce_admin_notices', 'a:1:{i:0;s:6:\"update\";}', 'yes'),
(399, 'wc_blocks_version', '10.9.3', 'yes'),
(400, 'jetpack_connection_active_plugins', 'a:1:{s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}', 'yes'),
(401, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"17eaf7IUNsKqTcg4S17gnxlxuHVu01Ql\";}', 'yes'),
(402, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'yes'),
(403, 'widget_woocommerce_widget_cart', 'a:3:{i:2;a:2:{s:5:\"title\";s:4:\"Cart\";s:13:\"hide_if_empty\";i:0;}i:3;a:2:{s:5:\"title\";s:4:\"Cart\";s:13:\"hide_if_empty\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(404, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(405, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(406, 'widget_woocommerce_price_filter', 'a:3:{i:2;a:1:{s:5:\"title\";s:6:\"Filter\";}i:3;a:1:{s:5:\"title\";s:6:\"Filter\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(407, 'widget_woocommerce_product_categories', 'a:3:{i:2;a:8:{s:5:\"title\";s:10:\"Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;s:9:\"max_depth\";s:0:\"\";}i:3;a:8:{s:5:\"title\";s:10:\"Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;s:9:\"max_depth\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(408, 'widget_woocommerce_product_search', 'a:3:{i:2;a:1:{s:5:\"title\";s:6:\"Search\";}i:3;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(409, 'widget_woocommerce_product_tag_cloud', 'a:3:{i:2;a:1:{s:5:\"title\";s:4:\"Tags\";}i:3;a:1:{s:5:\"title\";s:4:\"Tags\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(410, 'widget_woocommerce_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(411, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(412, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(413, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(414, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(415, 'widget_trx_addons_widget_woocommerce_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(416, 'widget_trx_addons_widget_woocommerce_title', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(420, 'wc_admin_show_legacy_coupon_menu', '0', 'yes'),
(421, 'wc_blocks_db_schema_version', '260', 'yes'),
(422, 'wc_remote_inbox_notifications_stored_state', 'O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}', 'no'),
(425, 'jetpack_options', 'a:1:{s:14:\"last_heartbeat\";i:1696381795;}', 'yes'),
(426, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes'),
(427, '_transient_timeout_wc_onboarding_product_data', '1696468195', 'no'),
(430, '_transient_woocommerce_shipping_task_zone_count_transient', '0', 'yes'),
(454, 'widget_mc4wp_form_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(455, 'mc4wp_version', '4.9.9', 'yes'),
(457, 'mc4wp_flash_messages', 'a:0:{}', 'no'),
(461, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.8.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1585730605;s:7:\"version\";s:5:\"5.1.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(468, 'tinvwl_db_ver', '2.7.4', 'yes'),
(469, 'tinvwl-general', 'a:18:{s:13:\"default_title\";s:16:\"Default wishlist\";s:13:\"page_wishlist\";i:19003;s:13:\"require_login\";b:0;s:22:\"redirect_require_login\";b:0;s:17:\"link_in_myaccount\";b:1;s:21:\"processing_autoremove\";b:1;s:28:\"processing_autoremove_anyone\";b:0;s:28:\"processing_redirect_checkout\";b:0;s:11:\"simple_flow\";b:1;s:11:\"show_notice\";b:1;s:11:\"text_browse\";s:13:\"View Wishlist\";s:8:\"redirect\";b:0;s:13:\"text_added_to\";s:32:\"{product_name} added to Wishlist\";s:15:\"text_already_in\";s:34:\"{product_name} already in Wishlist\";s:17:\"text_removed_from\";s:29:\"Product removed from Wishlist\";s:19:\"my_account_endpoint\";b:0;s:24:\"my_account_endpoint_slug\";s:8:\"wishlist\";s:13:\"product_stats\";b:0;}', 'yes'),
(470, 'tinvwl-permalinks', 'a:1:{s:5:\"force\";b:0;}', 'yes'),
(471, 'tinvwl-rename', 'a:3:{s:6:\"rename\";b:0;s:13:\"rename_single\";s:0:\"\";s:13:\"rename_plural\";s:0:\"\";}', 'yes'),
(472, 'tinvwl-page', 'a:1:{s:8:\"wishlist\";i:19003;}', 'yes'),
(473, 'tinvwl-processing', 'a:4:{s:10:\"autoremove\";b:1;s:17:\"autoremove_status\";s:14:\"tinvwl-addcart\";s:17:\"redirect_checkout\";b:0;s:17:\"autoremove_anyone\";b:0;}', 'yes'),
(474, 'tinvwl-add_to_wishlist', 'a:12:{s:8:\"position\";s:9:\"shortcode\";s:5:\"class\";s:0:\"\";s:4:\"icon\";s:5:\"heart\";s:11:\"icon_upload\";s:0:\"\";s:10:\"icon_style\";s:0:\"\";s:14:\"show_preloader\";b:0;s:9:\"show_text\";b:1;s:4:\"text\";s:15:\"Add to Wishlist\";s:10:\"already_on\";b:0;s:15:\"text_already_on\";s:19:\"Already In Wishlist\";s:11:\"text_remove\";s:20:\"Remove from Wishlist\";s:17:\"icon_upload_added\";s:0:\"\";}', 'yes'),
(475, 'tinvwl-add_to_wishlist_catalog', 'a:13:{s:12:\"show_in_loop\";b:1;s:8:\"position\";s:9:\"shortcode\";s:5:\"class\";s:0:\"\";s:4:\"icon\";s:5:\"heart\";s:11:\"icon_upload\";s:0:\"\";s:10:\"icon_style\";s:0:\"\";s:14:\"show_preloader\";b:0;s:9:\"show_text\";b:1;s:4:\"text\";s:15:\"Add to Wishlist\";s:10:\"already_on\";b:0;s:15:\"text_already_on\";s:19:\"Already In Wishlist\";s:11:\"text_remove\";s:20:\"Remove from Wishlist\";s:17:\"icon_upload_added\";s:0:\"\";}', 'yes'),
(476, 'tinvwl-product_table', 'a:5:{s:11:\"add_to_cart\";b:1;s:16:\"text_add_to_cart\";s:11:\"Add to Cart\";s:10:\"colm_price\";b:1;s:10:\"colm_stock\";b:1;s:9:\"colm_date\";b:0;}', 'yes'),
(477, 'tinvwl-table', 'a:8:{s:13:\"colm_checkbox\";b:1;s:12:\"colm_actions\";b:1;s:18:\"add_select_to_cart\";b:1;s:23:\"text_add_select_to_cart\";s:20:\"Add Selected to Cart\";s:15:\"add_all_to_cart\";b:1;s:20:\"text_add_all_to_cart\";s:15:\"Add All to Cart\";s:8:\"per_page\";i:10;s:10:\"hide_popup\";b:0;}', 'yes'),
(478, 'tinvwl-social', 'a:9:{s:6:\"social\";s:0:\"\";s:8:\"facebook\";b:0;s:7:\"twitter\";b:0;s:9:\"pinterest\";b:0;s:8:\"whatsapp\";b:0;s:9:\"clipboard\";b:0;s:5:\"email\";b:0;s:8:\"share_on\";s:8:\"Share on\";s:10:\"icon_style\";s:0:\"\";}', 'yes'),
(479, 'tinvwl-topline', 'a:9:{s:4:\"icon\";s:5:\"heart\";s:11:\"icon_upload\";s:0:\"\";s:10:\"icon_style\";s:0:\"\";s:9:\"show_text\";b:1;s:4:\"text\";s:10:\"Wishlist -\";s:4:\"menu\";a:1:{i:0;s:0:\"\";}s:10:\"menu_order\";i:100;s:12:\"show_counter\";b:1;s:17:\"hide_zero_counter\";b:0;}', 'yes'),
(480, 'tinvwl-chat', 'a:1:{s:7:\"enabled\";b:0;}', 'yes'),
(481, 'tinvwl-integrations', 'a:57:{s:43:\"advanced-product-fields-for-woocommerce-pro\";b:1;s:39:\"advanced-product-fields-for-woocommerce\";b:1;s:11:\"automatewoo\";b:1;s:30:\"buy-now-button-for-woocommerce\";b:1;s:45:\"check-pincodezipcode-for-shipping-woocommerce\";b:1;s:22:\"cleantalk-spam-protect\";b:1;s:15:\"clever-swatches\";b:1;s:11:\"comet-cache\";b:1;s:31:\"duracelltomi-google-tag-manager\";b:1;s:29:\"elex-woocommerce-catalog-mode\";b:1;s:26:\"gift-cards-for-woocommerce\";b:1;s:29:\"hide-price-add-to-cart-button\";b:1;s:36:\"improved-variable-product-attributes\";b:1;s:15:\"litespeed-cache\";b:1;s:6:\"mycred\";b:1;s:9:\"nasa-core\";b:1;s:30:\"product-extras-for-woocommerce\";b:1;s:25:\"pw-woocommerce-gift-cards\";b:1;s:10:\"shopengine\";b:1;s:30:\"show-single-variations-premium\";b:1;s:26:\"sitepress-multilingual-cms\";b:1;s:4:\"divi\";b:1;s:8:\"flatsome\";b:1;s:7:\"kallyas\";b:1;s:7:\"oceanwp\";b:1;s:30:\"uni-woo-custom-product-options\";b:1;s:16:\"woo-advanced-qty\";b:1;s:25:\"woo-custom-product-addons\";b:1;s:19:\"woo-payment-gateway\";b:1;s:18:\"woo-product-bundle\";b:1;s:26:\"woo-variation-swatches-pro\";b:1;s:25:\"woo-variations-table-grid\";b:1;s:19:\"woocommerce-booking\";b:1;s:20:\"woocommerce-bookings\";b:1;s:30:\"woocommerce-composite-products\";b:1;s:25:\"woocommerce-custom-fields\";b:1;s:39:\"woocommerce-gravityforms-product-addons\";b:1;s:34:\"woocommerce-mix-and-match-products\";b:1;s:24:\"woocommerce-multilingual\";b:1;s:25:\"woocommerce-product-addon\";b:1;s:26:\"woocommerce-product-addons\";b:1;s:27:\"woocommerce-product-bundles\";b:1;s:25:\"woocommerce-product-table\";b:1;s:30:\"woocommerce-rental-and-booking\";b:1;s:18:\"woocommerce-square\";b:1;s:36:\"woocommerce-tm-extra-product-options\";b:1;s:20:\"woocommerce-waitlist\";b:1;s:16:\"wp-fastest-cache\";b:1;s:15:\"wp-grid-builder\";b:1;s:12:\"wp-multilang\";b:1;s:9:\"wp-rocket\";b:1;s:28:\"wpc-variations-radio-buttons\";b:1;s:32:\"yith-woocommerce-product-add-ons\";b:1;s:32:\"yith-woocommerce-product-bundles\";b:1;s:27:\"yith-woocommerce-quick-view\";b:1;s:32:\"product-quantity-for-woocommerce\";b:1;s:17:\"wc-fields-factory\";b:1;}', 'yes'),
(482, 'tinvwl-style', 'a:1:{s:11:\"customstyle\";b:1;}', 'yes'),
(483, 'tinvwl-style_options', 'a:75:{s:32:\"bda8150264b84aeff0ca47779ebacc00\";s:7:\"#000000\";s:32:\"2d1414f360ef96f3bdd718878b838843\";s:4:\"40px\";s:32:\"0f617e666d70702b660f4a733af1cd5c\";s:7:\"#1a1a1a\";s:32:\"4578aeedef5c22d62ff52c33f9bba6cd\";s:0:\"\";s:32:\"6fa639cb245131cd45e0abb36abd86ce\";s:7:\"#007acc\";s:32:\"2343474f1380ef4be1905ba43b880647\";s:7:\"#686868\";s:32:\"0b340af13bdf4cbdb056adc5f79b3373\";s:9:\"underline\";s:32:\"3fc21953166f508ee2aeeecd7aee0bd8\";s:7:\"inherit\";s:32:\"7a33c22c4c2a5c21e7c3a914f4eeb2c1\";s:0:\"\";s:32:\"24179cd549f6e251373383906299b096\";s:0:\"\";s:32:\"5e58bbdd0e885ca2b71116cea057e414\";s:0:\"\";s:32:\"c9b30b5c3e54618a46760805932ab8bf\";s:0:\"\";s:32:\"6a1003e57ef5796dfcaf02fa4b8ac499\";s:0:\"\";s:32:\"f7baf52c4518d3a4dfa63810320b45e2\";s:4:\"12px\";s:32:\"7139fa8307c4a65b7591e6dde6ae937f\";s:7:\"#ebe9eb\";s:32:\"cb88e51ff78f5d530ccf0bb719ec9c76\";s:7:\"#dad8da\";s:32:\"da0b548056da720976cf4f7f3cb5018c\";s:7:\"#515151\";s:32:\"c986c70cad5bc5f474abffea5b94ff7e\";s:7:\"#686868\";s:32:\"9e727dca77dd5482f23de230a3d5046f\";s:7:\"#007acc\";s:32:\"2ceebaa93d8a5c371551274780ddc300\";s:7:\"#686868\";s:32:\"dd67d3c367e9535414de00f3cc31a27c\";s:7:\"inherit\";s:32:\"478dbaf4932fbddfb0635a2524c109f8\";s:4:\"16px\";s:32:\"5a5c778b20bb2a740c14d622e1778927\";s:4:\"16px\";s:32:\"68940071b9fb40e3f336b7886b6f1d1b\";s:3:\"3px\";s:32:\"d5d75eab7561efa79cb1fefccd01f8a4\";s:7:\"#ebe9eb\";s:32:\"73a7a9d026401b62bf1cfe5d2a833b7e\";s:7:\"#dad8da\";s:32:\"939c7f00b7b90a16f80fd6312a4a0e0d\";s:7:\"#515151\";s:32:\"fa4f419f1114d3867a9630275364d086\";s:7:\"#515151\";s:32:\"2b1fbec4726635eb00e802d02f6e2e7d\";s:7:\"#007acc\";s:32:\"048f149cf361ad9d0e085d4af382752b\";s:7:\"#686868\";s:32:\"321da9c8bc66c286a29c544fc14e3f9e\";s:0:\"\";s:32:\"01f066844ed4e57f9ee7b8b03b2f18a7\";s:4:\"16px\";s:32:\"f3e46faa2e790800a881e6893cf2171e\";s:4:\"16px\";s:32:\"8d6c42fb581f8511d2affa83aa9ef81f\";s:3:\"3px\";s:32:\"27471cca2b825cfe2c307f7deb5c0f8b\";s:7:\"#ebe9eb\";s:32:\"1be5052ff24892ae6eecd8ee532be013\";s:7:\"#dad8da\";s:32:\"dcbaebb7da7109f1c0adc717b6971cd7\";s:7:\"#515151\";s:32:\"38acbc6d0ea4887e80a909b8078335a2\";s:7:\"#515151\";s:32:\"21a1f368854745ed15acea4fee3fd90a\";s:7:\"inherit\";s:32:\"a76bde0573bc009de0ff353bbac66def\";s:4:\"14px\";s:32:\"a095a25b82f1c317456ed3d5bf7bd721\";s:3:\"3px\";s:32:\"e8453b34b3ad8e5c51a4b1a8c83da979\";s:7:\"#a46497\";s:32:\"864bd3ccc745240992706b97c1599d1e\";s:7:\"#935386\";s:32:\"40bbed4ee296fd5fef264a1cc77670bf\";s:7:\"#ffffff\";s:32:\"831efa14fec3cf383879f988d32c5a15\";s:7:\"#ffffff\";s:32:\"fda80ea49f05a78edb5076e814f69292\";s:7:\"inherit\";s:32:\"3d4036f21baef6625cc3a323ee6e1e66\";s:4:\"14px\";s:32:\"672007341cff762ddf0d2281bdc0c299\";s:3:\"3px\";s:32:\"e4d5d4ef67c7ca30722286d58b2650f6\";s:7:\"#ffffff\";s:32:\"0b792e66d13026e6a122323222804c15\";s:7:\"#d1d1d1\";s:32:\"608484016590a0721da236a1885f9ade\";s:7:\"#ffffff\";s:32:\"69ae1bd0ebe53785d2b0e348b27b37dc\";s:7:\"#1a1a1a\";s:32:\"ecec585e20f406fc1ff002adfcbe9a9c\";s:7:\"inherit\";s:32:\"17742a42a30f7be0736d1e79908bc616\";s:4:\"14px\";s:32:\"aaf74cc43a3736ed621e17f1d7337965\";s:7:\"#686868\";s:32:\"e1b605ab84ede698ee5b65bdc097c550\";s:7:\"inherit\";s:32:\"59a1d057b2b45324f63ce597f36946e2\";s:4:\"14px\";s:32:\"921f8d28a66e0dbff0d74713a842c219\";s:7:\"#202020\";s:32:\"a2dabc4fdcada89b2e391e2edd7268a5\";s:7:\"inherit\";s:32:\"115256bbd72f9182797db3f54dce8f8b\";s:4:\"16px\";s:32:\"d1241272421242eb22011f3518a76da3\";s:7:\"#ffffff\";s:32:\"711de9e4983ba0e64439cec8d257fec0\";s:7:\"#007acc\";s:32:\"2c83e1eeed3250bf738550e6d52f2203\";s:7:\"#ebe9eb\";s:32:\"6eac9d09c71c87fd720963bcfc4ff973\";s:7:\"#dad8da\";s:32:\"3c6b408b1f5e325ef9b98202c693a4ec\";s:7:\"#000000\";s:32:\"f2a3a843e98eb989d8c9355f149b2b5e\";s:7:\"#686868\";s:32:\"8000e1c3ff927792052adcbaf10a57b6\";s:4:\"20px\";s:32:\"25ad1cb265d6a6f1798c03ea5e2380cc\";s:7:\"#ffffff\";s:32:\"e20fe57c88d077539db0740fbc54d95e\";s:7:\"#1a1a1a\";s:32:\"f74bce5a7e9a892248f5a1459acb2318\";s:0:\"\";s:32:\"70d5eda2690ddb4aaed81ee52db962fb\";s:4:\"16px\";s:32:\"89c5f801f41e34d0d01bf1c592f4642a\";s:7:\"#ebe9eb\";s:32:\"8256242f5a6cd2296de8ab945a060a2b\";s:7:\"#dad8da\";s:32:\"9da70190e482bf08f104dcb8280efabb\";s:7:\"#515151\";s:32:\"d7348c4c1bb37670a9d9a0202d2f056d\";s:7:\"#515151\";}', 'yes'),
(484, 'tinvwl-style_plain', 'a:2:{s:5:\"allow\";b:0;s:3:\"css\";s:0:\"\";}', 'yes'),
(485, 'tinvwl_ver', '2.7.4', 'yes'),
(486, 'tinvwl_activation_date', '1696381819', 'yes'),
(487, 'widget_widget_top_wishlist', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(488, '_transient__tinvwl_update_wishlists_data', '1', 'yes'),
(491, 'wpgdprc_db_version_consents', '1.2', 'yes'),
(492, 'wpgdprc_db_version_log', '1.8', 'yes'),
(493, 'wpgdprc_db_version_access_requests', '1.7', 'yes'),
(494, 'wpgdprc_db_version_delete_requests', '1.0', 'yes'),
(495, 'wpgdprc_settings_enable_premium_mode', '0', 'yes'),
(496, 'wpgdprc_settings_enable_access_request', '0', 'yes'),
(497, 'wpgdprc_form_last_shown', '1762533365', 'yes'),
(498, 'wpgdprc_activated', 'notice_shown', 'yes'),
(501, 'mwai_rating_date', '1697697487', 'no'),
(502, 'wpgdprc_data_access_request_ids', 'a:0:{}', 'yes'),
(508, 'trx_addons_admin_message', '', 'yes'),
(509, 'trx_addons_options', 'a:162:{s:10:\"debug_mode\";i:0;s:28:\"disable_widgets_block_editor\";s:1:\"1\";s:12:\"retina_ready\";s:1:\"1\";s:14:\"images_quality\";s:2:\"75\";s:19:\"animate_inner_links\";s:1:\"1\";s:16:\"add_target_blank\";i:0;s:12:\"popup_engine\";s:8:\"magnific\";s:14:\"page_preloader\";s:4:\"none\";s:23:\"page_preloader_bg_color\";s:7:\"#ffffff\";s:20:\"page_preloader_image\";s:0:\"\";s:15:\"scroll_progress\";s:4:\"hide\";s:13:\"scroll_to_top\";s:1:\"1\";s:15:\"hide_fixed_rows\";s:1:\"1\";s:13:\"smooth_scroll\";i:0;s:24:\"infinite_scroll_in_media\";i:0;s:13:\"menu_collapse\";s:1:\"1\";s:18:\"menu_collapse_icon\";s:29:\"trx_addons_icon-ellipsis-vert\";s:12:\"menu_stretch\";s:1:\"1\";s:21:\"breadcrumbs_max_level\";s:1:\"3\";s:16:\"search_for_terms\";i:0;s:27:\"optimize_css_and_js_loading\";s:4:\"soft\";s:13:\"disable_emoji\";i:0;s:22:\"move_scripts_to_footer\";s:1:\"1\";s:30:\"move_scripts_to_footer_exclude\";s:0:\"\";s:18:\"async_scripts_load\";s:1:\"1\";s:21:\"async_scripts_exclude\";s:0:\"\";s:13:\"cache_handler\";s:5:\"files\";s:24:\"disable_css_and_js_cache\";s:1:\"1\";s:19:\"remove_ver_from_url\";i:0;s:10:\"ajax_views\";i:0;s:13:\"layouts_cache\";i:0;s:19:\"layouts_cache_types\";a:1:{s:6:\"header\";s:1:\"1\";}s:21:\"layouts_cache_popular\";s:1:\"1\";s:10:\"menu_cache\";i:0;s:10:\"team_style\";s:9:\"default_3\";s:9:\"team_form\";s:4:\"5597\";s:13:\"services_form\";s:4:\"none\";s:15:\"api_google_load\";s:1:\"1\";s:10:\"api_google\";s:0:\"\";s:17:\"api_google_marker\";s:0:\"\";s:18:\"api_google_cluster\";s:0:\"\";s:17:\"api_google_places\";s:0:\"\";s:20:\"api_google_analitics\";s:0:\"\";s:22:\"api_google_remarketing\";s:0:\"\";s:19:\"api_openstreet_load\";s:1:\"1\";s:20:\"api_openstreet_tiler\";s:6:\"vector\";s:27:\"api_openstreet_tiler_vector\";a:1:{i:0;a:5:{s:5:\"title\";s:5:\"Basic\";s:4:\"slug\";s:5:\"basic\";s:3:\"url\";s:73:\"https://api.maptiler.com/maps/{style}/style.json?key=C1rALu26mR1iTxEBrqQj\";s:7:\"maxzoom\";s:2:\"18\";s:5:\"token\";s:0:\"\";}}s:27:\"api_openstreet_tiler_raster\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"slug\";s:0:\"\";s:3:\"url\";s:0:\"\";s:7:\"maxzoom\";s:2:\"18\";}}s:21:\"api_openstreet_marker\";s:0:\"\";s:22:\"api_openstreet_cluster\";s:0:\"\";s:13:\"api_fb_app_id\";s:0:\"\";s:23:\"api_instagram_client_id\";s:0:\"\";s:27:\"api_instagram_client_secret\";s:0:\"\";s:30:\"api_instagram_get_access_token\";s:0:\"\";s:26:\"api_instagram_access_token\";s:0:\"\";s:21:\"api_instagram_user_id\";s:0:\"\";s:14:\"login_via_ajax\";s:1:\"1\";s:17:\"login_via_socials\";s:0:\"\";s:29:\"notify_about_new_registration\";s:2:\"no\";s:26:\"double_opt_in_registration\";s:1:\"1\";s:7:\"socials\";a:2:{i:0;a:4:{s:4:\"name\";s:15:\"icon-facebook-1\";s:5:\"title\";s:8:\"Facebook\";s:3:\"url\";s:1:\"#\";s:5:\"color\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:14:\"icon-instagram\";s:5:\"title\";s:9:\"Instagram\";s:3:\"url\";s:1:\"#\";s:5:\"color\";s:0:\"\";}}s:5:\"share\";a:4:{i:0;a:4:{s:4:\"name\";s:16:\"icon-twitter-new\";s:5:\"title\";s:11:\"Twitter-new\";s:3:\"url\";s:50:\"//twitter.com/intent/tweet?text={title}&url={link}\";s:5:\"color\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:15:\"icon-facebook-1\";s:5:\"title\";s:8:\"Facebook\";s:3:\"url\";s:45:\"//www.facebook.com/sharer/sharer.php?u={link}\";s:5:\"color\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:16:\"icon-share-email\";s:5:\"title\";s:11:\"Share-email\";s:3:\"url\";s:47:\"mailto:test@fwe.com?subject={title}&body={link}\";s:5:\"color\";s:0:\"\";}i:3;a:4:{s:4:\"name\";s:9:\"icon-link\";s:5:\"title\";s:0:\"\";s:3:\"url\";s:142:\"json:{\"link\": \"#\",\"attributes\": {\"title\": \"Copy URL to clipboard\",\"data-message\": \"Copied!\",\"data-copy-link-url\": \"{link}\",\"nopopup\": \"true\"}}\";s:5:\"color\";s:0:\"\";}}s:11:\"add_og_tags\";s:1:\"1\";s:16:\"emotions_allowed\";i:0;s:8:\"emotions\";a:1:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:5:\"title\";s:0:\"\";}}s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";s:1:\"1\";s:18:\"reviews_post_types\";a:1:{s:4:\"post\";s:1:\"1\";}s:26:\"reviews_in_comments_enable\";s:1:\"1\";s:23:\"reviews_in_comments_min\";s:1:\"3\";s:16:\"reviews_mark_max\";s:1:\"5\";s:21:\"reviews_mark_decimals\";s:1:\"1\";s:17:\"reviews_mark_icon\";s:20:\"trx_addons_icon-star\";s:24:\"reviews_in_content_short\";s:1:\"1\";s:30:\"reviews_in_content_short_align\";s:5:\"right\";s:27:\"reviews_in_content_detailed\";s:3:\"999\";s:24:\"audio_effects_post_types\";a:1:{s:4:\"page\";s:1:\"1\";}s:21:\"audio_effects_allowed\";i:0;s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}s:27:\"mouse_helper_replace_cursor\";s:1:\"0\";s:35:\"mouse_helper_replace_cursor_default\";s:0:\"\";s:36:\"mouse_helper_replace_cursor_default2\";s:0:\"\";s:33:\"mouse_helper_replace_cursor_links\";s:0:\"\";s:34:\"mouse_helper_replace_cursor_links2\";s:0:\"\";s:12:\"mouse_helper\";s:1:\"1\";s:18:\"mouse_helper_style\";s:7:\"default\";s:22:\"mouse_helper_permanent\";i:0;s:21:\"mouse_helper_centered\";i:0;s:19:\"mouse_helper_smooth\";s:1:\"1\";s:18:\"mouse_helper_delay\";s:1:\"8\";s:29:\"mouse_helper_in_swiper_slider\";s:1:\"1\";s:26:\"secondary_image_post_types\";a:5:{s:4:\"post\";s:1:\"0\";s:4:\"page\";s:1:\"0\";s:13:\"cpt_portfolio\";s:1:\"0\";s:12:\"cpt_services\";s:1:\"0\";s:8:\"cpt_team\";s:1:\"1\";}s:22:\"ai_helper_token_openai\";s:0:\"\";s:22:\"ai_helper_model_openai\";s:13:\"gpt-3.5-turbo\";s:28:\"ai_helper_temperature_openai\";s:1:\"1\";s:33:\"ai_helper_token_stabble_diffusion\";s:0:\"\";s:42:\"ai_helper_guidance_scale_stabble_diffusion\";s:3:\"7.5\";s:46:\"ai_helper_interference_steps_stabble_diffusion\";s:2:\"21\";s:34:\"ai_helper_models_stabble_diffusion\";a:14:{i:0;a:2:{s:2:\"id\";s:7:\"default\";s:5:\"title\";s:24:\"Stable Diffusion default\";}i:1;a:2:{s:2:\"id\";s:10:\"midjourney\";s:5:\"title\";s:10:\"MidJourney\";}i:2;a:2:{s:2:\"id\";s:20:\"realistic-vision-v13\";s:5:\"title\";s:21:\"Realistic Vision V1.3\";}i:3;a:2:{s:2:\"id\";s:17:\"dream-shaper-8797\";s:5:\"title\";s:12:\"Dream Shaper\";}i:4;a:2:{s:2:\"id\";s:12:\"protogen-3.4\";s:5:\"title\";s:13:\"Protogen x3.4\";}i:5;a:2:{s:2:\"id\";s:14:\"f222-diffusion\";s:5:\"title\";s:4:\"F222\";}i:6;a:2:{s:2:\"id\";s:22:\"portraitplus-diffusion\";s:5:\"title\";s:9:\"Portrait+\";}i:7;a:2:{s:2:\"id\";s:20:\"perfect-deli-appfact\";s:5:\"title\";s:23:\"perfect deli appfactory\";}i:8;a:2:{s:2:\"id\";s:20:\"deliberateappfactory\";s:5:\"title\";s:21:\"Deliberate_appfactory\";}i:9;a:2:{s:2:\"id\";s:11:\"anything-v5\";s:5:\"title\";s:11:\"Anything V5\";}i:10;a:2:{s:2:\"id\";s:11:\"anything-v4\";s:5:\"title\";s:11:\"Anything V4\";}i:11;a:2:{s:2:\"id\";s:11:\"anything-v3\";s:5:\"title\";s:11:\"Anything V3\";}i:12;a:2:{s:2:\"id\";s:20:\"gta5-artwork-diffusi\";s:5:\"title\";s:22:\"GTA5 Artwork Diffusion\";}i:13;a:2:{s:2:\"id\";s:14:\"wifu-diffusion\";s:5:\"title\";s:14:\"Wifu Diffusion\";}}s:28:\"ai_helper_token_stability_ai\";s:0:\"\";s:36:\"ai_helper_prompt_weight_stability_ai\";s:1:\"1\";s:32:\"ai_helper_cfg_scale_stability_ai\";s:1:\"7\";s:38:\"ai_helper_diffusion_steps_stability_ai\";s:2:\"50\";s:29:\"ai_helper_models_stability_ai\";a:5:{i:0;a:2:{s:2:\"id\";s:29:\"stable-diffusion-xl-1024-v1-0\";s:5:\"title\";s:23:\"Stable Diffusion XL 1.0\";}i:1;a:2:{s:2:\"id\";s:29:\"stable-diffusion-xl-1024-v0-9\";s:5:\"title\";s:23:\"Stable Diffusion XL 0.9\";}i:2;a:2:{s:2:\"id\";s:31:\"stable-diffusion-xl-beta-v2-2-2\";s:5:\"title\";s:23:\"Stable Diffusion XL 0.8\";}i:3;a:2:{s:2:\"id\";s:21:\"stable-diffusion-v1-5\";s:5:\"title\";s:20:\"Stable Diffusion 1.5\";}i:4;a:2:{s:2:\"id\";s:25:\"stable-diffusion-512-v2-1\";s:5:\"title\";s:20:\"Stable Diffusion 2.1\";}}s:40:\"ai_helper_sc_igenerator_translate_prompt\";s:1:\"1\";s:30:\"ai_helper_sc_igenerator_limits\";s:1:\"1\";s:38:\"ai_helper_sc_igenerator_limit_per_hour\";s:2:\"12\";s:41:\"ai_helper_sc_igenerator_limit_per_visitor\";s:1:\"2\";s:35:\"ai_helper_sc_igenerator_limit_alert\";s:318:\"<h5>Limits are reached!</h5><p>The limit of the number of requests from a single visitor or the number of images that can be generated per hour has been reached.</p><p>In order to generate more images, sign up for our premium service.</p><p><a href=\"#\" class=\"trx_addons_sc_igenerator_link_premium\">Sign Up Now</a></p>\";s:38:\"ai_helper_sc_igenerator_limits_premium\";i:0;s:46:\"ai_helper_sc_igenerator_limit_per_hour_premium\";s:2:\"12\";s:49:\"ai_helper_sc_igenerator_limit_per_visitor_premium\";s:1:\"2\";s:38:\"ai_helper_sc_igenerator_levels_premium\";a:1:{i:0;a:3:{s:5:\"level\";s:7:\"default\";s:5:\"limit\";s:0:\"\";s:3:\"per\";s:3:\"day\";}}s:43:\"ai_helper_sc_igenerator_limit_alert_premium\";s:196:\"<h5>Limits are reached!</h5><p>The limit of the number of requests from a single visitor or the number of images that can be generated per hour has been reached.</p><p>Please, try again later.</p>\";s:35:\"ai_helper_sc_tgenerator_temperature\";s:1:\"1\";s:30:\"ai_helper_sc_tgenerator_limits\";s:1:\"1\";s:41:\"ai_helper_sc_tgenerator_limit_per_request\";s:4:\"1000\";s:38:\"ai_helper_sc_tgenerator_limit_per_hour\";s:1:\"8\";s:41:\"ai_helper_sc_tgenerator_limit_per_visitor\";s:1:\"2\";s:35:\"ai_helper_sc_tgenerator_limit_alert\";s:271:\"<h5>Limits are reached!</h5><p>The limit of the number of requests from a single visitor per hour has been reached.</p><p>In order to generate more texts, sign up for our premium service.</p><p><a href=\"#\" class=\"trx_addons_sc_tgenerator_link_premium\">Sign Up Now</a></p>\";s:38:\"ai_helper_sc_tgenerator_limits_premium\";s:1:\"1\";s:49:\"ai_helper_sc_tgenerator_limit_per_request_premium\";s:4:\"1000\";s:46:\"ai_helper_sc_tgenerator_limit_per_hour_premium\";s:1:\"8\";s:49:\"ai_helper_sc_tgenerator_limit_per_visitor_premium\";s:1:\"2\";s:38:\"ai_helper_sc_tgenerator_levels_premium\";a:1:{i:0;a:3:{s:5:\"level\";s:7:\"default\";s:5:\"limit\";s:0:\"\";s:3:\"per\";s:3:\"day\";}}s:43:\"ai_helper_sc_tgenerator_limit_alert_premium\";s:150:\"<h5>Limits are reached!</h5><p>The limit of the number of requests from a single visitor per hour has been reached.</p><p>Please, try again later.</p>\";s:29:\"ai_helper_sc_chat_temperature\";s:1:\"1\";s:24:\"ai_helper_sc_chat_limits\";s:1:\"1\";s:35:\"ai_helper_sc_chat_limit_per_request\";s:4:\"1000\";s:32:\"ai_helper_sc_chat_limit_per_hour\";s:2:\"80\";s:35:\"ai_helper_sc_chat_limit_per_visitor\";s:2:\"10\";s:29:\"ai_helper_sc_chat_limit_alert\";s:265:\"<h5>Limits are reached!</h5><p>The limit of the number of requests from a single visitor per hour has been reached.</p><p>In order to generate more texts, sign up for our premium service.</p><p><a href=\"#\" class=\"trx_addons_sc_chat_link_premium\">Sign Up Now</a></p>\";s:32:\"ai_helper_sc_chat_limits_premium\";s:1:\"1\";s:43:\"ai_helper_sc_chat_limit_per_request_premium\";s:4:\"1000\";s:40:\"ai_helper_sc_chat_limit_per_hour_premium\";s:2:\"80\";s:43:\"ai_helper_sc_chat_limit_per_visitor_premium\";s:2:\"10\";s:32:\"ai_helper_sc_chat_levels_premium\";a:1:{i:0;a:3:{s:5:\"level\";s:7:\"default\";s:5:\"limit\";s:0:\"\";s:3:\"per\";s:3:\"day\";}}s:37:\"ai_helper_sc_chat_limit_alert_premium\";s:150:\"<h5>Limits are reached!</h5><p>The limit of the number of requests from a single visitor per hour has been reached.</p><p>Please, try again later.</p>\";s:16:\"scroll_to_anchor\";i:0;s:27:\"update_location_from_anchor\";i:0;s:11:\"input_hover\";s:7:\"default\";s:11:\"sc_ids_type\";s:6:\"simple\";s:19:\"use_ajax_to_get_ids\";s:1:\"1\";s:15:\"sc_tabs_layouts\";s:1:\"1\";s:28:\"extended_taxonomy_attributes\";a:2:{s:5:\"color\";s:1:\"1\";s:4:\"icon\";s:1:\"1\";}s:21:\"extended_taxonomy_tax\";a:2:{s:8:\"category\";s:1:\"1\";s:8:\"post_tag\";s:1:\"1\";}s:14:\"layouts_create\";s:0:\"\";s:18:\"columns_wrap_class\";s:0:\"\";s:24:\"columns_wrap_class_fluid\";s:0:\"\";s:12:\"column_class\";s:0:\"\";s:15:\"page_wrap_class\";s:10:\".page_wrap\";s:17:\"portfolio_disable\";i:0;s:15:\"portfolio_style\";s:9:\"default_2\";s:24:\"portfolio_blog_animation\";s:4:\"none\";s:21:\"portfolio_use_masonry\";i:0;s:21:\"portfolio_use_gallery\";i:0;s:16:\"services_disable\";i:0;s:14:\"services_style\";s:9:\"default_2\";s:23:\"services_blog_animation\";s:4:\"none\";s:12:\"team_disable\";i:0;s:19:\"team_blog_animation\";s:4:\"none\";s:20:\"testimonials_disable\";i:0;}', 'yes'),
(510, 'trx_addons_permalinks', 'a:42:{s:19:\"cars_post_type_slug\";s:0:\"\";s:23:\"cars_taxonomy_type_slug\";s:0:\"\";s:25:\"cars_taxonomy_status_slug\";s:0:\"\";s:24:\"cars_taxonomy_maker_slug\";s:0:\"\";s:24:\"cars_taxonomy_model_slug\";s:0:\"\";s:27:\"cars_taxonomy_features_slug\";s:0:\"\";s:25:\"cars_taxonomy_labels_slug\";s:0:\"\";s:23:\"cars_taxonomy_city_slug\";s:0:\"\";s:26:\"cars_agents_post_type_slug\";s:0:\"\";s:25:\"cars_agents_taxonomy_slug\";s:0:\"\";s:27:\"certificates_post_type_slug\";s:0:\"\";s:22:\"courses_post_type_slug\";s:0:\"\";s:21:\"courses_taxonomy_slug\";s:0:\"\";s:21:\"dishes_post_type_slug\";s:0:\"\";s:20:\"dishes_taxonomy_slug\";s:0:\"\";s:22:\"layouts_post_type_slug\";s:0:\"\";s:21:\"layouts_taxonomy_slug\";s:0:\"\";s:24:\"portfolio_post_type_slug\";s:0:\"\";s:23:\"portfolio_taxonomy_slug\";s:0:\"\";s:25:\"properties_post_type_slug\";s:0:\"\";s:29:\"properties_taxonomy_type_slug\";s:0:\"\";s:31:\"properties_taxonomy_status_slug\";s:0:\"\";s:33:\"properties_taxonomy_features_slug\";s:0:\"\";s:31:\"properties_taxonomy_labels_slug\";s:0:\"\";s:32:\"properties_taxonomy_country_slug\";s:0:\"\";s:30:\"properties_taxonomy_state_slug\";s:0:\"\";s:29:\"properties_taxonomy_city_slug\";s:0:\"\";s:37:\"properties_taxonomy_neighborhood_slug\";s:0:\"\";s:21:\"agents_post_type_slug\";s:0:\"\";s:20:\"agents_taxonomy_slug\";s:0:\"\";s:21:\"resume_post_type_slug\";s:0:\"\";s:23:\"services_post_type_slug\";s:0:\"\";s:22:\"services_taxonomy_slug\";s:0:\"\";s:27:\"competitions_post_type_slug\";s:0:\"\";s:26:\"competitions_taxonomy_slug\";s:0:\"\";s:21:\"rounds_post_type_slug\";s:0:\"\";s:22:\"matches_post_type_slug\";s:0:\"\";s:22:\"players_post_type_slug\";s:0:\"\";s:19:\"team_post_type_slug\";s:0:\"\";s:18:\"team_taxonomy_slug\";s:0:\"\";s:27:\"testimonials_post_type_slug\";s:0:\"\";s:26:\"testimonials_taxonomy_slug\";s:0:\"\";}', 'yes'),
(511, 'trx_addons_site_visits', '', 'yes'),
(512, 'trx_addons_widgets_areas', 'a:2:{i:0;a:3:{s:2:\"id\";i:1;s:4:\"name\";s:19:\"Mobile Menu Widgets\";s:11:\"description\";s:49:\"Widgets to be shown on the Fullscreen Mobile Menu\";}i:1;a:3:{s:2:\"id\";i:2;s:4:\"name\";s:21:\"Short Sidebar Widgets\";s:11:\"description\";s:34:\"Widgets to be shown on the sidebar\";}}', 'yes'),
(513, 'elementor_1_elementor_updater_batch_db444b37e2f503b16f6f9fd9727d', 'a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}', 'yes'),
(514, 'elementor_allow_svg', '1', 'yes'),
(515, 'elementor_allow_tracking', 'no', 'yes'),
(516, 'elementor_beta', 'no', 'yes'),
(517, 'elementor_clear_cache', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(518, 'elementor_controls_usage', 'a:3:{s:7:\"wp-page\";a:43:{s:6:\"column\";a:2:{s:5:\"count\";i:-980;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:15:{s:12:\"_inline_size\";i:-1005;s:19:\"column_align_mobile\";i:9;s:5:\"align\";i:5;s:16:\"content_position\";i:-18;s:13:\"content_align\";i:15;s:19:\"_inline_size_tablet\";i:355;s:19:\"_inline_size_mobile\";i:181;s:20:\"content_width_mobile\";i:14;s:20:\"content_align_mobile\";i:12;s:20:\"content_align_tablet\";i:7;s:12:\"align_mobile\";i:6;s:19:\"column_align_tablet\";i:7;s:12:\"column_align\";i:26;s:23:\"content_position_tablet\";i:1;s:13:\"content_width\";i:-2;}}s:8:\"advanced\";a:6:{s:16:\"section_advanced\";a:10:{s:7:\"padding\";i:-34;s:7:\"z_index\";i:-17;s:13:\"margin_tablet\";i:65;s:14:\"padding_tablet\";i:95;s:13:\"margin_mobile\";i:196;s:14:\"padding_mobile\";i:211;s:6:\"scheme\";i:10;s:11:\"css_classes\";i:3;s:6:\"margin\";i:22;s:14:\"z_index_tablet\";i:1;}s:20:\"section_trx_parallax\";a:1:{s:15:\"parallax_blocks\";i:1;}s:20:\"section_trx_entrance\";a:0:{}s:18:\"section_trx_layout\";a:0:{}s:19:\"_section_responsive\";a:1:{s:14:\"hide_on_mobile\";i:13;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1020;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:13:{s:21:\"background_background\";i:-53;s:16:\"background_image\";i:-30;s:19:\"background_position\";i:-34;s:17:\"background_repeat\";i:-6;s:15:\"background_size\";i:-33;s:8:\"extra_bg\";i:-7;s:16:\"background_color\";i:3;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:23:\"hide_bg_image_on_mobile\";i:1;s:19:\"background_bg_width\";i:1;s:22:\"background_size_tablet\";i:1;s:26:\"background_bg_width_tablet\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_color_stop\";i:2;s:26:\"background_overlay_color_b\";i:2;s:31:\"background_overlay_color_b_stop\";i:2;s:33:\"background_overlay_gradient_angle\";i:2;s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:29;s:12:\"border_width\";i:29;s:12:\"border_color\";i:28;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:-938;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:-128;}s:14:\"section_layout\";a:7:{s:3:\"gap\";i:-66;s:15:\"stretch_section\";i:-303;s:8:\"overflow\";i:26;s:14:\"position_style\";i:-1;s:6:\"height\";i:3;s:16:\"content_position\";i:32;s:6:\"layout\";i:13;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:13:{s:15:\"background_size\";i:15;s:23:\"hide_bg_image_on_mobile\";i:1;s:22:\"background_size_tablet\";i:1;s:26:\"background_position_mobile\";i:2;s:22:\"background_size_mobile\";i:2;s:19:\"background_position\";i:14;s:17:\"background_repeat\";i:9;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_xpos_tablet\";i:1;s:22:\"background_ypos_tablet\";i:1;s:26:\"background_bg_width_tablet\";i:1;s:21:\"background_background\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:8;s:24:\"background_overlay_color\";i:4;s:26:\"background_overlay_opacity\";i:8;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:22;s:12:\"border_width\";i:22;s:12:\"border_color\";i:23;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:7:{s:16:\"section_advanced\";a:11:{s:7:\"padding\";i:8;s:6:\"margin\";i:11;s:11:\"css_classes\";i:8;s:14:\"padding_tablet\";i:27;s:14:\"padding_mobile\";i:91;s:13:\"stack_section\";i:6;s:13:\"margin_mobile\";i:20;s:13:\"margin_tablet\";i:6;s:7:\"z_index\";i:1;s:6:\"scheme\";i:-42;s:14:\"z_index_tablet\";i:1;}s:20:\"section_trx_entrance\";a:5:{s:8:\"parallax\";i:-5;s:17:\"parallax_entrance\";i:1;s:14:\"parallax_start\";i:1;s:22:\"parallax_mouse_handler\";i:2;s:10:\"parallax_y\";i:4;}s:24:\"section_trx_mouse_helper\";a:10:{s:12:\"mouse_helper\";i:21;s:24:\"mouse_helper_hide_cursor\";i:23;s:21:\"mouse_helper_centered\";i:23;s:21:\"mouse_helper_bg_color\";i:24;s:17:\"mouse_helper_mode\";i:24;s:18:\"mouse_helper_delay\";i:24;s:18:\"mouse_helper_color\";i:20;s:17:\"mouse_helper_text\";i:20;s:17:\"mouse_helper_icon\";i:2;s:23:\"mouse_helper_icon_color\";i:2;}s:20:\"section_trx_parallax\";a:1:{s:15:\"parallax_blocks\";i:1;}s:19:\"_section_responsive\";a:7:{s:12:\"hide_on_wide\";i:5;s:15:\"hide_on_desktop\";i:5;s:16:\"hide_on_notebook\";i:5;s:14:\"hide_on_tablet\";i:4;s:14:\"hide_on_mobile\";i:15;s:20:\"reverse_order_mobile\";i:29;s:20:\"reverse_order_tablet\";i:3;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:18;s:15:\"animation_delay\";i:18;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:693;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:21;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:5:{s:5:\"color\";i:21;s:3:\"gap\";i:24;s:10:\"gap_tablet\";i:12;s:6:\"weight\";i:2;s:10:\"gap_mobile\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:2;s:5:\"align\";i:9;s:12:\"width_mobile\";i:2;s:12:\"width_tablet\";i:1;}}s:8:\"advanced\";a:4:{s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:2;s:23:\"_element_vertical_align\";i:2;}s:19:\"_section_responsive\";a:1:{s:14:\"hide_on_mobile\";i:2;}s:14:\"_section_style\";a:3:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;s:8:\"_padding\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:22;}}}}s:12:\"trx_sc_price\";a:2:{s:5:\"count\";i:17;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_price\";a:3:{s:6:\"prices\";i:17;s:4:\"type\";i:12;s:7:\"columns\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:8;}s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:2;}}}}s:14:\"trx_sc_blogger\";a:2:{s:5:\"count\";i:22;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:18:\"section_sc_blogger\";a:17:{s:4:\"type\";i:14;s:7:\"columns\";i:13;s:7:\"orderby\";i:22;s:3:\"ids\";i:5;s:9:\"post_type\";i:-34;s:16:\"filters_taxonomy\";i:-34;s:8:\"taxonomy\";i:-32;s:6:\"offset\";i:6;s:11:\"filters_ids\";i:3;s:12:\"filter_style\";i:3;s:5:\"count\";i:5;s:5:\"order\";i:18;s:14:\"columns_tablet\";i:8;s:11:\"filters_all\";i:2;s:19:\"filters_title_align\";i:1;s:3:\"cat\";i:9;s:14:\"columns_mobile\";i:6;}}s:6:\"layout\";a:3:{s:26:\"section_sc_blogger_details\";a:18:{s:10:\"meta_parts\";i:25;s:12:\"hide_excerpt\";i:7;s:5:\"hover\";i:19;s:11:\"more_button\";i:20;s:8:\"on_plate\";i:7;s:11:\"image_ratio\";i:18;s:10:\"text_align\";i:3;s:13:\"template_list\";i:13;s:14:\"excerpt_length\";i:6;s:11:\"date_format\";i:5;s:11:\"image_width\";i:6;s:16:\"template_default\";i:10;s:9:\"no_margin\";i:4;s:9:\"more_text\";i:7;s:14:\"image_position\";i:4;s:13:\"template_news\";i:1;s:8:\"no_links\";i:2;s:27:\"template_lay_portfolio_grid\";i:1;}s:21:\"section_slider_params\";a:6:{s:17:\"slider_pagination\";i:3;s:12:\"slides_space\";i:8;s:15:\"slides_centered\";i:3;s:6:\"slider\";i:5;s:15:\"slider_autoplay\";i:1;s:15:\"slides_overflow\";i:1;}s:20:\"section_title_params\";a:0:{}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:43;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:-17;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:-17;s:4:\"view\";i:-25;s:4:\"link\";i:-25;s:12:\"align_mobile\";i:-25;s:5:\"align\";i:10;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:8:{s:13:\"primary_color\";i:-25;s:4:\"size\";i:-17;s:12:\"icon_padding\";i:-25;s:12:\"border_width\";i:-25;s:15:\"secondary_color\";i:-25;s:21:\"hover_secondary_color\";i:9;s:15:\"hover_animation\";i:0;s:19:\"hover_primary_color\";i:2;}}s:8:\"advanced\";a:6:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:-4;s:12:\"_css_classes\";i:15;s:15:\"_padding_tablet\";i:4;}s:15:\"_section_border\";a:6:{s:13:\"_border_color\";i:-25;s:14:\"_border_radius\";i:-25;s:14:\"_border_border\";i:-11;s:13:\"_border_width\";i:-11;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:-17;}s:21:\"section_trx_bg_canvas\";a:0:{}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:28;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:3;s:12:\"hide_on_wide\";i:3;s:15:\"hide_on_desktop\";i:3;s:16:\"hide_on_notebook\";i:3;s:14:\"hide_on_tablet\";i:3;}}}}s:15:\"trx_sc_services\";a:2:{s:5:\"count\";i:-258;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_sc_services\";a:10:{s:8:\"featured\";i:-176;s:3:\"cat\";i:-258;s:7:\"orderby\";i:-226;s:5:\"order\";i:-148;s:4:\"type\";i:-56;s:5:\"count\";i:-145;s:7:\"columns\";i:-144;s:14:\"columns_tablet\";i:17;s:6:\"offset\";i:2;s:14:\"columns_mobile\";i:2;}}s:6:\"layout\";a:3:{s:27:\"section_sc_services_details\";a:4:{s:12:\"hide_excerpt\";i:-15;s:9:\"more_text\";i:16;s:13:\"show_subtitle\";i:27;s:9:\"no_margin\";i:7;}s:20:\"section_title_params\";a:1:{s:11:\"color_style\";i:-3;}s:21:\"section_slider_params\";a:4:{s:6:\"slider\";i:12;s:12:\"slides_space\";i:12;s:15:\"slides_overflow\";i:10;s:15:\"slider_autoplay\";i:9;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:5:{s:11:\"_element_id\";i:9;s:8:\"_z_index\";i:1;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:3;s:6:\"scheme\";i:1;}s:21:\"section_trx_bg_canvas\";a:0:{}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:36;}}}}s:14:\"trx_sc_layouts\";a:2:{s:5:\"count\";i:-27;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:4:{s:4:\"type\";i:-27;s:8:\"popup_id\";i:-27;s:7:\"content\";i:-30;s:6:\"layout\";i:3;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:18;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:-149;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:-149;s:4:\"link\";i:13;s:11:\"header_size\";i:14;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:6:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:12;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:2;s:21:\"_offset_orientation_h\";i:2;s:21:\"_offset_orientation_v\";i:2;}s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:12;s:6:\"scheme\";i:2;s:15:\"_padding_tablet\";i:2;}s:24:\"section_trx_mouse_helper\";a:0:{}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;}s:21:\"section_trx_bg_canvas\";a:0:{}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:19;}}}}s:16:\"trx_sc_googlemap\";a:2:{s:5:\"count\";i:-9;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:4:{s:6:\"height\";i:-9;s:4:\"zoom\";i:-5;s:5:\"style\";i:5;s:6:\"center\";i:2;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:-9;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:18:\"trx_widget_socials\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"align\";i:1;}}}}s:12:\"trx_sc_icons\";a:2:{s:5:\"count\";i:-113;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:9:{s:4:\"type\";i:-81;s:4:\"size\";i:-69;s:5:\"icons\";i:-113;s:5:\"align\";i:-83;s:5:\"color\";i:-29;s:7:\"columns\";i:-103;s:15:\"icons_animation\";i:5;s:14:\"columns_tablet\";i:21;s:14:\"columns_mobile\";i:6;}}s:6:\"layout\";a:2:{s:20:\"section_title_params\";a:1:{s:11:\"color_style\";i:51;}s:21:\"section_slider_params\";a:2:{s:12:\"slides_space\";i:4;s:6:\"slider\";i:2;}}s:8:\"advanced\";a:6:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:7;s:12:\"_css_classes\";i:3;s:14:\"_margin_mobile\";i:5;s:14:\"_margin_tablet\";i:3;s:6:\"scheme\";i:2;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:2;}s:17:\"_section_position\";a:9:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:23:\"_element_vertical_align\";i:2;s:21:\"_offset_orientation_h\";i:2;s:21:\"_offset_orientation_v\";i:2;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:28:\"_element_custom_width_tablet\";i:2;s:9:\"_position\";i:1;}s:21:\"section_trx_bg_canvas\";a:0:{}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:31;}}}}s:11:\"trx_sc_team\";a:2:{s:5:\"count\";i:28;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_sc_team\";a:11:{s:4:\"type\";i:28;s:3:\"cat\";i:28;s:5:\"count\";i:22;s:7:\"columns\";i:20;s:7:\"orderby\";i:28;s:5:\"order\";i:26;s:9:\"no_margin\";i:6;s:14:\"columns_tablet\";i:6;s:6:\"offset\";i:2;s:3:\"ids\";i:2;s:14:\"columns_mobile\";i:10;}}s:6:\"layout\";a:1:{s:21:\"section_slider_params\";a:4:{s:6:\"slider\";i:2;s:12:\"slides_space\";i:2;s:15:\"slides_overflow\";i:2;s:15:\"slider_autoplay\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:6;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:14;}s:24:\"section_trx_mouse_helper\";a:0:{}}}}s:13:\"trx_sc_skills\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_sc_skills\";a:11:{s:3:\"max\";i:15;s:6:\"values\";i:11;s:7:\"columns\";i:13;s:4:\"type\";i:9;s:5:\"style\";i:4;s:5:\"align\";i:-4;s:14:\"columns_mobile\";i:15;s:12:\"show_divider\";i:4;s:14:\"columns_tablet\";i:2;s:8:\"duration\";i:2;s:6:\"cutout\";i:4;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:8:{s:14:\"_margin_mobile\";i:16;s:12:\"_css_classes\";i:3;s:8:\"_padding\";i:2;s:8:\"_z_index\";i:2;s:6:\"scheme\";i:2;s:15:\"_padding_tablet\";i:2;s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;}s:17:\"_section_position\";a:8:{s:9:\"_position\";i:2;s:21:\"_offset_orientation_h\";i:2;s:13:\"_offset_x_end\";i:2;s:9:\"_offset_y\";i:2;s:20:\"_offset_x_end_tablet\";i:2;s:20:\"_offset_x_end_mobile\";i:2;s:16:\"_offset_y_tablet\";i:2;s:16:\"_offset_y_mobile\";i:2;}s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:25;}}}}s:7:\"counter\";a:2:{s:5:\"count\";i:24;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:6:{s:13:\"ending_number\";i:20;s:6:\"suffix\";i:12;s:8:\"duration\";i:12;s:5:\"title\";i:24;s:6:\"prefix\";i:2;s:18:\"thousand_separator\";i:18;}}s:5:\"style\";a:2:{s:13:\"section_title\";a:9:{s:27:\"typography_title_typography\";i:6;s:26:\"typography_title_font_size\";i:6;s:28:\"typography_title_line_height\";i:6;s:31:\"typography_title_letter_spacing\";i:6;s:28:\"typography_title_font_weight\";i:6;s:31:\"typography_title_text_transform\";i:6;s:33:\"typography_title_font_size_tablet\";i:6;s:35:\"typography_title_line_height_tablet\";i:6;s:38:\"typography_title_letter_spacing_tablet\";i:6;}s:14:\"section_number\";a:8:{s:27:\"typography_number_font_size\";i:16;s:32:\"typography_number_text_transform\";i:2;s:29:\"typography_number_line_height\";i:12;s:32:\"typography_number_letter_spacing\";i:10;s:28:\"typography_number_typography\";i:16;s:29:\"typography_number_font_weight\";i:12;s:34:\"typography_number_font_size_tablet\";i:16;s:36:\"typography_number_line_height_mobile\";i:3;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:11;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:6;}s:15:\"_section_border\";a:6:{s:14:\"_border_border\";i:8;s:13:\"_border_width\";i:7;s:13:\"_border_color\";i:8;s:20:\"_border_width_mobile\";i:8;s:20:\"_border_width_tablet\";i:6;s:14:\"_border_radius\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:12;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:-50;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:-50;s:5:\"align\";i:-26;s:22:\"image_custom_dimension\";i:-76;s:7:\"link_to\";i:35;s:4:\"link\";i:35;s:10:\"image_size\";i:-13;s:14:\"caption_source\";i:2;s:15:\"parallax_height\";i:1;}}s:8:\"advanced\";a:9:{s:14:\"_section_style\";a:8:{s:8:\"_z_index\";i:-22;s:12:\"_css_classes\";i:27;s:7:\"_margin\";i:9;s:14:\"_margin_mobile\";i:25;s:15:\"_padding_tablet\";i:17;s:15:\"_padding_mobile\";i:11;s:14:\"_margin_tablet\";i:6;s:8:\"_padding\";i:10;}s:17:\"_section_position\";a:22:{s:9:\"_position\";i:-23;s:9:\"_offset_y\";i:-22;s:9:\"_offset_x\";i:-29;s:21:\"_element_custom_width\";i:-22;s:14:\"_element_width\";i:-25;s:23:\"_element_vertical_align\";i:6;s:16:\"_offset_x_tablet\";i:8;s:16:\"_offset_x_mobile\";i:9;s:16:\"_offset_y_tablet\";i:9;s:16:\"_offset_y_mobile\";i:9;s:21:\"_offset_orientation_v\";i:7;s:21:\"_element_width_mobile\";i:13;s:28:\"_element_custom_width_mobile\";i:13;s:20:\"_offset_x_end_mobile\";i:8;s:20:\"_offset_y_end_mobile\";i:6;s:20:\"_offset_x_end_tablet\";i:6;s:20:\"_offset_y_end_tablet\";i:2;s:28:\"_element_custom_width_tablet\";i:6;s:21:\"_offset_orientation_h\";i:7;s:21:\"_element_width_tablet\";i:5;s:13:\"_offset_x_end\";i:1;s:13:\"_offset_y_end\";i:1;}s:15:\"section_effects\";a:3:{s:16:\"_animation_delay\";i:11;s:18:\"animation_duration\";i:3;s:10:\"_animation\";i:3;}s:15:\"section_trx_fly\";a:1:{s:10:\"fly_rotate\";i:2;}s:20:\"section_trx_entrance\";a:7:{s:8:\"parallax\";i:-13;s:22:\"parallax_mouse_handler\";i:-13;s:16:\"parallax_mouse_z\";i:4;s:14:\"parallax_mouse\";i:6;s:18:\"parallax_amplitude\";i:14;s:17:\"parallax_duration\";i:2;s:20:\"parallax_mouse_speed\";i:-2;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:-2;s:17:\"_background_color\";i:12;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:14;s:27:\"_box_shadow_box_shadow_type\";i:14;s:22:\"_box_shadow_box_shadow\";i:14;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:6;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:113;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:10:{s:5:\"width\";i:-1;s:7:\"opacity\";i:93;s:13:\"opacity_hover\";i:94;s:27:\"background_hover_transition\";i:94;s:32:\"image_box_shadow_box_shadow_type\";i:-4;s:27:\"image_box_shadow_box_shadow\";i:-3;s:19:\"image_border_radius\";i:12;s:5:\"space\";i:14;s:12:\"width_tablet\";i:4;s:12:\"width_mobile\";i:6;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:-7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:5:\"space\";i:-10;s:12:\"alter_height\";i:-80;s:12:\"space_tablet\";i:264;s:12:\"space_mobile\";i:320;}}s:8:\"advanced\";a:4:{s:19:\"_section_responsive\";a:5:{s:12:\"hide_on_wide\";i:76;s:15:\"hide_on_desktop\";i:76;s:14:\"hide_on_tablet\";i:545;s:16:\"hide_on_notebook\";i:483;s:14:\"hide_on_mobile\";i:563;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:7;s:15:\"_padding_mobile\";i:3;}s:21:\"section_trx_bg_canvas\";a:0:{}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1423;}}}}s:6:\"toggle\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:4:{s:4:\"tabs\";i:1;s:13:\"selected_icon\";i:1;s:20:\"selected_active_icon\";i:1;s:14:\"title_html_tag\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_toggle_style\";a:0:{}s:26:\"section_toggle_style_title\";a:5:{s:26:\"title_typography_font_size\";i:1;s:13:\"title_padding\";i:1;s:27:\"title_typography_typography\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:20:\"title_padding_mobile\";i:1;}s:28:\"section_toggle_style_content\";a:2:{s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:0:{}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:8:\"progress\";a:2:{s:5:\"count\";i:-12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_progress\";a:3:{s:5:\"title\";i:-12;s:7:\"percent\";i:-12;s:10:\"inner_text\";i:-12;}}s:5:\"style\";a:2:{s:22:\"section_progress_style\";a:4:{s:9:\"bar_color\";i:-12;s:12:\"bar_bg_color\";i:-12;s:10:\"bar_height\";i:-2;s:17:\"bar_border_radius\";i:3;}s:13:\"section_title\";a:1:{s:21:\"typography_typography\";i:3;}}s:8:\"advanced\";a:3:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:3;s:22:\"_box_shadow_box_shadow\";i:3;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:4;s:7:\"_margin\";i:3;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:8;}}}}s:24:\"trx_sc_extended_products\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:28:\"section_sc_extended_products\";a:3:{s:4:\"type\";i:5;s:8:\"per_page\";i:7;s:7:\"columns\";i:7;}}s:8:\"advanced\";a:4:{s:15:\"section_effects\";a:0:{}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:12;s:14:\"_margin_tablet\";i:8;s:14:\"_margin_mobile\";i:10;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:8;}s:24:\"section_trx_mouse_helper\";a:0:{}}s:6:\"layout\";a:1:{s:21:\"section_slider_params\";a:4:{s:6:\"slider\";i:2;s:12:\"slides_space\";i:2;s:15:\"slides_centered\";i:2;s:15:\"slider_autoplay\";i:2;}}}}s:14:\"trx_sc_socials\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:3:{s:5:\"icons\";i:11;s:4:\"type\";i:6;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:8;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:6;s:5:\"shape\";i:6;s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:4:\"link\";i:6;s:8:\"position\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:5:{s:13:\"primary_color\";i:6;s:19:\"hover_primary_color\";i:6;s:10:\"icon_space\";i:6;s:9:\"icon_size\";i:6;s:17:\"icon_space_mobile\";i:6;}s:21:\"section_style_content\";a:4:{s:10:\"text_align\";i:6;s:26:\"content_vertical_alignment\";i:6;s:11:\"title_color\";i:6;s:33:\"description_typography_typography\";i:6;}}s:8:\"advanced\";a:4:{s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:6;s:13:\"_border_width\";i:6;s:13:\"_border_color\";i:6;}s:24:\"section_trx_mouse_helper\";a:4:{s:12:\"mouse_helper\";i:6;s:17:\"mouse_helper_icon\";i:6;s:18:\"mouse_helper_image\";i:6;s:17:\"mouse_helper_mode\";i:6;}s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:4;s:12:\"_css_classes\";i:6;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}}}s:4:\"tabs\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_tabs\";a:1:{s:4:\"tabs\";i:5;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:9;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:15:\"section_effects\";a:1:{s:18:\"animation_duration\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_tabs_style\";a:3:{s:12:\"border_width\";i:8;s:24:\"tab_typography_font_size\";i:5;s:25:\"tab_typography_typography\";i:2;}}}}s:12:\"trx_sc_cover\";a:2:{s:5:\"count\";i:20;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_cover\";a:1:{s:3:\"url\";i:20;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:12;}s:17:\"_section_position\";a:0:{}}}}s:16:\"trx_sc_countdown\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:20:\"section_sc_countdown\";a:4:{s:5:\"align\";i:6;s:9:\"date_time\";i:6;s:13:\"count_restart\";i:3;s:17:\"date_time_restart\";i:3;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:20;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:20;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:3;}s:19:\"_section_responsive\";a:4:{s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:16;}}}}s:19:\"trx_sc_testimonials\";a:2:{s:5:\"count\";i:43;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:23:\"section_sc_testimonials\";a:8:{s:3:\"cat\";i:43;s:7:\"columns\";i:37;s:7:\"orderby\";i:16;s:5:\"order\";i:14;s:4:\"type\";i:41;s:5:\"count\";i:18;s:14:\"columns_tablet\";i:6;s:6:\"offset\";i:2;}}s:6:\"layout\";a:1:{s:21:\"section_slider_params\";a:8:{s:6:\"slider\";i:33;s:15:\"slider_controls\";i:9;s:15:\"slides_centered\";i:2;s:12:\"slides_space\";i:30;s:17:\"slider_pagination\";i:22;s:24:\"slider_pagination_thumbs\";i:6;s:15:\"slider_autoplay\";i:22;s:15:\"slides_overflow\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:5:{s:6:\"scheme\";i:4;s:15:\"_padding_mobile\";i:2;s:11:\"_element_id\";i:8;s:8:\"_z_index\";i:3;s:12:\"_css_classes\";i:2;}s:20:\"section_trx_entrance\";a:1:{s:22:\"parallax_mouse_handler\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:23;}}}}s:13:\"trx_sc_events\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:17:\"section_sc_events\";a:6:{s:4:\"type\";i:10;s:3:\"cat\";i:12;s:7:\"orderby\";i:12;s:5:\"count\";i:6;s:7:\"columns\";i:10;s:5:\"order\";i:6;}}s:6:\"layout\";a:2:{s:25:\"section_sc_events_details\";a:2:{s:9:\"more_text\";i:12;s:12:\"hide_excerpt\";i:12;}s:21:\"section_slider_params\";a:3:{s:6:\"slider\";i:2;s:12:\"slides_space\";i:2;s:15:\"slides_overflow\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}}}}s:13:\"trx_sc_button\";a:2:{s:5:\"count\";i:35;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_sc_button\";a:2:{s:5:\"align\";i:22;s:7:\"buttons\";i:35;}}s:8:\"advanced\";a:4:{s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:10;s:12:\"hide_on_wide\";i:14;s:15:\"hide_on_desktop\";i:14;s:16:\"hide_on_notebook\";i:14;s:14:\"hide_on_tablet\";i:10;}s:14:\"_section_style\";a:6:{s:15:\"_padding_mobile\";i:2;s:6:\"scheme\";i:3;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:7;s:7:\"_margin\";i:3;s:12:\"_css_classes\";i:4;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:61;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}}}}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:4:{s:4:\"text\";i:8;s:5:\"align\";i:8;s:13:\"selected_icon\";i:6;s:10:\"icon_align\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;s:13:\"border_radius\";i:2;s:11:\"hover_color\";i:2;s:25:\"button_hover_border_color\";i:2;s:19:\"text_padding_mobile\";i:2;}}s:8:\"advanced\";a:6:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:8;s:12:\"_css_classes\";i:8;s:14:\"_margin_mobile\";i:6;s:15:\"_padding_mobile\";i:4;}s:17:\"_section_position\";a:8:{s:14:\"_element_width\";i:8;s:9:\"_position\";i:3;s:21:\"_offset_orientation_h\";i:6;s:13:\"_offset_x_end\";i:6;s:9:\"_offset_y\";i:6;s:20:\"_offset_x_end_tablet\";i:6;s:20:\"_offset_x_end_mobile\";i:6;s:16:\"_offset_y_mobile\";i:6;}s:24:\"section_trx_mouse_helper\";a:5:{s:12:\"mouse_helper\";i:8;s:24:\"mouse_helper_hide_cursor\";i:2;s:21:\"mouse_helper_centered\";i:8;s:19:\"mouse_helper_magnet\";i:6;s:18:\"mouse_helper_delay\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:3;s:12:\"hide_on_wide\";i:3;s:15:\"hide_on_desktop\";i:3;s:16:\"hide_on_notebook\";i:3;s:14:\"hide_on_tablet\";i:3;}s:15:\"section_trx_fly\";a:0:{}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:8;}}}}s:26:\"trx_widget_categories_list\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:26:\"section_sc_categories_list\";a:8:{s:5:\"style\";i:10;s:9:\"post_type\";i:10;s:8:\"taxonomy\";i:10;s:8:\"cat_list\";i:10;s:6:\"number\";i:10;s:7:\"columns\";i:10;s:10:\"show_posts\";i:10;s:14:\"columns_tablet\";i:2;}}s:6:\"layout\";a:1:{s:21:\"section_slider_params\";a:1:{s:15:\"slider_controls\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:9:\"accordion\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:3:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:2:{s:13:\"title_padding\";i:2;s:20:\"title_padding_tablet\";i:2;}s:28:\"section_toggle_style_content\";a:2:{s:15:\"content_padding\";i:2;s:22:\"content_padding_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;s:12:\"_css_classes\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:24:\"trx_sc_slider_controller\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:28:\"section_sc_slider_controller\";a:5:{s:9:\"slider_id\";i:2;s:8:\"controls\";i:2;s:16:\"controller_style\";i:2;s:6:\"height\";i:2;s:15:\"slides_per_view\";i:2;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:16:\"trx_sc_portfolio\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_sc_portfolio\";a:10:{s:4:\"type\";i:2;s:3:\"cat\";i:2;s:5:\"count\";i:3;s:14:\"columns_tablet\";i:-1;s:14:\"columns_mobile\";i:1;s:7:\"columns\";i:2;s:7:\"orderby\";i:4;s:5:\"order\";i:4;s:9:\"more_text\";i:1;s:3:\"ids\";i:1;}}s:6:\"layout\";a:1:{s:21:\"section_slider_params\";a:5:{s:17:\"slider_pagination\";i:-1;s:15:\"slider_autoplay\";i:4;s:12:\"slides_space\";i:1;s:15:\"slides_overflow\";i:4;s:6:\"slider\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:2;s:11:\"_element_id\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:8;}s:19:\"_section_responsive\";a:0:{}}}}s:16:\"trx_widget_audio\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_audio\";a:2:{s:5:\"media\";i:4;s:8:\"now_text\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:0:{}}}}s:21:\"wp-widget-media_audio\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:17:\"trx_widget_slider\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:17:\"section_sc_slider\";a:9:{s:6:\"effect\";i:4;s:9:\"post_type\";i:2;s:8:\"taxonomy\";i:2;s:8:\"category\";i:3;s:5:\"posts\";i:2;s:6:\"slides\";i:1;s:12:\"slides_space\";i:2;s:6:\"engine\";i:1;s:5:\"alias\";i:1;}}s:6:\"layout\";a:3:{s:24:\"section_sc_slider_layout\";a:3:{s:8:\"noresize\";i:2;s:6:\"height\";i:3;s:6:\"titles\";i:4;}s:26:\"section_sc_slider_controls\";a:0:{}s:28:\"section_sc_slider_controller\";a:0:{}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:6:{s:11:\"_element_id\";i:4;s:12:\"_css_classes\";i:2;s:6:\"scheme\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:11;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:-19;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:-19;s:8:\"drop_cap\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:10:\"text_color\";i:-10;s:21:\"typography_typography\";i:-10;s:20:\"typography_font_size\";i:-13;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:2;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:6:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:-19;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:2;s:8:\"_padding\";i:4;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;}s:17:\"_section_position\";a:10:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:2;s:21:\"_offset_orientation_v\";i:2;s:13:\"_offset_x_end\";i:2;s:13:\"_offset_y_end\";i:2;s:21:\"_element_width_tablet\";i:2;s:28:\"_element_custom_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:1;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:5;}}s:8:\"advanced\";a:3:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}s:14:\"_section_style\";a:0:{}s:19:\"_section_background\";a:0:{}}}}s:22:\"trx_sc_slider_controls\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:26:\"section_sc_slider_controls\";a:5:{s:9:\"slider_id\";i:1;s:14:\"controls_style\";i:2;s:9:\"hide_prev\";i:1;s:9:\"hide_next\";i:1;s:16:\"pagination_style\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:8:\"_z_index\";i:1;s:14:\"_margin_mobile\";i:1;s:12:\"_css_classes\";i:1;s:6:\"scheme\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:7:{s:9:\"icon_size\";i:1;s:16:\"icon_size_tablet\";i:1;s:16:\"icon_size_mobile\";i:1;s:12:\"icon_padding\";i:1;s:19:\"icon_padding_tablet\";i:1;s:19:\"icon_padding_mobile\";i:1;s:12:\"icon_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:12:\"trx_sc_table\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_table\";a:1:{s:7:\"content\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:9:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;s:11:\"title_align\";i:1;s:5:\"typed\";i:1;s:12:\"typed_cursor\";i:1;s:13:\"typed_strings\";i:1;s:11:\"title_color\";i:4;}}s:8:\"advanced\";a:4:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}s:21:\"section_trx_bg_canvas\";a:2:{s:12:\"bg_canvas_id\";i:1;s:14:\"bg_canvas_size\";i:1;}s:14:\"_section_style\";a:4:{s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;s:8:\"_padding\";i:17;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:16;}}}}}s:7:\"section\";a:1:{s:6:\"spacer\";a:2:{s:5:\"count\";i:-1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"alter_height\";i:-1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:0:{}}}}}s:11:\"cpt_layouts\";a:17:{s:7:\"section\";a:2:{s:5:\"count\";i:-349;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:6:\"layout\";i:-13;s:19:\"custom_height_inner\";i:1;s:16:\"content_position\";i:2;}s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:-150;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:-275;s:16:\"background_color\";i:-270;s:24:\"hide_bg_image_on_desktop\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:0:{}s:14:\"section_border\";a:0:{}}s:8:\"advanced\";a:4:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:-175;s:6:\"margin\";i:2;s:6:\"scheme\";i:-201;s:14:\"padding_tablet\";i:-7;s:11:\"css_classes\";i:1;s:14:\"padding_mobile\";i:3;}s:18:\"section_trx_layout\";a:0:{}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:4;s:14:\"hide_on_mobile\";i:4;s:12:\"hide_on_wide\";i:3;s:15:\"hide_on_desktop\";i:4;s:16:\"hide_on_notebook\";i:4;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:31;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:-34;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:-34;s:11:\"header_size\";i:-31;}}s:8:\"advanced\";a:4:{s:15:\"section_effects\";a:0:{}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:19:\"_section_responsive\";a:1:{s:14:\"hide_on_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:-33;s:20:\"typography_font_size\";i:-17;s:22:\"typography_font_weight\";i:-16;s:11:\"title_color\";i:-16;s:27:\"typography_font_size_tablet\";i:-1;s:27:\"typography_font_size_mobile\";i:-2;s:22:\"typography_line_height\";i:1;}}}}s:12:\"trx_sc_title\";a:2:{s:5:\"count\";i:-139;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:9:\"title_tag\";i:-130;s:5:\"title\";i:-139;s:8:\"subtitle\";i:-139;s:11:\"description\";i:-139;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:14:\"trx_sc_layouts\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:4:{s:4:\"type\";i:5;s:8:\"popup_id\";i:6;s:6:\"layout\";i:5;s:4:\"size\";i:-1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:6:\"scheme\";i:6;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:7;}}}}s:21:\"trx_sc_layouts_search\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_sc_layouts_search\";a:5:{s:5:\"style\";i:6;s:4:\"type\";i:8;s:11:\"logo_search\";i:7;s:18:\"logo_search_retina\";i:7;s:13:\"scheme_search\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:5;s:14:\"_margin_tablet\";i:2;s:8:\"_padding\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:11;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:4;s:4:\"link\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:9;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:5;s:4:\"size\";i:5;s:11:\"size_tablet\";i:2;s:11:\"size_mobile\";i:2;}}}}s:13:\"trx_sc_button\";a:2:{s:5:\"count\";i:-5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_sc_button\";a:1:{s:7:\"buttons\";i:-5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:0:{}s:25:\"section_trx_audio_effects\";a:0:{}}}}s:26:\"trx_sc_layouts_iconed_text\";a:2:{s:5:\"count\";i:-3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:30:\"section_sc_layouts_iconed_text\";a:3:{s:4:\"icon\";i:-3;s:5:\"text1\";i:-3;s:4:\"link\";i:-3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:0:{}s:25:\"section_trx_audio_effects\";a:0:{}}}}s:14:\"trx_sc_socials\";a:2:{s:5:\"count\";i:-69;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:2:{s:5:\"icons\";i:-69;s:4:\"type\";i:-42;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:12:\"_css_classes\";i:1;}s:15:\"section_effects\";a:0:{}s:15:\"_section_border\";a:1:{s:20:\"_border_width_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:-180;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:-180;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:-8;s:15:\"_padding_tablet\";i:-8;s:12:\"_css_classes\";i:2;}s:15:\"section_effects\";a:0:{}s:17:\"_section_position\";a:0:{}s:19:\"_section_responsive\";a:1:{s:14:\"hide_on_mobile\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:-37;s:21:\"typography_typography\";i:-43;s:20:\"typography_font_size\";i:-43;s:27:\"typography_font_size_mobile\";i:-9;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:-560;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:-516;s:19:\"_inline_size_mobile\";i:14;s:19:\"_inline_size_tablet\";i:-88;s:12:\"column_align\";i:-129;s:16:\"content_position\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:0:{}s:13:\"section_style\";a:7:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:15:\"background_xpos\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:4:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:-9;s:13:\"margin_tablet\";i:-1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:14:\"hide_on_mobile\";i:1;}s:18:\"section_trx_layout\";a:0:{}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:42;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:-569;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:-220;s:5:\"space\";i:-372;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:4:{s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:-13;s:14:\"hide_on_mobile\";i:-56;s:16:\"hide_on_notebook\";i:-12;s:12:\"hide_on_wide\";i:2;s:15:\"hide_on_desktop\";i:2;}s:14:\"_section_style\";a:0:{}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;s:13:\"_border_color\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:34;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:-30;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:-30;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:0:{}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:23:\"trx_widget_custom_links\";a:2:{s:5:\"count\";i:-18;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_custom_links\";a:1:{s:5:\"links\";i:-18;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:0:{}}}}s:19:\"trx_sc_layouts_logo\";a:2:{s:5:\"count\";i:-57;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:3:{s:11:\"logo_height\";i:-56;s:4:\"logo\";i:2;s:11:\"logo_retina\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:9;}}}}s:16:\"trx_widget_video\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_video\";a:1:{s:4:\"link\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:20:\"trx_sc_layouts_title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_sc_layouts_title\";a:3:{s:5:\"align\";i:1;s:5:\"title\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}}', 'yes'),
(519, 'elementor_default_generic_fonts', 'Sans-serif', 'yes'),
(520, 'elementor_editor_break_lines', '', 'yes'),
(521, 'elementor_enable_inspector', '', 'yes'),
(522, 'elementor_enable_unfiltered_files_upload', '', 'yes'),
(523, 'elementor_global_image_lightbox', 'yes', 'yes'),
(525, 'elementor_load_fa4_shim', '', 'yes'),
(526, 'elementor_maintenance_mode_exclude_mode', 'logged_in', 'yes'),
(527, 'elementor_maintenance_mode_exclude_roles', 'a:0:{}', 'yes'),
(528, 'elementor_maintenance_mode_mode', '', 'yes'),
(529, 'elementor_maintenance_mode_template_id', '', 'yes'),
(530, 'elementor_notice', '', 'yes'),
(531, 'elementor_optimized_dom_output', 'enabled', 'yes'),
(532, 'elementor_replace_url', '', 'yes'),
(533, 'elementor_reset_api_data', '', 'yes'),
(534, 'elementor_rollback', '', 'yes'),
(535, 'elementor_safe_mode', '', 'yes'),
(536, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(537, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(538, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(539, 'elementor_tracker_notice', '1', 'yes'),
(540, 'elementor_unfiltered_files_upload', '1', 'yes'),
(541, 'elementor_viewport_lg', '', 'yes'),
(542, 'elementor_viewport_md', '', 'yes'),
(543, 'mc4wp_default_form_id', '461', 'yes'),
(544, 'mc4wp_form_stylesheets', 'a:0:{}', 'yes'),
(545, 'revslider-global-settings', '{\"permission\":\"admin\",\"lang\":\"default\",\"allinclude\":\"true\",\"highContrast\":\"false\",\"includeids\":\"\",\"script\":{\"footer\":\"false\",\"defer\":\"false\",\"full\":\"false\"},\"imgcrossOrigin\":\"unset\",\"lazyloaddata\":\"\",\"fontdownload\":\"off\",\"fontawesomedisable\":\"false\",\"fonturl\":\"\",\"size\":{\"desktop\":\"1240\",\"notebook\":\"1460px\",\"tablet\":\"785px\",\"mobile\":\"500px\"},\"customfonts\":\"\",\"customFontList\":[{\"family\":\"span\",\"url\":\"\",\"frontend\":\"false\",\"backend\":\"true\",\"weights\":\"200,300,400,500,600,700,800,900\"}],\"tracking\":\"2022-12-14\"}', 'yes'),
(546, 'woocommerce_admin_created_default_shipping_zones', 'yes', 'yes'),
(547, 'woocommerce_admin_reviewed_default_shipping_zones', 'yes', 'yes'),
(548, 'woocommerce_catalog_rows', '3', 'yes'),
(549, 'woocommerce_cheque_settings', 'a:4:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:0:\"\";}', 'yes'),
(550, 'woocommerce_cod_settings', 'a:6:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:16:\"Cash on delivery\";s:11:\"description\";s:28:\"Pay with cash upon delivery.\";s:12:\"instructions\";s:28:\"Pay with cash upon delivery.\";s:18:\"enable_for_methods\";a:0:{}s:18:\"enable_for_virtual\";s:3:\"yes\";}', 'yes'),
(551, 'woocommerce_default_catalog_orderby', 'date', 'yes'),
(552, 'woocommerce_feature_custom_order_tables_enabled', 'no', 'yes'),
(553, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(554, 'woocommerce_gateway_order', 'a:4:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"elegro\";i:3;}', 'yes'),
(555, 'woocommerce_maybe_regenerate_images_hash', '1fec01b863af1de5ccb7c3d4b5330eb9', 'yes'),
(556, 'woocommerce_onboarding_profile', 'a:10:{s:18:\"is_agree_marketing\";b:0;s:11:\"store_email\";s:13:\"info@mail.loc\";s:8:\"industry\";a:1:{i:0;a:1:{s:4:\"slug\";s:27:\"fashion-apparel-accessories\";}}s:13:\"product_types\";a:1:{i:0;s:8:\"physical\";}s:13:\"product_count\";s:6:\"11-100\";s:14:\"selling_venues\";s:2:\"no\";s:12:\"setup_client\";b:0;s:19:\"business_extensions\";a:0:{}s:5:\"theme\";s:6:\"fabric\";s:9:\"completed\";b:1;}', 'yes'),
(557, 'woocommerce_sales_record_amount', '303', 'yes'),
(558, 'woocommerce_sales_record_date', '2022-08-29', 'yes'),
(559, 'woocommerce_task_list_completed_lists', 'a:2:{i:0;s:8:\"extended\";i:1;s:19:\"extended_two_column\";}', 'yes'),
(560, 'woocommerce_task_list_dismissed_tasks', 'a:0:{}', 'yes'),
(561, 'woocommerce_task_list_prompt_shown', '1', 'yes'),
(562, 'woocommerce_task_list_reminder_bar_hidden', 'yes', 'yes'),
(563, 'woocommerce_task_list_tracked_completed_tasks', 'a:7:{i:0;s:8:\"purchase\";i:1;s:8:\"products\";i:2;s:14:\"store_creation\";i:3;s:13:\"store_details\";i:4;s:8:\"shipping\";i:5;s:8:\"payments\";i:6;s:15:\"review-shipping\";}', 'yes'),
(564, 'woocommerce_thumbnail_cropping', 'custom', 'yes'),
(565, 'woocommerce_thumbnail_cropping_custom_height', '6', 'yes'),
(566, 'woocommerce_thumbnail_cropping_custom_width', '5', 'yes'),
(567, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'),
(568, 'wpgdprc_consent_version', '1', 'yes'),
(569, 'wpgdprc_db_version', '1.8', 'yes'),
(570, 'wpgdprc_integrations_contact-form-7', '1', 'yes'),
(571, 'wpgdprc_integrations_contact-form-7_error_message', 'a:9:{i:6501;s:35:\"Please accept the privacy checkbox.\";i:5597;s:35:\"Please accept the privacy checkbox.\";i:1413;s:35:\"Please accept the privacy checkbox.\";i:1395;s:35:\"Please accept the privacy checkbox.\";i:1334;s:35:\"Please accept the privacy checkbox.\";i:1326;s:35:\"Please accept the privacy checkbox.\";i:1324;s:35:\"Please accept the privacy checkbox.\";i:1266;s:35:\"Please accept the privacy checkbox.\";i:5;s:35:\"Please accept the privacy checkbox.\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(572, 'wpgdprc_integrations_contact-form-7_form_text', 'a:9:{i:6501;s:88:\"By using this form you agree with the storage and handling of your data by this website.\";i:5597;s:88:\"By using this form you agree with the storage and handling of your data by this website.\";i:1413;s:88:\"By using this form you agree with the storage and handling of your data by this website.\";i:1395;s:88:\"By using this form you agree with the storage and handling of your data by this website.\";i:1334;s:88:\"By using this form you agree with the storage and handling of your data by this website.\";i:1326;s:88:\"By using this form you agree with the storage and handling of your data by this website.\";i:1324;s:88:\"By using this form you agree with the storage and handling of your data by this website.\";i:1266;s:88:\"By using this form you agree with the storage and handling of your data by this website.\";i:5;s:88:\"By using this form you agree with the storage and handling of your data by this website.\";}', 'yes'),
(573, 'wpgdprc_integrations_contact-form-7_forms', 'a:0:{}', 'yes'),
(574, 'wpgdprc_integrations_gravity-forms', '0', 'yes'),
(575, 'wpgdprc_integrations_gravity-forms_error_message', '', 'yes'),
(576, 'wpgdprc_integrations_gravity-forms_form_text', '', 'yes'),
(577, 'wpgdprc_integrations_gravity-forms_forms', '', 'yes'),
(578, 'wpgdprc_integrations_gravity-forms_required_message', '', 'yes'),
(579, 'wpgdprc_integrations_woocommerce', '0', 'yes'),
(580, 'wpgdprc_integrations_woocommerce_error_message', 'Please accept the privacy checkbox.', 'yes'),
(581, 'wpgdprc_integrations_woocommerce_required_message', 'You need to accept this checkbox.', 'yes'),
(582, 'wpgdprc_integrations_woocommerce_text', 'By using this form you agree with the storage and handling of your data by this website.', 'yes'),
(583, 'wpgdprc_integrations_wordpress', '1', 'yes'),
(584, 'wpgdprc_integrations_wordpress_error_message', 'Please accept the privacy checkbox.', 'yes'),
(585, 'wpgdprc_integrations_wordpress_required_message', 'You need to accept this checkbox.', 'yes'),
(586, 'wpgdprc_integrations_wordpress_text', 'I agree that my submitted data is being <a href=\"/privacy-policy/\">collected and stored</a>.', 'yes'),
(587, 'wpgdprc_integrations_wp_registration', '0', 'yes'),
(588, 'wpgdprc_integrations_wp_registration_error_message', 'Please accept the privacy checkbox.', 'yes'),
(589, 'wpgdprc_integrations_wp_registration_required_message', 'You need to accept this checkbox.', 'yes'),
(590, 'wpgdprc_integrations_wp_registration_text', 'By using this form you agree with the storage and handling of your data by this website.', 'yes'),
(591, '_transient_wpgdprc_transient_published_posts', '', 'yes'),
(599, 'widget_booked_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(600, 'widget_instagram-feed-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(601, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(602, 'widget_t20_slider_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(603, 'widget_tribe-events-list-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(604, 'widget_trx_addons_sow_widget_yandexmap', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(605, 'widget_trx_addons_widget_cars_compare', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(606, 'widget_trx_addons_widget_cars_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(607, 'widget_trx_addons_widget_cars_sort', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(608, 'widget_trx_addons_widget_edd_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(609, 'widget_trx_addons_widget_flickr', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(610, 'widget_trx_addons_widget_lp_course_info', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(611, 'widget_trx_addons_widget_properties_compare', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(612, 'widget_trx_addons_widget_properties_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(613, 'widget_trx_addons_widget_properties_sort', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(614, 'widget_trx_addons_widget_rating_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(615, 'widget_trx_addons_widget_recent_news', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(616, 'widget_trx_addons_widget_twitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(618, '_transient_wc_attribute_taxonomies', 'a:1:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:5:\"color\";s:15:\"attribute_label\";s:5:\"Color\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}', 'yes'),
(626, 'wc_remote_inbox_notifications_wca_updated', '', 'no'),
(629, 'woocommerce_attribute_lookup_enabled', 'yes', 'yes'),
(630, 'category_children', 'a:0:{}', 'yes'),
(631, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(632, 'product_cat_children', 'a:0:{}', 'yes'),
(633, 'cpt_layouts_group_children', 'a:0:{}', 'yes'),
(634, 'cpt_portfolio_group_children', 'a:0:{}', 'yes'),
(635, 'cpt_services_group_children', 'a:0:{}', 'yes'),
(636, 'cpt_team_group_children', 'a:0:{}', 'yes'),
(637, 'cpt_testimonials_group_children', 'a:0:{}', 'yes'),
(647, '_elementor_global_css', 'a:7:{s:4:\"time\";i:1696381979;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}', 'yes'),
(648, '_transient_product_query-transient-version', '1696448589', 'yes'),
(662, 'fabric_options_timestamp_fabric', '1696467517', 'yes'),
(703, '_transient_product-transient-version', '1696393172', 'yes'),
(741, '_transient_shipping-transient-version', '1696397031', 'yes'),
(744, '_transient_woocommerce_reports-transient-version', '1696397031', 'yes'),
(848, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(946, '_transient_orders-transient-version', '1696415157', 'yes'),
(1445, 'mc4wp', 'a:4:{s:7:\"api_key\";s:0:\"\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1696447362;}', 'yes'),
(1573, 'elementor_log', 'a:1:{s:32:\"65db7c3fe2f96771cbee6720d048e0f0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"312656\";s:7:\"\0*\0file\";s:84:\"https://inkafine.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.16.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-10-04 20:48:16\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:60:\"Cannot read properties of undefined (reading &#039;id&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-10-04 20:48:16\";i:1;s:19:\"2023-10-04 20:48:16\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1696452496\";s:7:\"message\";s:50:\"Cannot read properties of undefined (reading \'id\')\";s:3:\"url\";s:84:\"https://inkafine.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.16.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"312656\";}}}', 'no'),
(1647, '_transient_health-check-site-status-result', '{\"good\":16,\"recommended\":5,\"critical\":2}', 'yes'),
(2178, 'elementor_pro_version', '3.16.2', 'yes'),
(2179, 'elementor_pro_install_history', 'a:1:{s:6:\"3.16.4\";i:1697066911;}', 'yes'),
(2180, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2181, 'elementor_submissions_db_version', '5', 'yes'),
(2182, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'),
(2183, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'),
(2184, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'),
(2318, 'secret_key', 'KEPrtLjU+fg)J0h$jgs#F~r(AH4Wt4Ho+BiJ* N}K&4F7BJh6~}v0Htg@)skgdFy', 'no'),
(4001, 'wp_attachment_pages_enabled', '1', 'yes'),
(41427, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"4b21d3b984539c00eefe3e355fcdda26\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(94751, '_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:65:\"https://downloads.wordpress.org/release/es_PE/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"es_PE\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_PE/wordpress-6.8.3.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";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:1762606830;s:15:\"version_checked\";s:5:\"6.8.3\";s:12:\"translations\";a:0:{}}', 'off'),
(96814, '_transient_timeout_mc4wp_mailchimp_lists', '1762669262', 'off'),
(96815, '_transient_mc4wp_mailchimp_lists', 'a:0:{}', 'off'),
(96884, '_transient_timeout_trx_addons_list_addons', '1762616854', 'off'),
(96885, '_transient_trx_addons_list_addons', 'a:21:{s:9:\"ai-helper\";a:4:{s:5:\"title\";s:9:\"AI Helper\";s:11:\"description\";s:76:\"A companion to write a title, excerpt and post content with AI technologies.\";s:7:\"version\";s:3:\"1.0\";s:8:\"uploaded\";s:10:\"2024-03-20\";}s:13:\"audio-effects\";a:5:{s:5:\"title\";s:13:\"Audio effects\";s:11:\"description\";s:100:\"Adds sound effects to the site: background music, hover and click sounds for links and buttons, etc.\";s:7:\"version\";s:3:\"1.4\";s:8:\"uploaded\";s:10:\"2021-12-20\";s:7:\"updated\";s:10:\"2024-03-20\";}s:9:\"bg-canvas\";a:5:{s:5:\"title\";s:18:\"Dynamic Background\";s:11:\"description\";s:91:\"Allows you to set control points between which the page background will change dynamically.\";s:7:\"version\";s:3:\"1.3\";s:8:\"uploaded\";s:10:\"2021-12-20\";s:7:\"updated\";s:10:\"2024-03-20\";}s:9:\"bg-colors\";a:5:{s:5:\"title\";s:17:\"Background colors\";s:11:\"description\";s:93:\"Reference colors for sections by which the background of the page will change when scrolling.\";s:7:\"version\";s:3:\"1.1\";s:8:\"uploaded\";s:10:\"2021-12-20\";s:7:\"updated\";s:10:\"2024-03-20\";}s:9:\"bg-slides\";a:5:{s:5:\"title\";s:20:\"Background slideshow\";s:11:\"description\";s:93:\"Add images as background to Elementor\'s sections and change its with pan and kenburn effects.\";s:7:\"version\";s:3:\"1.1\";s:8:\"uploaded\";s:10:\"2021-12-20\";s:7:\"updated\";s:10:\"2024-03-20\";}s:6:\"charts\";a:5:{s:5:\"title\";s:6:\"Charts\";s:11:\"description\";s:67:\"Adds a shortcode for creating different types of graphs and charts.\";s:7:\"version\";s:3:\"1.1\";s:8:\"uploaded\";s:10:\"2022-01-04\";s:7:\"updated\";s:10:\"2024-03-20\";}s:11:\"cpt-to-cart\";a:5:{s:5:\"title\";s:11:\"CPT to Cart\";s:11:\"description\";s:61:\"Allows custom post types to be added to the WooCommerce cart.\";s:7:\"version\";s:3:\"1.1\";s:8:\"uploaded\";s:10:\"2022-06-08\";s:7:\"updated\";s:10:\"2024-03-20\";}s:15:\"expand-collapse\";a:5:{s:5:\"title\";s:17:\"Expand / Collapse\";s:11:\"description\";s:45:\"Allows you to show more content in less area.\";s:7:\"version\";s:3:\"1.1\";s:8:\"uploaded\";s:10:\"2021-12-03\";s:7:\"updated\";s:10:\"2024-03-20\";}s:13:\"image-effects\";a:5:{s:5:\"title\";s:13:\"Image effects\";s:11:\"description\";s:59:\"Adds modern image hover effects based on WebGL distortions.\";s:7:\"version\";s:3:\"1.7\";s:8:\"uploaded\";s:10:\"2021-12-03\";s:7:\"updated\";s:10:\"2024-03-20\";}s:10:\"image-mask\";a:5:{s:5:\"title\";s:15:\"Image as a mask\";s:11:\"description\";s:63:\"Show parts of elements through the opaque areas of the picture.\";s:7:\"version\";s:3:\"1.1\";s:8:\"uploaded\";s:10:\"2021-12-03\";s:7:\"updated\";s:10:\"2024-03-20\";}s:12:\"image-scroll\";a:5:{s:5:\"title\";s:12:\"Image scroll\";s:11:\"description\";s:64:\"Scroll large image inside the fixed viewport on the mouse hover.\";s:7:\"version\";s:3:\"1.1\";s:8:\"uploaded\";s:10:\"2021-12-03\";s:7:\"updated\";s:10:\"2024-03-20\";}s:12:\"mouse-helper\";a:5:{s:5:\"title\";s:12:\"Mouse helper\";s:11:\"description\";s:77:\"Displays dynamic suggestions when the mouse hovers over various page objects.\";s:7:\"version\";s:3:\"1.9\";s:8:\"uploaded\";s:10:\"2021-12-03\";s:7:\"updated\";s:10:\"2024-03-20\";}s:12:\"qw-extension\";a:5:{s:5:\"title\";s:12:\"QW Extension\";s:11:\"description\";s:70:\"Provides additional theme functionality: new widgets types and styles.\";s:7:\"version\";s:5:\"1.6.2\";s:8:\"uploaded\";s:10:\"2023-04-07\";s:7:\"updated\";s:10:\"2025-09-18\";}s:15:\"secondary-image\";a:5:{s:5:\"title\";s:15:\"Secondary image\";s:11:\"description\";s:112:\"Allows you to specify an additional image, which is displayed when the mouse is hovered over the featured image.\";s:7:\"version\";s:3:\"1.2\";s:8:\"uploaded\";s:10:\"2021-12-03\";s:7:\"updated\";s:10:\"2024-03-20\";}s:5:\"smoke\";a:5:{s:5:\"title\";s:11:\"Smoke / Fog\";s:11:\"description\";s:69:\"Adds a shortcode that creates smoke (fog) following the mouse cursor.\";s:7:\"version\";s:3:\"1.1\";s:8:\"uploaded\";s:10:\"2022-02-01\";s:7:\"updated\";s:10:\"2024-03-20\";}s:3:\"spa\";a:5:{s:5:\"title\";s:8:\"SPA mode\";s:11:\"description\";s:65:\"Single Page Application imitation - preload pages on links hover.\";s:7:\"version\";s:3:\"1.1\";s:8:\"uploaded\";s:10:\"2022-06-08\";s:7:\"updated\";s:10:\"2024-03-20\";}s:17:\"advanced_trx_team\";a:3:{s:5:\"title\";s:23:\"Advanced Post Type Team\";s:11:\"description\";s:30:\"New custom fields for CPT Team\";s:7:\"version\";s:3:\"1.0\";}s:10:\"bp-widgets\";a:4:{s:5:\"title\";s:18:\"BuddyPress widgets\";s:11:\"description\";s:31:\"Adds BuddyPress plugin widgets.\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:10:\"2025-05-19\";}s:19:\"elementor-templates\";a:5:{s:5:\"title\";s:19:\"Elementor Templates\";s:11:\"description\";s:164:\"Adds a support for downloadable block and page templates to Elementor, as well as basic support for theme colors and fonts in Site Settings - Global Colors / Fonts.\";s:7:\"version\";s:3:\"1.0\";s:8:\"uploaded\";s:10:\"2025-04-28\";s:7:\"updated\";s:10:\"2025-04-28\";}s:17:\"elementor-widgets\";a:5:{s:5:\"title\";s:17:\"Elementor Widgets\";s:11:\"description\";s:127:\"An additional set of fully customisable widgets for Elementor to display posts, testimonials, icons, info-blocks, headers, etc.\";s:7:\"version\";s:3:\"1.0\";s:8:\"uploaded\";s:10:\"2025-04-28\";s:7:\"updated\";s:10:\"2025-04-28\";}s:17:\"bp-social-network\";a:4:{s:5:\"title\";s:25:\"BuddyPress Social Network\";s:7:\"version\";s:3:\"1.2\";s:8:\"uploaded\";s:10:\"2025-05-30\";s:7:\"updated\";s:10:\"2025-09-22\";}}', 'off'),
(96886, '_transient_timeout_trx_addons_shapes', '1762616855', 'off'),
(96887, '_transient_trx_addons_shapes', 'a:3:{s:11:\"shapes_list\";a:2:{i:0;s:104:\"/home/inkafine.com/public_html/wp-content/themes/fabric/skins/default/trx_addons/css/shapes/my_shape.svg\";i:1;s:100:\"/home/inkafine.com/public_html/wp-content/themes/fabric/skins/default/trx_addons/css/shapes/slit.svg\";}s:11:\"shapes_urls\";a:2:{i:0;s:94:\"https://inkafine.com/wp-content/themes/fabric/skins/default/trx_addons/css/shapes/my_shape.svg\";i:1;s:90:\"https://inkafine.com/wp-content/themes/fabric/skins/default/trx_addons/css/shapes/slit.svg\";}s:10:\"shapes_url\";s:82:\"https://inkafine.com/wp-content/themes/fabric/skins/default/trx_addons/css/shapes/\";}', 'off'),
(97008, '_transient_timeout_fabric_list_skins', '1762619786', 'off'),
(97009, '_transient_fabric_list_skins', 'a:1:{s:7:\"default\";a:6:{s:5:\"title\";s:7:\"Default\";s:7:\"version\";s:3:\"1.7\";s:8:\"demo_url\";s:25:\"//fabric.axiomthemes.com/\";s:8:\"uploaded\";s:10:\"2022-11-14\";s:7:\"updated\";s:10:\"2025-10-24\";s:7:\"checked\";s:19:\"2025-11-08 08:09:11\";}}', 'off'),
(97026, '_site_transient_timeout_available_translations', '1762612340', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(97027, '_site_transient_available_translations', 'a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.11/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-10 08:09:09\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.7/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.28/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-06-26 09:35:39\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-01 16:41:58\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-06 14:18:50\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-09 08:25:54\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-05 08:42:11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-23 11:26:14\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-28 10:25:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-23 12:02:03\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-04 14:03:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-04 14:00:56\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.3/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-28 10:25:24\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.8.3/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-04 22:35:01\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-29 13:22:09\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-08 12:55:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-05-22 11:56:25\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-21 17:41:39\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-08-19 23:02:24\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-08-19 08:40:47\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-09 03:23:24\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-02 11:18:01\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.12\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.12/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.18/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.23/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-30 21:17:40\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 22:54:47\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-02 21:15:15\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-08 01:26:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-05 21:53:17\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-02 18:18:37\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 04:49:09\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-25 05:20:17\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-04 16:55:42\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.7/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2025-10-21 16:35:04\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.8/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-29 21:50:08\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-08-29 04:27:18\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-18 08:52:05\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-18 06:36:37\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-23 03:46:40\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-14 17:47:58\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-03 12:44:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-04 09:22:25\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.23/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-29 19:46:21\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 23:59:20\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-05 23:38:49\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.3/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-15 12:39:47\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.3/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-27 20:51:17\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-15 19:11:43\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.11/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-02 08:29:40\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.7/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-08-26 17:30:52\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.17\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.17/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-09 19:23:11\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-07 08:26:32\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 07:26:29\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-15 13:45:15\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-30 13:15:15\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.3/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-05 08:47:01\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-10 08:00:47\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-10 08:01:51\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8.3/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-27 23:52:28\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-07 10:57:31\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-30 19:16:19\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.18/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-13 06:23:32\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.3/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-29 11:19:02\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-04-18 09:38:51\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-23 11:49:16\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-15 10:44:57\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-06-28 12:50:48\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.12\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.12/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-10 17:38:55\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-23 11:58:31\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-10 20:06:35\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.18/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-01 09:12:13\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 08:48:55\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-27 07:52:03\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(97038, '_site_transient_timeout_theme_roots', '1762608632', 'off'),
(97039, '_site_transient_theme_roots', 'a:6:{s:6:\"fabric\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'off'),
(97040, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1762606833;s:7:\"checked\";a:6:{s:6:\"fabric\";s:5:\"1.5.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.8\";s:17:\"twentytwentythree\";s:3:\"1.1\";s:15:\"twentytwentytwo\";s:3:\"1.4\";}s:8:\"response\";a:5:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.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.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.6.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.0.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off'),
(97041, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1762606834;s:8:\"response\";a:8:{s:35:\"advanced-popups/advanced-popups.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/advanced-popups\";s:4:\"slug\";s:15:\"advanced-popups\";s:6:\"plugin\";s:35:\"advanced-popups/advanced-popups.php\";s:11:\"new_version\";s:5:\"1.2.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/advanced-popups/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/advanced-popups.1.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/advanced-popups/assets/icon.svg?rev=2690535\";s:3:\"svg\";s:60:\"https://ps.w.org/advanced-popups/assets/icon.svg?rev=2690535\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/advanced-popups/assets/banner-1544x500.png?rev=2690539\";s:2:\"1x\";s:70:\"https://ps.w.org/advanced-popups/assets/banner-772x250.png?rev=2690539\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"5.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"ai-engine/ai-engine.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/ai-engine\";s:4:\"slug\";s:9:\"ai-engine\";s:6:\"plugin\";s:23:\"ai-engine/ai-engine.php\";s:11:\"new_version\";s:5:\"3.1.9\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/ai-engine/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/ai-engine.3.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/ai-engine/assets/icon-256x256.png?rev=2839659\";s:2:\"1x\";s:62:\"https://ps.w.org/ai-engine/assets/icon-128x128.png?rev=2839659\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/ai-engine/assets/banner-1544x500.png?rev=2854346\";s:2:\"1x\";s:64:\"https://ps.w.org/ai-engine/assets/banner-772x250.png?rev=2839659\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.1.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.32.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:6:\"4.10.8\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.10.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:51:\"ti-woocommerce-wishlist/ti-woocommerce-wishlist.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:37:\"w.org/plugins/ti-woocommerce-wishlist\";s:4:\"slug\";s:23:\"ti-woocommerce-wishlist\";s:6:\"plugin\";s:51:\"ti-woocommerce-wishlist/ti-woocommerce-wishlist.php\";s:11:\"new_version\";s:6:\"2.10.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/ti-woocommerce-wishlist/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/ti-woocommerce-wishlist.2.10.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/ti-woocommerce-wishlist/assets/icon-256x256.gif?rev=2469447\";s:2:\"1x\";s:76:\"https://ps.w.org/ti-woocommerce-wishlist/assets/icon-128x128.gif?rev=2469447\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/ti-woocommerce-wishlist/assets/banner-1544x500.png?rev=2071101\";s:2:\"1x\";s:78:\"https://ps.w.org/ti-woocommerce-wishlist/assets/banner-772x250.png?rev=2071101\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}s:14:\"upgrade_notice\";s:176:\"<p><strong>Fixed</strong>: Vulnerability CVE-2025-47577 by updating integration with <a href=\"https://wordpress.org/plugins/wc-fields-factory/\">WC Fields Factory</a> plugin</p>\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:6:\"10.3.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:33:\"elegro-payment/elegro-payment.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/elegro-payment\";s:4:\"slug\";s:14:\"elegro-payment\";s:6:\"plugin\";s:33:\"elegro-payment/elegro-payment.php\";s:11:\"new_version\";s:5:\"1.0.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/elegro-payment/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/elegro-payment.1.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/elegro-payment/assets/icon-256x256.png?rev=2156046\";s:2:\"1x\";s:67:\"https://ps.w.org/elegro-payment/assets/icon-128x128.png?rev=2156046\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/elegro-payment/assets/banner-1544x500.png?rev=2156046\";s:2:\"1x\";s:69:\"https://ps.w.org/elegro-payment/assets/banner-772x250.png?rev=2156046\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}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:7:\"checked\";a:13:{s:35:\"advanced-popups/advanced-popups.php\";s:5:\"1.1.9\";s:23:\"ai-engine/ai-engine.php\";s:6:\"1.9.86\";s:19:\"akismet/akismet.php\";s:3:\"5.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.8.1\";s:41:\"wp-gdpr-compliance/wp-gdpr-compliance.php\";s:6:\"2.0.22\";s:33:\"elegro-payment/elegro-payment.php\";s:5:\"1.0.0\";s:23:\"elementor/elementor.php\";s:6:\"3.16.4\";s:9:\"hello.php\";s:5:\"1.7.2\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:5:\"4.9.9\";s:29:\"pro-elements/pro-elements.php\";s:6:\"3.16.2\";s:25:\"trx_addons/trx_addons.php\";s:6:\"2.26.1\";s:51:\"ti-woocommerce-wishlist/ti-woocommerce-wishlist.php\";s:5:\"2.7.4\";s:27:\"woocommerce/woocommerce.php\";s:5:\"8.1.1\";}}', 'off'),
(97042, '_site_transient_timeout_wp_theme_files_patterns-c75cafdfbd49165f188aa8702fd4e4ec', '1762608663', 'off'),
(97043, '_site_transient_wp_theme_files_patterns-c75cafdfbd49165f188aa8702fd4e4ec', 'a:2:{s:7:\"version\";s:5:\"1.5.0\";s:8:\"patterns\";a:0:{}}', 'off');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3, 5, '_form', '<div class=\"form-style-1\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line icon-name\">[text* your-name placeholder \"Nombre\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line icon-email\">[email* your-email placeholder \"Email\"]</span></div>\n</div>\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line icon-phone\">[tel* phone placeholder \"Telefono\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line icon-subject\">[text* subject placeholder \"Asunto\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-line icon-textarea\">[textarea* your-message placeholder \"Mensaje\"]</span></div>\n</div>\n\n[submit \"Enviar\"][acceptance acceptance default:off]Yo acepto que mis datos sean <a href=\"/politica-de-privacidad/\" target=\"_blank\">recopilados y almacenados</a>.[/acceptance]\n</div>'),
(4, 5, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:31:\"Fabric <wordpress@inkafine.com>\";s:9:\"recipient\";s:12:\"test@fwe.com\";s:4:\"body\";s:165:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(5, 5, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:42:\"Fabric <wordpress@fabric.ancorathemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\";s:18:\"additional_headers\";s:22:\"Reply-To: test@fwe.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(6, 5, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(7, 5, '_additional_settings', ''),
(8, 5, '_locale', 'en_US'),
(17, 8, '_edit_lock', '1666343245:1'),
(18, 8, '_edit_last', '1'),
(19, 8, 'trx_addons_post_views_count', '1178'),
(20, 8, 'trx_addons_post_likes_count', '0'),
(21, 8, '_elementor_page_settings', 'a:8:{s:37:\"yungen_options_field_sidebar_position\";s:5:\"right\";s:40:\"yungen_options_override_sidebar_position\";s:1:\"1\";s:36:\"yungen_options_field_sidebar_widgets\";s:15:\"sidebar_widgets\";s:39:\"yungen_options_override_sidebar_widgets\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:35:\"fabric_options_field_expand_content\";s:6:\"normal\";s:38:\"fabric_options_override_expand_content\";s:1:\"1\";}'),
(22, 8, 'fabric_options', 'a:2:{s:16:\"sidebar_position\";s:4:\"hide\";s:14:\"expand_content\";s:6:\"normal\";}'),
(23, 8, '_elementor_edit_mode', 'builder'),
(24, 8, '_elementor_template_type', 'wp-page'),
(25, 8, '_elementor_version', '3.7.8'),
(56, 15, '_elementor_edit_mode', 'builder'),
(57, 15, '_elementor_template_type', 'kit'),
(58, 15, '_elementor_version', '3.0.3'),
(61, 8, '_wp_page_template', 'default'),
(62, 8, '_elementor_data', '[{\"id\":\"6e8e2cf5\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"788d75f\"}]},\"elements\":[{\"id\":\"217a69c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"605b35b\"}]},\"elements\":[{\"id\":\"2e7e71f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<\\/p><p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p><h1>Heading H1<\\/h1><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.<\\/p><h2>Heading H2<\\/h2><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.<\\/p><h3>Heading H3<\\/h3><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.<\\/p><h4>Heading H4<\\/h4><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.<\\/p><h5>Heading H5<\\/h5><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.<\\/p><h6>Heading H6<\\/h6><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.<\\/p>\",\"audio_effects\":[{\"_id\":\"75f5816\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95844ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"\",\"gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"gap_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"67a43cf\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2569a001\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b377d0a\"}]},\"elements\":[{\"id\":\"17eea010\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"234becd\"}]},\"elements\":[{\"id\":\"59e45d1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Standard Inline Elements<\\/h3><p><strong>Bold text<\\/strong> dolor sit amet, consectetur <a href=\\\"#\\\">link color<\\/a> adipisicing elit, accent text sed do eiusmod tempor hovered. Excepteur <span class=\\\"trx_addons_accent_bg\\\">accent background<\\/span> cupidatat non proident officia sunt in culpa qui deserunt mest laborum.<\\/p><p><em>Example<\\/em> iste natus error sit voluptatem italic text example doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo vei\\u00a0<span class=\\\"trx_addons_tooltip\\\" data-tooltip-text=\\\"Tooltip Title\\\">tooltip example<\\/span> architecto beatae explicabo.<\\/p>\",\"audio_effects\":[{\"_id\":\"fbdd16c\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a5542f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"\",\"gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"gap_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8310bfd\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e6ff4cb\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cff6a0f\"}]},\"elements\":[{\"id\":\"43d7c7d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"094cd93\"}]},\"elements\":[{\"id\":\"d611ee0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Dropcaps<\\/h3><div class=\\\"no-content\\\">\\u00a0<\\/div>\",\"drop_cap\":\"yes\",\"audio_effects\":[{\"_id\":\"6623f1e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"870501b\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ced2c43\"}]},\"elements\":[{\"id\":\"7b6b45ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8a28d5e\"}]},\"elements\":[{\"id\":\"7526d163\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_dropcap trx_addons_dropcap_style_2\\\">Q<\\/span> Curabitur feugiat pharetra leo sit amet sollicitudin. Nam vestibulum mi lectus, quis volutpat libero porttitor ut. Suspendisse vestibulum molestie eros ac aliquam. Sed at ligula tempus, porttitor tortora,\\u00a0 pellentesque neque. Cras a neque quis dolor pretium fermentum. <\\/p>\",\"drop_cap\":\"yes\",\"audio_effects\":[{\"_id\":\"4bde341\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c356688\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a5d5e09\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5384440d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_dropcap trx_addons_dropcap_style_1\\\">D<\\/span> Curabitur feugiat pharetra leo sit amet sollicitudin. Nam vestibulum mi lectus, quis volutpat libero porttitor ut. Suspendisse vestibulum molestie eros ac aliquam. Sed at ligula tempus, porttitor tortora,\\u00a0 pellentesque neque. Cras a neque quis dolor pretium fermentum.<\\/p>\",\"drop_cap\":\"yes\",\"audio_effects\":[{\"_id\":\"64eb3ae\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22de8fc0\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3d6da77\"}]},\"elements\":[{\"id\":\"57707281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"03b3fb7\"}]},\"elements\":[{\"id\":\"dbd3b48\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"\",\"gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"gap_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"eb8e68c\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43b7941b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Blockquote<\\/h3><blockquote><p>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin eget.<br \\/><cite>Piter Bowman<\\/cite><\\/p><\\/blockquote><p>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin eget.<\\/p><blockquote class=\\\"trx_addons_blockquote_style_1\\\"><p>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin eget.<\\/p><\\/blockquote>\",\"audio_effects\":[{\"_id\":\"711fed9\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c79ebe8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"\",\"gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"gap_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"bc77d1f\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88f7e17\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4107b29\"}]},\"elements\":[{\"id\":\"7307bf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fe5b2b0\"}]},\"elements\":[{\"id\":\"4b5e0fae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Image Alignment<\\/h3>\\nProin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi in consequat. Fusce sodales ultrices augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar, sapien eget risus condimentum nibh, a rutrum dolor quam feugiat elit.\\n\\n[caption id=\\\"attachment_17542\\\" align=\\\"alignleft\\\" width=\\\"300\\\"]<img class=\\\"wp-image-17542 size-full\\\" src=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/typography-image1.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"205\\\" \\/> Credit: Unsplash[\\/caption]\\n\\nAenean vel augue maximus, placerat tellus a velit, pellentesque et neque. Sed lobortis, nisi in cursus vestibulum, ligula justo varius lectus, quis finibus purus nisl vel quam.\\n\\nCurabitur ac tempor nisl, convallis facilisis ipsum. Praesent malesuada tempus dolor eget tempus. Ut eu euismod enim. Duis vel nibh euismod, rhoncus arcu at, sagittis velit.\\n\\nProin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi in consequat. Fusce sodales ultrices augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar, sapien eget risus condimentum nibh, a rutrum dolor quam feugiat elit.\\n\\n[caption id=\\\"attachment_17543\\\" align=\\\"alignright\\\" width=\\\"300\\\"]<img class=\\\"wp-image-17543 size-full\\\" src=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/portfolio-image18.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"205\\\" \\/> by Kevin Smith[\\/caption]\\n\\nAenean vel augue maximus, placerat tellus a velit, pellentesque et neque. Sed lobortis, nisi in cursus vestibulum, ligula justo varius lectus, quis finibus purus nisl vel quam.\\n\\nCurabitur ac tempor nisl, convallis facilisis ipsum. Praesent malesuada tempus dolor eget tempus. Ut eu euismod enim. Duis vel nibh euismod, rhoncus arcu at, sagittis velit.\\n\\nProin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi in consequat. Fusce sodales ultrices augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar, sapien eget risus condimentum nibh, a rutrum dolor quam feugiat elit.\",\"audio_effects\":[{\"_id\":\"f9a8477\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"596edce3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"209c5d1\"}]},\"elements\":[{\"id\":\"398b41e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ad3f358\"}]},\"elements\":[{\"id\":\"2dd17fc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"\",\"gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"gap_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c377bcd\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c32a807\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>List Styles<\\/h3><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.<\\/p>\",\"audio_effects\":[{\"_id\":\"d03110c\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b804c61\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"24c84d3\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1dea6f2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fb941e3\"}]},\"elements\":[{\"id\":\"2886325b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2002cc2\"}]},\"elements\":[{\"id\":\"4982ab5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Suspendisse dignissim<\\/li>\\n \\t<li>Nullam efficitur nunc<\\/li>\\n \\t<li>Etiam eu lectus at lectus<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"ad6e5dd\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a5331ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4837288\"}]},\"elements\":[{\"id\":\"1cea5ff2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_dot\\\">\\n \\t<li>Suspendisse dignissim<\\/li>\\n \\t<li>Nullam efficitur nunc<\\/li>\\n \\t<li>Etiam eu lectus at lectus<\\/li>\\n \\t<li>Etiam lobortis metus<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"8299447\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d05d075\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fab8af4\"}]},\"elements\":[{\"id\":\"693f5e7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"be3fda9\"}]},\"elements\":[{\"id\":\"13df325\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"\",\"gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"gap_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"75e5e0f\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"dcb3190\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Table<\\/h3><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.<\\/p>\",\"audio_effects\":[{\"_id\":\"58cccf5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6df3aa3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"64e3c10\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4b85dba3\",\"elType\":\"widget\",\"settings\":{\"content\":\"<table><tbody><tr><th style=\\\"text-align: center;\\\">#<\\/th><th style=\\\"text-align: center;\\\">Column 1<\\/th><th style=\\\"text-align: center;\\\">Column 2<\\/th><th style=\\\"text-align: center;\\\">Column 3<\\/th><\\/tr><tr><td style=\\\"text-align: center;\\\">1<\\/td><td style=\\\"text-align: center;\\\">Row 1 Cell 1<\\/td><td style=\\\"text-align: center;\\\">Row 1 Cell 2<\\/td><td style=\\\"text-align: center;\\\">Row 1 Cell 3<\\/td><\\/tr><tr><td style=\\\"text-align: center;\\\">2<\\/td><td style=\\\"text-align: center;\\\">Row 2 Cell 1<\\/td><td style=\\\"text-align: center;\\\">Row 2 Cell 2<\\/td><td style=\\\"text-align: center;\\\">Row 2 Cell 3<\\/td><\\/tr><tr><td style=\\\"text-align: center;\\\">3<\\/td><td style=\\\"text-align: center;\\\">Row 3 Cell 1<\\/td><td style=\\\"text-align: center;\\\">Row 3 Cell 2<\\/td><td style=\\\"text-align: center;\\\">Row 3 Cell 3<\\/td><\\/tr><\\/tbody><\\/table>\",\"audio_effects\":[{\"_id\":\"99e0bd5\"}]},\"elements\":[],\"widgetType\":\"trx_sc_table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d80c33e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2473649\"}]},\"elements\":[{\"id\":\"9361d9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2121bb5\"}]},\"elements\":[{\"id\":\"7cf44c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"\",\"gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"gap_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"0b6a66c\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a8b9981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Inputs and Buttons<\\/h3><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.<\\/p>\",\"audio_effects\":[{\"_id\":\"735667e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35dbc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"1eea13b\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a67ba83\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"b426837\"}],\"form_id\":\"5\"},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"},{\"id\":\"5075b918\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"723fec4\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e8b4118\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"About Us\",\"_id\":\"6ee5e82\",\"shadow\":\"\"},{\"type\":\"hover\",\"title\":\"About Us\",\"_id\":\"3bc09b1\",\"shadow\":\"\"},{\"type\":\"decoration\",\"title\":\"About Us\",\"_id\":\"aaabd2d\",\"shadow\":\"\"}],\"audio_effects\":[{\"_id\":\"046b4d1\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"7f75ef5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"669e80e\"}],\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a26bcd6\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Subscribe\",\"icon\":\"icon-envelope\",\"_id\":\"e5839d9\"},{\"type\":\"bordered\",\"title\":\"Subscribe\",\"icon\":\"none\",\"_id\":\"5da5911\",\"shadow\":\"on\"}],\"audio_effects\":[{\"_id\":\"17ed7c4\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"361210f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"669e80e\"}],\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bcf1205\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"About Us\",\"_id\":\"6ee5e82\",\"shadow\":\"\",\"color_style\":\"link2\"},{\"type\":\"hover\",\"title\":\"About Us\",\"_id\":\"3bc09b1\",\"shadow\":\"\",\"color_style\":\"link2\"},{\"type\":\"decoration\",\"title\":\"About Us\",\"_id\":\"aaabd2d\",\"shadow\":\"\",\"color_style\":\"link2\"}],\"audio_effects\":[{\"_id\":\"046b4d1\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"64ea734\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"669e80e\"}],\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b090c6\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Subscribe\",\"icon\":\"icon-envelope\",\"_id\":\"e5839d9\",\"color_style\":\"link2\"},{\"type\":\"bordered\",\"title\":\"Subscribe\",\"icon\":\"none\",\"_id\":\"5da5911\",\"shadow\":\"on\",\"color_style\":\"link2\"}],\"audio_effects\":[{\"_id\":\"17ed7c4\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1985, 302, '_edit_lock', '1661332627:1'),
(1987, 302, '_thumbnail_id', '18348'),
(1988, 302, '_edit_last', '1'),
(1989, 302, 'trx_addons_post_views_count', '417'),
(1990, 302, 'trx_addons_post_likes_count', '0'),
(1991, 302, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";s:1:\"1\";s:14:\"video_autoplay\";s:1:\"1\";s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(1992, 302, '_elementor_page_settings', 'a:2:{s:44:\"fabric_options_field_sidebar_position_single\";s:5:\"right\";s:47:\"fabric_options_override_sidebar_position_single\";s:1:\"1\";}'),
(1993, 302, 'fabric_options', 'a:1:{s:23:\"sidebar_position_single\";s:5:\"right\";}'),
(1994, 304, '_edit_lock', '1661332635:1'),
(1996, 304, '_thumbnail_id', '18351'),
(1997, 304, '_edit_last', '1'),
(1998, 304, 'trx_addons_post_views_count', '286'),
(1999, 304, 'trx_addons_post_likes_count', '0'),
(2000, 304, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";s:1:\"1\";s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(2001, 304, '_elementor_page_settings', 'a:0:{}'),
(2002, 304, 'fabric_options', 'a:0:{}'),
(2003, 306, '_edit_lock', '1661332645:1'),
(2005, 306, '_thumbnail_id', '18346'),
(2008, 306, '_edit_last', '1'),
(2010, 306, 'trx_addons_post_views_count', '318'),
(2011, 306, 'trx_addons_post_likes_count', '0'),
(2012, 306, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";s:1:\"1\";s:14:\"video_autoplay\";s:1:\"1\";s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(2013, 306, '_elementor_page_settings', 'a:2:{s:44:\"fabric_options_field_sidebar_position_single\";s:5:\"right\";s:47:\"fabric_options_override_sidebar_position_single\";s:1:\"1\";}'),
(2014, 306, 'fabric_options', 'a:1:{s:23:\"sidebar_position_single\";s:5:\"right\";}'),
(2015, 308, '_edit_lock', '1660131470:1'),
(2017, 308, '_thumbnail_id', '18343'),
(2020, 308, '_edit_last', '1'),
(2022, 308, 'trx_addons_post_views_count', '568'),
(2023, 308, 'trx_addons_post_likes_count', '0'),
(2024, 308, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";s:1:\"1\";s:14:\"video_autoplay\";s:1:\"1\";s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(2025, 308, '_elementor_page_settings', 'a:0:{}'),
(2026, 308, 'fabric_options', 'a:0:{}'),
(2027, 310, '_edit_lock', '1660063171:1'),
(2028, 310, '_wp_page_template', 'blog.php'),
(2029, 310, '_edit_last', '1'),
(2030, 310, 'trx_addons_post_views_count', '0'),
(2031, 310, 'trx_addons_post_likes_count', '0'),
(2032, 310, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:31:\"fabric_options_field_blog_style\";s:17:\"classic-masonry_2\";s:34:\"fabric_options_override_blog_style\";s:1:\"1\";s:31:\"fabric_options_field_parent_cat\";s:2:\"13\";s:34:\"fabric_options_override_parent_cat\";s:1:\"1\";s:35:\"fabric_options_field_posts_per_page\";s:1:\"4\";s:38:\"fabric_options_override_posts_per_page\";s:1:\"1\";s:31:\"fabric_options_field_meta_parts\";s:90:\"categories=1|date=1|author=0|modified=0|views=0|likes=0|comments=0|share=0|edit=0|rating=0\";s:34:\"fabric_options_override_meta_parts\";s:1:\"1\";}'),
(2033, 310, 'fabric_options', 'a:5:{s:16:\"sidebar_position\";s:4:\"hide\";s:10:\"blog_style\";s:17:\"classic-masonry_2\";s:10:\"parent_cat\";s:2:\"13\";s:14:\"posts_per_page\";s:1:\"4\";s:10:\"meta_parts\";s:90:\"categories=1|date=1|author=0|modified=0|views=0|likes=0|comments=0|share=0|edit=0|rating=0\";}'),
(2034, 310, 'fabric_options_post_type', 'post'),
(2035, 310, 'fabric_options_parent_cat', '13'),
(2036, 310, '_elementor_edit_mode', 'builder'),
(2037, 310, '_elementor_template_type', 'wp-page'),
(2038, 310, '_elementor_version', '2.9.8'),
(2039, 310, '_elementor_data', '[]'),
(3121, 461, '_mc4wp_settings', 'a:9:{s:15:\"required_fields\";s:28:\"EMAIL,I_AGREE_PRIVACY_POLICY\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:15:\"subscriber_tags\";s:0:\"\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";s:5:\"lists\";a:0:{}}'),
(3122, 461, 'text_subscribed', 'Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),
(3123, 461, 'text_invalid_email', 'Please provide a valid email address.'),
(3124, 461, 'text_required_field_missing', 'Please fill in the required fields.'),
(3125, 461, 'text_already_subscribed', 'Given email address is already subscribed, thank you!'),
(3126, 461, 'text_error', 'Oops. Something went wrong. Please try again later.'),
(3127, 461, 'text_unsubscribed', 'You were successfully unsubscribed.'),
(3128, 461, 'text_not_subscribed', 'Given email address is not subscribed.'),
(3129, 461, 'text_no_lists_selected', 'Please select at least one list.'),
(3130, 461, 'text_updated', 'Thank you, your records have been updated!'),
(5276, 461, '_wp_old_date', '2020-04-23'),
(6383, 904, '_edit_last', '1'),
(6384, 904, '_edit_lock', '1602235242:1'),
(6385, 904, 'hotspot_content', 'a:5:{s:11:\"maps_images\";s:87:\"https://inkafine.com/wp-content/uploads/2020/10/extra-bg-2-hotspot-copyright-scaled.jpg\";s:10:\"pins_image\";s:63:\"https://inkafine.com/wp-content/uploads/2020/04/dot-hotspot.png\";s:16:\"pins_image_hover\";s:0:\"\";s:16:\"pins_more_option\";a:6:{s:8:\"position\";s:13:\"center_center\";s:10:\"custom_top\";s:4:\"16.5\";s:11:\"custom_left\";s:4:\"16.5\";s:16:\"custom_hover_top\";s:1:\"0\";s:17:\"custom_hover_left\";s:1:\"0\";s:14:\"pins_animation\";s:5:\"pulse\";}s:11:\"data_points\";a:3:{i:0;a:10:{s:7:\"content\";s:11:\"Denim Shirt\";s:8:\"linkpins\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:17:\"pins_image_custom\";s:0:\"\";s:23:\"pins_image_hover_custom\";s:0:\"\";s:9:\"placement\";s:1:\"n\";s:7:\"pins_id\";s:0:\"\";s:10:\"pins_class\";s:0:\"\";s:3:\"top\";s:5:\"36.08\";s:4:\"left\";s:5:\"75.46\";}i:1;a:10:{s:7:\"content\";s:12:\"Flower Plant\";s:8:\"linkpins\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:17:\"pins_image_custom\";s:0:\"\";s:23:\"pins_image_hover_custom\";s:0:\"\";s:9:\"placement\";s:1:\"n\";s:7:\"pins_id\";s:0:\"\";s:10:\"pins_class\";s:0:\"\";s:3:\"top\";s:5:\"21.12\";s:4:\"left\";s:5:\"52.07\";}i:2;a:10:{s:7:\"content\";s:195:\"<div class=\"text-wrap tlid-copy-target\">\n<div class=\"result-shield-container tlid-copy-target\"><span class=\"tlid-translation translation\" lang=\"en\"><span title=\"\">Watch</span></span></div>\n</div>\";s:8:\"linkpins\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:17:\"pins_image_custom\";s:0:\"\";s:23:\"pins_image_hover_custom\";s:0:\"\";s:9:\"placement\";s:1:\"n\";s:7:\"pins_id\";s:0:\"\";s:10:\"pins_class\";s:0:\"\";s:3:\"top\";s:5:\"79.84\";s:4:\"left\";s:5:\"60.45\";}}}'),
(6712, 948, '_edit_lock', '1659434502:1'),
(6713, 948, '_thumbnail_id', '17780'),
(6714, 948, '_edit_last', '1'),
(6715, 948, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:15:\"icon-group-2438\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(6716, 948, '_elementor_page_settings', 'a:0:{}'),
(6717, 948, 'fabric_options', 'a:0:{}'),
(6718, 949, '_edit_lock', '1659435119:1'),
(6719, 949, '_thumbnail_id', '17785'),
(6720, 949, '_edit_last', '1'),
(6721, 949, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:13:\"icon-deadline\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(6722, 949, '_elementor_page_settings', 'a:0:{}'),
(6723, 949, 'fabric_options', 'a:0:{}'),
(6814, 963, '_edit_lock', '1659451883:1'),
(6815, 963, '_thumbnail_id', '17787'),
(6816, 963, '_edit_last', '1'),
(6817, 963, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(6818, 963, '_elementor_page_settings', 'a:0:{}'),
(6819, 963, 'fabric_options', 'a:0:{}'),
(6820, 964, '_edit_lock', '1659451880:1'),
(6831, 964, '_thumbnail_id', '17789'),
(6832, 964, '_edit_last', '1'),
(6833, 964, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(6834, 964, '_elementor_page_settings', 'a:0:{}'),
(6835, 964, 'fabric_options', 'a:0:{}'),
(7368, 1036, '_wp_attached_file', '2020/04/play-button.svg'),
(8566, 1192, '_VenueOrigin', 'events-calendar'),
(8567, 1192, '_tribe_modified_fields', 'a:20:{s:12:\"_VenueOrigin\";i:1588077390;s:10:\"_edit_last\";i:1588077402;s:10:\"post_title\";i:1588077402;s:11:\"post_status\";i:1588077464;s:12:\"post_content\";i:1588077464;s:17:\"_EventShowMapLink\";i:1588077464;s:13:\"_EventShowMap\";i:1588077464;s:17:\"_VenueShowMapLink\";i:1588077464;s:13:\"_VenueShowMap\";i:1588077464;s:13:\"_VenueAddress\";i:1588077464;s:10:\"_VenueCity\";i:1594825260;s:13:\"_VenueCountry\";i:1594825462;s:14:\"_VenueProvince\";i:1594825340;s:11:\"_VenueState\";i:1588077464;s:9:\"_VenueZip\";i:1588077464;s:11:\"_VenuePhone\";i:1588077464;s:9:\"_VenueURL\";i:1594825462;s:19:\"_VenueStateProvince\";i:1588077464;s:27:\"trx_addons_post_views_count\";i:1588077464;s:27:\"trx_addons_post_likes_count\";i:1588077464;}'),
(8568, 1192, '_edit_last', '1'),
(8569, 1192, '_edit_lock', '1594902045:1'),
(8570, 1192, '_EventShowMapLink', '1'),
(8571, 1192, '_EventShowMap', '1'),
(8572, 1192, '_VenueShowMapLink', '1'),
(8573, 1192, '_VenueShowMap', '1'),
(8574, 1192, '_VenueAddress', '350 5th Ave'),
(8575, 1192, '_VenueCity', 'New York'),
(8576, 1192, '_VenueCountry', 'United States'),
(8577, 1192, '_VenueProvince', ''),
(8578, 1192, '_VenueState', 'NY'),
(8579, 1192, '_VenueZip', '10118'),
(8580, 1192, '_VenuePhone', '88001234567'),
(8581, 1192, '_VenueURL', 'www.example.com'),
(8582, 1192, '_VenueStateProvince', 'NY'),
(8583, 1192, 'trx_addons_post_views_count', '0'),
(8584, 1192, 'trx_addons_post_likes_count', '0'),
(8585, 1193, '_OrganizerOrigin', 'events-calendar'),
(8586, 1193, '_tribe_modified_fields', 'a:9:{s:16:\"_OrganizerOrigin\";i:1588077499;s:10:\"_edit_last\";i:1588077524;s:10:\"post_title\";i:1588077524;s:11:\"post_status\";i:1588077541;s:15:\"_OrganizerPhone\";i:1588077542;s:17:\"_OrganizerWebsite\";i:1588077542;s:15:\"_OrganizerEmail\";i:1588077542;s:27:\"trx_addons_post_views_count\";i:1588077542;s:27:\"trx_addons_post_likes_count\";i:1588077542;}'),
(8587, 1193, '_edit_last', '1'),
(8588, 1193, '_edit_lock', '1594902043:1'),
(8589, 1193, '_OrganizerPhone', '88001234567'),
(8590, 1193, '_OrganizerWebsite', 'www.example.com'),
(8591, 1193, '_OrganizerEmail', 'info@example.com'),
(8592, 1193, 'trx_addons_post_views_count', '0'),
(8593, 1193, 'trx_addons_post_likes_count', '0'),
(8594, 1194, '_EventOrigin', 'events-calendar'),
(8595, 1194, '_tribe_modified_fields', 'a:29:{s:12:\"_EventOrigin\";i:1588078376;s:10:\"_edit_last\";i:1588079779;s:10:\"post_title\";i:1588080079;s:12:\"post_content\";i:1588613542;s:11:\"post_status\";i:1594379075;s:16:\"tribe_events_cat\";i:1594287552;s:13:\"_thumbnail_id\";i:1596185121;s:27:\"trx_addons_post_views_count\";i:1600947846;s:27:\"trx_addons_post_likes_count\";i:1588080085;s:17:\"_EventShowMapLink\";i:1588080085;s:13:\"_EventShowMap\";i:1588080085;s:13:\"_EventVenueID\";i:1588080085;s:17:\"_EventOrganizerID\";i:1588080085;s:15:\"_EventStartDate\";i:1594379369;s:13:\"_EventEndDate\";i:1594379369;s:18:\"_EventStartDateUTC\";i:1594379370;s:16:\"_EventEndDateUTC\";i:1594379370;s:14:\"_EventDuration\";i:1594379371;s:20:\"_EventCurrencySymbol\";i:1588081034;s:22:\"_EventCurrencyPosition\";i:1588080085;s:10:\"_EventCost\";i:1588081034;s:9:\"_EventURL\";i:1588080085;s:14:\"_EventTimezone\";i:1588080085;s:18:\"_EventTimezoneAbbr\";i:1588080085;s:12:\"post_excerpt\";i:1588082853;s:8:\"post_tag\";i:1596185121;s:12:\"_wp_old_date\";i:1594379075;s:14:\"slide_template\";i:1596185122;s:16:\"rs_page_bg_color\";i:1596185122;}'),
(8596, 1194, '_edit_last', '1'),
(8597, 1194, '_edit_lock', '1596185190:1'),
(8612, 1194, 'trx_addons_post_views_count', '6'),
(8613, 1194, 'trx_addons_post_likes_count', '0'),
(8614, 1194, '_EventShowMapLink', '1'),
(8615, 1194, '_EventShowMap', '1'),
(8616, 1194, '_EventVenueID', '1192'),
(8617, 1194, '_EventOrganizerID', '1193'),
(8618, 1194, '_EventStartDate', '2021-05-28 10:00:00'),
(8619, 1194, '_EventEndDate', '2021-06-05 17:00:00'),
(8620, 1194, '_EventStartDateUTC', '2021-05-28 10:00:00'),
(8621, 1194, '_EventEndDateUTC', '2021-06-05 17:00:00'),
(8622, 1194, '_EventDuration', '457200'),
(8623, 1194, '_EventCurrencySymbol', '$'),
(8624, 1194, '_EventCurrencyPosition', 'prefix'),
(8625, 1194, '_EventCost', '235'),
(8626, 1194, '_EventURL', ''),
(8627, 1194, '_EventTimezone', 'UTC+0'),
(8628, 1194, '_EventTimezoneAbbr', 'UTC+0'),
(8629, 1196, '_EventOrigin', 'events-calendar'),
(8630, 1196, '_tribe_modified_fields', 'a:29:{s:12:\"_EventOrigin\";i:1588080130;s:10:\"_edit_last\";i:1588080149;s:10:\"post_title\";i:1588080149;s:11:\"post_status\";i:1594379070;s:16:\"tribe_events_cat\";i:1588080215;s:13:\"_thumbnail_id\";i:1596184874;s:12:\"post_content\";i:1588613570;s:27:\"trx_addons_post_views_count\";i:1603191512;s:27:\"trx_addons_post_likes_count\";i:1588080216;s:17:\"_EventShowMapLink\";i:1588080216;s:13:\"_EventShowMap\";i:1588080216;s:13:\"_EventVenueID\";i:1588080216;s:17:\"_EventOrganizerID\";i:1588080216;s:15:\"_EventStartDate\";i:1594379322;s:13:\"_EventEndDate\";i:1594379322;s:18:\"_EventStartDateUTC\";i:1594379323;s:16:\"_EventEndDateUTC\";i:1594379323;s:14:\"_EventDuration\";i:1594379323;s:20:\"_EventCurrencySymbol\";i:1588081020;s:22:\"_EventCurrencyPosition\";i:1588080216;s:10:\"_EventCost\";i:1588081020;s:9:\"_EventURL\";i:1588080216;s:14:\"_EventTimezone\";i:1588080216;s:18:\"_EventTimezoneAbbr\";i:1588080216;s:12:\"post_excerpt\";i:1588082902;s:8:\"post_tag\";i:1596184874;s:12:\"_wp_old_date\";i:1594379071;s:14:\"slide_template\";i:1596184874;s:16:\"rs_page_bg_color\";i:1596184874;}'),
(8631, 1196, '_edit_last', '1'),
(8632, 1196, '_edit_lock', '1596185185:1'),
(8651, 1196, 'trx_addons_post_views_count', '2'),
(8652, 1196, 'trx_addons_post_likes_count', '0'),
(8653, 1196, '_EventShowMapLink', '1'),
(8654, 1196, '_EventShowMap', '1'),
(8655, 1196, '_EventVenueID', '1192'),
(8656, 1196, '_EventOrganizerID', '1193'),
(8657, 1196, '_EventStartDate', '2021-05-15 10:30:00'),
(8658, 1196, '_EventEndDate', '2021-05-24 17:00:00'),
(8659, 1196, '_EventStartDateUTC', '2021-05-15 10:30:00'),
(8660, 1196, '_EventEndDateUTC', '2021-05-24 17:00:00'),
(8661, 1196, '_EventDuration', '801000'),
(8662, 1196, '_EventCurrencySymbol', '$'),
(8663, 1196, '_EventCurrencyPosition', 'prefix'),
(8664, 1196, '_EventCost', '285'),
(8665, 1196, '_EventURL', ''),
(8666, 1196, '_EventTimezone', 'UTC+0'),
(8667, 1196, '_EventTimezoneAbbr', 'UTC+0'),
(8668, 1200, '_EventOrigin', 'events-calendar'),
(8669, 1200, '_tribe_modified_fields', 'a:29:{s:12:\"_EventOrigin\";i:1588080450;s:10:\"_edit_last\";i:1588080466;s:10:\"post_title\";i:1588080466;s:11:\"post_status\";i:1594379066;s:16:\"tribe_events_cat\";i:1588080512;s:13:\"_thumbnail_id\";i:1596184819;s:12:\"post_content\";i:1588614252;s:27:\"trx_addons_post_views_count\";i:1597069501;s:27:\"trx_addons_post_likes_count\";i:1588080512;s:17:\"_EventShowMapLink\";i:1588080512;s:13:\"_EventShowMap\";i:1588080512;s:13:\"_EventVenueID\";i:1588080512;s:17:\"_EventOrganizerID\";i:1588080512;s:15:\"_EventStartDate\";i:1594379287;s:13:\"_EventEndDate\";i:1594379287;s:18:\"_EventStartDateUTC\";i:1594379288;s:16:\"_EventEndDateUTC\";i:1594379288;s:14:\"_EventDuration\";i:1594379289;s:20:\"_EventCurrencySymbol\";i:1594380195;s:22:\"_EventCurrencyPosition\";i:1588080513;s:10:\"_EventCost\";i:1594380196;s:9:\"_EventURL\";i:1588080513;s:14:\"_EventTimezone\";i:1588080513;s:18:\"_EventTimezoneAbbr\";i:1588080513;s:12:\"post_excerpt\";i:1588082913;s:8:\"post_tag\";i:1596184819;s:12:\"_wp_old_date\";i:1594379066;s:14:\"slide_template\";i:1596184819;s:16:\"rs_page_bg_color\";i:1596184819;}'),
(8670, 1200, '_edit_last', '1'),
(8671, 1200, '_edit_lock', '1596184693:1'),
(8686, 1200, 'trx_addons_post_views_count', '85'),
(8687, 1200, 'trx_addons_post_likes_count', '0'),
(8688, 1200, '_EventShowMapLink', '1'),
(8689, 1200, '_EventShowMap', '1'),
(8690, 1200, '_EventVenueID', '1192'),
(8691, 1200, '_EventOrganizerID', '1193'),
(8692, 1200, '_EventStartDate', '2021-04-15 08:00:00'),
(8693, 1200, '_EventEndDate', '2021-04-30 16:30:00'),
(8694, 1200, '_EventStartDateUTC', '2021-04-15 08:00:00'),
(8695, 1200, '_EventEndDateUTC', '2021-04-30 16:30:00'),
(8696, 1200, '_EventDuration', '1326600'),
(8697, 1200, '_EventCurrencySymbol', '$'),
(8698, 1200, '_EventCurrencyPosition', 'prefix'),
(8699, 1200, '_EventCost', '250'),
(8700, 1200, '_EventURL', ''),
(8701, 1200, '_EventTimezone', 'UTC+0'),
(8702, 1200, '_EventTimezoneAbbr', 'UTC+0'),
(8703, 1202, '_EventOrigin', 'events-calendar');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8704, 1202, '_tribe_modified_fields', 'a:29:{s:12:\"_EventOrigin\";i:1588080524;s:10:\"_edit_last\";i:1588080545;s:10:\"post_title\";i:1588080545;s:11:\"post_status\";i:1594379049;s:16:\"tribe_events_cat\";i:1588080568;s:13:\"_thumbnail_id\";i:1596184770;s:12:\"post_content\";i:1588614294;s:27:\"trx_addons_post_views_count\";i:1612797175;s:27:\"trx_addons_post_likes_count\";i:1588080568;s:17:\"_EventShowMapLink\";i:1588080568;s:13:\"_EventShowMap\";i:1588080568;s:13:\"_EventVenueID\";i:1588080568;s:17:\"_EventOrganizerID\";i:1588080568;s:15:\"_EventStartDate\";i:1594379189;s:13:\"_EventEndDate\";i:1594379189;s:18:\"_EventStartDateUTC\";i:1594379189;s:16:\"_EventEndDateUTC\";i:1594379190;s:14:\"_EventDuration\";i:1594379190;s:20:\"_EventCurrencySymbol\";i:1588080974;s:22:\"_EventCurrencyPosition\";i:1588080568;s:10:\"_EventCost\";i:1588080974;s:9:\"_EventURL\";i:1588080568;s:14:\"_EventTimezone\";i:1588080568;s:18:\"_EventTimezoneAbbr\";i:1588080568;s:12:\"post_excerpt\";i:1588082895;s:8:\"post_tag\";i:1596184770;s:12:\"_wp_old_date\";i:1594379049;s:14:\"slide_template\";i:1596184771;s:16:\"rs_page_bg_color\";i:1596184771;}'),
(8705, 1202, '_edit_last', '1'),
(8706, 1202, '_edit_lock', '1597061146:1'),
(8721, 1202, 'trx_addons_post_views_count', '74'),
(8722, 1202, 'trx_addons_post_likes_count', '0'),
(8723, 1202, '_EventShowMapLink', '1'),
(8724, 1202, '_EventShowMap', '1'),
(8725, 1202, '_EventVenueID', '1192'),
(8726, 1202, '_EventOrganizerID', '1193'),
(8727, 1202, '_EventStartDate', '2021-03-10 10:00:00'),
(8728, 1202, '_EventEndDate', '2021-04-10 13:30:00'),
(8729, 1202, '_EventStartDateUTC', '2021-03-10 10:00:00'),
(8730, 1202, '_EventEndDateUTC', '2021-04-10 13:30:00'),
(8731, 1202, '_EventDuration', '2691000'),
(8732, 1202, '_EventCurrencySymbol', '$'),
(8733, 1202, '_EventCurrencyPosition', 'prefix'),
(8734, 1202, '_EventCost', '200'),
(8735, 1202, '_EventURL', ''),
(8736, 1202, '_EventTimezone', 'UTC+0'),
(8737, 1202, '_EventTimezoneAbbr', 'UTC+0'),
(8738, 1204, '_EventOrigin', 'events-calendar'),
(8739, 1204, '_tribe_modified_fields', 'a:29:{s:12:\"_EventOrigin\";i:1588080614;s:10:\"_edit_last\";i:1588080626;s:10:\"post_title\";i:1588080626;s:11:\"post_status\";i:1594379061;s:16:\"tribe_events_cat\";i:1588080675;s:13:\"_thumbnail_id\";i:1596185145;s:12:\"post_content\";i:1594378971;s:27:\"trx_addons_post_views_count\";i:1606820534;s:27:\"trx_addons_post_likes_count\";i:1588080675;s:17:\"_EventShowMapLink\";i:1588080675;s:13:\"_EventShowMap\";i:1588080675;s:13:\"_EventVenueID\";i:1588080675;s:17:\"_EventOrganizerID\";i:1588080675;s:15:\"_EventStartDate\";i:1594379389;s:13:\"_EventEndDate\";i:1594379390;s:18:\"_EventStartDateUTC\";i:1594379390;s:16:\"_EventEndDateUTC\";i:1594379391;s:14:\"_EventDuration\";i:1594379391;s:20:\"_EventCurrencySymbol\";i:1594380246;s:22:\"_EventCurrencyPosition\";i:1588080676;s:10:\"_EventCost\";i:1594380246;s:9:\"_EventURL\";i:1588080676;s:14:\"_EventTimezone\";i:1588080676;s:18:\"_EventTimezoneAbbr\";i:1588080676;s:12:\"post_excerpt\";i:1588082889;s:8:\"post_tag\";i:1596185145;s:12:\"_wp_old_date\";i:1594379061;s:14:\"slide_template\";i:1596185145;s:16:\"rs_page_bg_color\";i:1596185145;}'),
(8740, 1204, '_edit_last', '1'),
(8741, 1204, '_edit_lock', '1596185188:1'),
(8756, 1204, 'trx_addons_post_views_count', '12'),
(8757, 1204, 'trx_addons_post_likes_count', '0'),
(8758, 1204, '_EventShowMapLink', '1'),
(8759, 1204, '_EventShowMap', '1'),
(8760, 1204, '_EventVenueID', '1192'),
(8761, 1204, '_EventOrganizerID', '1193'),
(8762, 1204, '_EventStartDate', '2021-06-06 15:30:00'),
(8763, 1204, '_EventEndDate', '2021-06-18 19:00:00'),
(8764, 1204, '_EventStartDateUTC', '2021-06-06 15:30:00'),
(8765, 1204, '_EventEndDateUTC', '2021-06-18 19:00:00'),
(8766, 1204, '_EventDuration', '1049400'),
(8767, 1204, '_EventCurrencySymbol', ''),
(8768, 1204, '_EventCurrencyPosition', 'prefix'),
(8769, 1204, '_EventCost', '0'),
(8770, 1204, '_EventURL', ''),
(8771, 1204, '_EventTimezone', 'UTC+0'),
(8772, 1204, '_EventTimezoneAbbr', 'UTC+0'),
(8773, 1206, '_EventOrigin', 'events-calendar'),
(8774, 1206, '_tribe_modified_fields', 'a:26:{s:12:\"_EventOrigin\";i:1588081042;s:10:\"_edit_last\";i:1588081962;s:10:\"post_title\";i:1588081962;s:11:\"post_status\";i:1588082010;s:16:\"tribe_events_cat\";i:1588082010;s:13:\"_thumbnail_id\";i:1596186008;s:12:\"post_content\";i:1588617147;s:27:\"trx_addons_post_views_count\";i:1597072757;s:27:\"trx_addons_post_likes_count\";i:1588082010;s:17:\"_EventShowMapLink\";i:1588082010;s:13:\"_EventShowMap\";i:1588082010;s:13:\"_EventVenueID\";i:1588082010;s:17:\"_EventOrganizerID\";i:1588082010;s:15:\"_EventStartDate\";i:1596189252;s:13:\"_EventEndDate\";i:1596189252;s:18:\"_EventStartDateUTC\";i:1596189252;s:16:\"_EventEndDateUTC\";i:1596189252;s:14:\"_EventDuration\";i:1596189252;s:20:\"_EventCurrencySymbol\";i:1588082010;s:22:\"_EventCurrencyPosition\";i:1588082010;s:10:\"_EventCost\";i:1588082010;s:9:\"_EventURL\";i:1588082010;s:14:\"_EventTimezone\";i:1588082010;s:18:\"_EventTimezoneAbbr\";i:1588082010;s:14:\"slide_template\";i:1596185811;s:16:\"rs_page_bg_color\";i:1596185811;}'),
(8793, 1206, '_edit_last', '1'),
(8794, 1206, '_edit_lock', '1596189312:1'),
(8809, 1206, 'trx_addons_post_views_count', '32'),
(8810, 1206, 'trx_addons_post_likes_count', '0'),
(8811, 1206, '_EventShowMapLink', '1'),
(8812, 1206, '_EventShowMap', '1'),
(8813, 1206, '_EventVenueID', '1192'),
(8814, 1206, '_EventOrganizerID', '1193'),
(8815, 1206, '_EventStartDate', '2021-05-13 11:30:00'),
(8816, 1206, '_EventEndDate', '2021-06-14 17:00:00'),
(8817, 1206, '_EventStartDateUTC', '2021-05-13 11:30:00'),
(8818, 1206, '_EventEndDateUTC', '2021-06-14 17:00:00'),
(8819, 1206, '_EventDuration', '2525400'),
(8820, 1206, '_EventCurrencySymbol', ''),
(8821, 1206, '_EventCurrencyPosition', 'prefix'),
(8822, 1206, '_EventCost', 'Free'),
(8823, 1206, '_EventURL', ''),
(8824, 1206, '_EventTimezone', 'UTC+0'),
(8825, 1206, '_EventTimezoneAbbr', 'UTC+0'),
(8826, 1210, '_EventOrigin', 'events-calendar'),
(8827, 1210, '_tribe_modified_fields', 'a:26:{s:12:\"_EventOrigin\";i:1588082016;s:10:\"_edit_last\";i:1588082067;s:10:\"post_title\";i:1588082067;s:11:\"post_status\";i:1588082243;s:16:\"tribe_events_cat\";i:1588082243;s:13:\"_thumbnail_id\";i:1596186068;s:12:\"post_content\";i:1588617247;s:27:\"trx_addons_post_views_count\";i:1604309281;s:27:\"trx_addons_post_likes_count\";i:1588082243;s:17:\"_EventShowMapLink\";i:1588082244;s:13:\"_EventShowMap\";i:1588082244;s:13:\"_EventVenueID\";i:1588082244;s:17:\"_EventOrganizerID\";i:1588082244;s:15:\"_EventStartDate\";i:1608557147;s:13:\"_EventEndDate\";i:1608557147;s:18:\"_EventStartDateUTC\";i:1608557147;s:16:\"_EventEndDateUTC\";i:1608557148;s:14:\"_EventDuration\";i:1608557148;s:20:\"_EventCurrencySymbol\";i:1588082244;s:22:\"_EventCurrencyPosition\";i:1588082244;s:10:\"_EventCost\";i:1588082244;s:9:\"_EventURL\";i:1588082244;s:14:\"_EventTimezone\";i:1588082244;s:18:\"_EventTimezoneAbbr\";i:1588082244;s:14:\"slide_template\";i:1608557147;s:16:\"rs_page_bg_color\";i:1596185766;}'),
(8836, 1210, '_edit_last', '1'),
(8837, 1210, '_edit_lock', '1608557058:1'),
(8853, 1210, 'trx_addons_post_views_count', '6'),
(8854, 1210, 'trx_addons_post_likes_count', '0'),
(8855, 1210, '_EventShowMapLink', '1'),
(8856, 1210, '_EventShowMap', '1'),
(8857, 1210, '_EventVenueID', '1192'),
(8858, 1210, '_EventOrganizerID', '1193'),
(8859, 1210, '_EventStartDate', '2021-08-13 10:00:00'),
(8860, 1210, '_EventEndDate', '2021-08-20 16:30:00'),
(8861, 1210, '_EventStartDateUTC', '2021-08-13 10:00:00'),
(8862, 1210, '_EventEndDateUTC', '2021-08-20 16:30:00'),
(8863, 1210, '_EventDuration', '628200'),
(8864, 1210, '_EventCurrencySymbol', '$'),
(8865, 1210, '_EventCurrencyPosition', 'prefix'),
(8866, 1210, '_EventCost', '420'),
(8867, 1210, '_EventURL', ''),
(8868, 1210, '_EventTimezone', 'UTC+0'),
(8869, 1210, '_EventTimezoneAbbr', 'UTC+0'),
(8870, 1213, '_EventOrigin', 'events-calendar'),
(8871, 1213, '_tribe_modified_fields', 'a:26:{s:12:\"_EventOrigin\";i:1588082254;s:10:\"_edit_last\";i:1588082317;s:10:\"post_title\";i:1588082444;s:12:\"post_content\";i:1588617281;s:11:\"post_status\";i:1588082444;s:16:\"tribe_events_cat\";i:1588082444;s:13:\"_thumbnail_id\";i:1596185746;s:27:\"trx_addons_post_views_count\";i:1597138371;s:27:\"trx_addons_post_likes_count\";i:1588082444;s:17:\"_EventShowMapLink\";i:1588082444;s:13:\"_EventShowMap\";i:1588082444;s:13:\"_EventVenueID\";i:1588082444;s:17:\"_EventOrganizerID\";i:1588082444;s:15:\"_EventStartDate\";i:1608557187;s:13:\"_EventEndDate\";i:1608557187;s:18:\"_EventStartDateUTC\";i:1608557187;s:16:\"_EventEndDateUTC\";i:1608557187;s:14:\"_EventDuration\";i:1608557187;s:20:\"_EventCurrencySymbol\";i:1588082444;s:22:\"_EventCurrencyPosition\";i:1588082444;s:10:\"_EventCost\";i:1588082444;s:9:\"_EventURL\";i:1588082444;s:14:\"_EventTimezone\";i:1588082444;s:18:\"_EventTimezoneAbbr\";i:1588082444;s:14:\"slide_template\";i:1608557187;s:16:\"rs_page_bg_color\";i:1596185746;}'),
(8872, 1213, '_edit_last', '1'),
(8873, 1213, '_edit_lock', '1608557065:1'),
(8888, 1213, 'trx_addons_post_views_count', '15'),
(8889, 1213, 'trx_addons_post_likes_count', '0'),
(8890, 1213, '_EventShowMapLink', '1'),
(8891, 1213, '_EventShowMap', '1'),
(8892, 1213, '_EventVenueID', '1192'),
(8893, 1213, '_EventOrganizerID', '1193'),
(8894, 1213, '_EventStartDate', '2021-09-02 11:00:00'),
(8895, 1213, '_EventEndDate', '2021-09-10 17:00:00'),
(8896, 1213, '_EventStartDateUTC', '2021-09-02 11:00:00'),
(8897, 1213, '_EventEndDateUTC', '2021-09-10 17:00:00'),
(8898, 1213, '_EventDuration', '712800'),
(8899, 1213, '_EventCurrencySymbol', '$'),
(8900, 1213, '_EventCurrencyPosition', 'prefix'),
(8901, 1213, '_EventCost', '580'),
(8902, 1213, '_EventURL', ''),
(8903, 1213, '_EventTimezone', 'UTC+0'),
(8904, 1213, '_EventTimezoneAbbr', 'UTC+0'),
(8905, 1215, '_EventOrigin', 'events-calendar'),
(8906, 1215, '_tribe_modified_fields', 'a:26:{s:12:\"_EventOrigin\";i:1588082509;s:10:\"_edit_last\";i:1588082717;s:10:\"post_title\";i:1588082717;s:11:\"post_status\";i:1588082723;s:16:\"tribe_events_cat\";i:1588082723;s:13:\"_thumbnail_id\";i:1596185728;s:12:\"post_content\";i:1588617318;s:27:\"trx_addons_post_views_count\";i:1609759011;s:27:\"trx_addons_post_likes_count\";i:1588082723;s:17:\"_EventShowMapLink\";i:1588082723;s:13:\"_EventShowMap\";i:1588082723;s:13:\"_EventVenueID\";i:1588082723;s:17:\"_EventOrganizerID\";i:1588082723;s:15:\"_EventStartDate\";i:1608557200;s:13:\"_EventEndDate\";i:1608557200;s:18:\"_EventStartDateUTC\";i:1608557200;s:16:\"_EventEndDateUTC\";i:1608557200;s:14:\"_EventDuration\";i:1608557200;s:20:\"_EventCurrencySymbol\";i:1588082723;s:22:\"_EventCurrencyPosition\";i:1588082723;s:10:\"_EventCost\";i:1588082723;s:9:\"_EventURL\";i:1588082723;s:14:\"_EventTimezone\";i:1588082723;s:18:\"_EventTimezoneAbbr\";i:1588082723;s:14:\"slide_template\";i:1608557200;s:16:\"rs_page_bg_color\";i:1596185728;}'),
(8909, 1215, '_edit_last', '1'),
(8910, 1215, '_edit_lock', '1608557063:1'),
(8925, 1215, 'trx_addons_post_views_count', '8'),
(8926, 1215, 'trx_addons_post_likes_count', '0'),
(8927, 1215, '_EventShowMapLink', '1'),
(8928, 1215, '_EventShowMap', '1'),
(8929, 1215, '_EventVenueID', '1192'),
(8930, 1215, '_EventOrganizerID', '1193'),
(8931, 1215, '_EventStartDate', '2021-10-04 08:00:00'),
(8932, 1215, '_EventEndDate', '2021-10-09 17:00:00'),
(8933, 1215, '_EventStartDateUTC', '2021-10-04 08:00:00'),
(8934, 1215, '_EventEndDateUTC', '2021-10-09 17:00:00'),
(8935, 1215, '_EventDuration', '464400'),
(8936, 1215, '_EventCurrencySymbol', '$'),
(8937, 1215, '_EventCurrencyPosition', 'prefix'),
(8938, 1215, '_EventCost', '495'),
(8939, 1215, '_EventURL', ''),
(8940, 1215, '_EventTimezone', 'UTC+0'),
(8941, 1215, '_EventTimezoneAbbr', 'UTC+0'),
(9351, 1266, '_form', '<div class=\"form-style-2\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line\">[text* your-last-name placeholder \"Last Name\"]</span></div>\n</div>\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line\">[email* your-email placeholder \"Email\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line\">[tel* phone placeholder \"Phone\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-line\">[textarea* your-message placeholder \"Message\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"]\n</div>'),
(9352, 1266, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:31:\"Fabric <wordpress@inkafine.com>\";s:9:\"recipient\";s:12:\"test@fwe.com\";s:4:\"body\";s:165:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(9353, 1266, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:42:\"Fabric <wordpress@fabric.ancorathemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\";s:18:\"additional_headers\";s:22:\"Reply-To: test@fwe.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(9354, 1266, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(9355, 1266, '_additional_settings', ''),
(9356, 1266, '_locale', 'en_US'),
(9780, 1324, '_form', '<div class=\"form-style-3\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line icon-name\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line icon-email\">[email* your-email placeholder \"Email Address\"]</span></div>\n</div>\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line icon-phone\">[tel* phone placeholder \"Phone\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line icon-subject\">[text* subject placeholder \"Subject\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-line icon-textarea\">[textarea* your-message placeholder \"How can we help you? Feel free to get in touch!\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"][acceptance acceptance default:off]I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.[/acceptance]\n\n</div>'),
(9781, 1324, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:31:\"Fabric <wordpress@inkafine.com>\";s:9:\"recipient\";s:12:\"test@fwe.com\";s:4:\"body\";s:165:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(9782, 1324, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:42:\"Fabric <wordpress@fabric.ancorathemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\";s:18:\"additional_headers\";s:22:\"Reply-To: test@fwe.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(9783, 1324, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(9784, 1324, '_additional_settings', ''),
(9785, 1324, '_locale', 'en_US'),
(9795, 1326, '_form', '<div class=\"form-style-4\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-icon icon-name\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-icon icon-email\">[email* your-email placeholder \"Email Address\"]</span></div>\n</div>\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-icon icon-phone\">[tel* phone placeholder \"Phone\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-icon icon-subject\">[text* subject placeholder \"Subject\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-icon icon-textarea\">[textarea* your-message placeholder \"How can we help you? Feel free to get in touch!\"]</span></div>\n</div>\n[acceptance acceptance default:off]I agree that my submitted data is being <a href=\"/privacy-policy/\">collected and stored</a>.[/acceptance][submit \"Get In Touch\"]\n</div>'),
(9796, 1326, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:31:\"Fabric <wordpress@inkafine.com>\";s:9:\"recipient\";s:12:\"test@fwe.com\";s:4:\"body\";s:165:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(9797, 1326, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:42:\"Fabric <wordpress@fabric.ancorathemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\";s:18:\"additional_headers\";s:22:\"Reply-To: test@fwe.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(9798, 1326, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(9799, 1326, '_additional_settings', ''),
(9800, 1326, '_locale', 'en_US'),
(9856, 1334, '_form', '<div class=\"form-style-5\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_1\"><span class=\"style-line icon-name\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-email\">[email* your-email placeholder \"Email Address\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-textarea\">[textarea* your-message placeholder \"How can we help you? Feel free to get in touch!\"]</span></div>\n</div>\n\n[acceptance acceptance default:off]I agree that my submitted data is being <a href=\"/privacy-policy/\">collected and stored</a>.[/acceptance][submit \"Get In Touch\"]\n</div>'),
(9857, 1334, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:31:\"Fabric <wordpress@inkafine.com>\";s:9:\"recipient\";s:12:\"test@fwe.com\";s:4:\"body\";s:165:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(9858, 1334, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:42:\"Fabric <wordpress@fabric.ancorathemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\";s:18:\"additional_headers\";s:22:\"Reply-To: test@fwe.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(9859, 1334, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(9860, 1334, '_additional_settings', ''),
(9861, 1334, '_locale', 'en_US'),
(10284, 1395, '_form', '<div class=\"form-style-6\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line\">[text* your-last-name placeholder \"Last Name\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_2\"><span class=\"style-line\">[email* your-email placeholder \"Email\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line\">[select residence \"Select Residence\" \"Select Residence 2\" \"Select Residence 3\" \"Select Residence 4\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"]\n</div>'),
(10285, 1395, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:31:\"Fabric <wordpress@inkafine.com>\";s:9:\"recipient\";s:12:\"test@fwe.com\";s:4:\"body\";s:165:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(10286, 1395, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:42:\"Fabric <wordpress@fabric.ancorathemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\";s:18:\"additional_headers\";s:22:\"Reply-To: test@fwe.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(10287, 1395, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(10288, 1395, '_additional_settings', ''),
(10289, 1395, '_locale', 'en_US'),
(10433, 1413, '_form', '<div class=\"form-style-7\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_1\"><span class=\"style-line icon-name\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-phone\">[tel* phone placeholder \"Phone\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-email\">[email* your-email placeholder \"Email Address\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-subject\">[text* subject placeholder \"Subject\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-line icon-textarea\">[textarea* your-message placeholder \"How can we help you? Feel free to get in touch!\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"]\n</div>'),
(10434, 1413, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:31:\"Fabric <wordpress@inkafine.com>\";s:9:\"recipient\";s:12:\"test@fwe.com\";s:4:\"body\";s:165:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(10435, 1413, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:42:\"Fabric <wordpress@fabric.ancorathemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\";s:18:\"additional_headers\";s:22:\"Reply-To: test@fwe.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(10436, 1413, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(10437, 1413, '_additional_settings', ''),
(10438, 1413, '_locale', 'en_US'),
(10729, 1453, '_edit_lock', '1696462927:1'),
(10731, 1453, '_edit_last', '1'),
(10732, 1453, 'trx_addons_post_views_count', '8530'),
(10733, 1453, 'trx_addons_post_likes_count', '0'),
(10734, 1453, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(10735, 1453, 'fabric_options', 'a:4:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"footer_type\";s:6:\"custom\";s:12:\"footer_style\";s:18:\"footer-custom-4105\";}'),
(10736, 1453, '_elementor_edit_mode', 'builder'),
(10737, 1453, '_elementor_template_type', 'wp-page'),
(10738, 1453, '_elementor_version', '3.16.4'),
(10755, 1453, '_wp_page_template', 'default'),
(10756, 1453, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\\nJacobo Hunter\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">inkafine@hotmail.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}],\"address\":\"GCVX+9G3, Jacobo Hunter 04011\"},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(12748, 1735, '_EventOrigin', 'events-calendar'),
(12749, 1735, '_tribe_modified_fields', 'a:26:{s:12:\"_EventOrigin\";i:1588614760;s:10:\"_edit_last\";i:1588615281;s:10:\"post_title\";i:1588615281;s:11:\"post_status\";i:1588615290;s:16:\"tribe_events_cat\";i:1588615290;s:13:\"_thumbnail_id\";i:1596185550;s:12:\"post_content\";i:1588615290;s:27:\"trx_addons_post_views_count\";i:1611229193;s:27:\"trx_addons_post_likes_count\";i:1588615290;s:17:\"_EventShowMapLink\";i:1588615290;s:13:\"_EventShowMap\";i:1588615290;s:13:\"_EventVenueID\";i:1588615290;s:17:\"_EventOrganizerID\";i:1588615290;s:15:\"_EventStartDate\";i:1588615708;s:13:\"_EventEndDate\";i:1588615708;s:18:\"_EventStartDateUTC\";i:1588615708;s:16:\"_EventEndDateUTC\";i:1588615708;s:14:\"_EventDuration\";i:1588615290;s:20:\"_EventCurrencySymbol\";i:1588615290;s:22:\"_EventCurrencyPosition\";i:1588615290;s:10:\"_EventCost\";i:1588615290;s:9:\"_EventURL\";i:1588615290;s:14:\"_EventTimezone\";i:1588615290;s:18:\"_EventTimezoneAbbr\";i:1588615290;s:14:\"slide_template\";i:1596185550;s:16:\"rs_page_bg_color\";i:1596185550;}'),
(12750, 1735, '_edit_last', '1'),
(12751, 1735, '_edit_lock', '1596185672:1'),
(12766, 1735, 'trx_addons_post_views_count', '9'),
(12767, 1735, 'trx_addons_post_likes_count', '0'),
(12768, 1735, '_EventShowMapLink', '1'),
(12769, 1735, '_EventShowMap', '1'),
(12770, 1735, '_EventVenueID', '1192'),
(12771, 1735, '_EventOrganizerID', '1193'),
(12772, 1735, '_EventStartDate', '2021-04-02 09:30:00'),
(12773, 1735, '_EventEndDate', '2021-05-09 16:30:00'),
(12774, 1735, '_EventStartDateUTC', '2021-04-02 09:30:00'),
(12775, 1735, '_EventEndDateUTC', '2021-05-09 16:30:00'),
(12776, 1735, '_EventDuration', '3308400'),
(12777, 1735, '_EventCurrencySymbol', '$'),
(12778, 1735, '_EventCurrencyPosition', 'prefix'),
(12779, 1735, '_EventCost', '200'),
(12780, 1735, '_EventURL', ''),
(12781, 1735, '_EventTimezone', 'UTC+0'),
(12782, 1735, '_EventTimezoneAbbr', 'UTC+0'),
(12783, 1737, '_EventOrigin', 'events-calendar'),
(12784, 1737, '_tribe_modified_fields', 'a:26:{s:12:\"_EventOrigin\";i:1588615387;s:10:\"_edit_last\";i:1588615413;s:10:\"post_title\";i:1588615413;s:11:\"post_status\";i:1588615461;s:16:\"tribe_events_cat\";i:1588615461;s:13:\"_thumbnail_id\";i:1603206114;s:12:\"post_content\";i:1588615461;s:27:\"trx_addons_post_views_count\";i:1603205716;s:27:\"trx_addons_post_likes_count\";i:1588615461;s:17:\"_EventShowMapLink\";i:1588615461;s:13:\"_EventShowMap\";i:1588615461;s:13:\"_EventVenueID\";i:1588615461;s:17:\"_EventOrganizerID\";i:1588615461;s:15:\"_EventStartDate\";i:1608557082;s:13:\"_EventEndDate\";i:1608557082;s:18:\"_EventStartDateUTC\";i:1608557082;s:16:\"_EventEndDateUTC\";i:1608557082;s:14:\"_EventDuration\";i:1608557082;s:20:\"_EventCurrencySymbol\";i:1588615907;s:22:\"_EventCurrencyPosition\";i:1588615461;s:10:\"_EventCost\";i:1588615907;s:9:\"_EventURL\";i:1588615461;s:14:\"_EventTimezone\";i:1588615461;s:18:\"_EventTimezoneAbbr\";i:1588615461;s:14:\"slide_template\";i:1608557081;s:16:\"rs_page_bg_color\";i:1596185575;}'),
(12785, 1737, '_edit_last', '1'),
(12786, 1737, '_edit_lock', '1608557061:1'),
(12801, 1737, 'trx_addons_post_views_count', '62'),
(12802, 1737, 'trx_addons_post_likes_count', '0'),
(12803, 1737, '_EventShowMapLink', '1'),
(12804, 1737, '_EventShowMap', '1'),
(12805, 1737, '_EventVenueID', '1192'),
(12806, 1737, '_EventOrganizerID', '1193'),
(12807, 1737, '_EventStartDate', '2021-06-16 15:00:00'),
(12808, 1737, '_EventEndDate', '2021-06-25 19:00:00'),
(12809, 1737, '_EventStartDateUTC', '2021-06-16 15:00:00'),
(12810, 1737, '_EventEndDateUTC', '2021-06-25 19:00:00'),
(12811, 1737, '_EventDuration', '792000'),
(12812, 1737, '_EventCurrencySymbol', '$'),
(12813, 1737, '_EventCurrencyPosition', 'prefix'),
(12814, 1737, '_EventCost', '285'),
(12815, 1737, '_EventURL', ''),
(12816, 1737, '_EventTimezone', 'UTC+0'),
(12817, 1737, '_EventTimezoneAbbr', 'UTC+0'),
(12818, 1739, '_EventOrigin', 'events-calendar'),
(12819, 1739, '_tribe_modified_fields', 'a:26:{s:12:\"_EventOrigin\";i:1588615484;s:10:\"_edit_last\";i:1588615548;s:10:\"post_title\";i:1588615552;s:11:\"post_status\";i:1588615591;s:16:\"tribe_events_cat\";i:1588615591;s:13:\"_thumbnail_id\";i:1596185597;s:12:\"post_content\";i:1588615591;s:27:\"trx_addons_post_views_count\";i:1597142029;s:27:\"trx_addons_post_likes_count\";i:1588615591;s:17:\"_EventShowMapLink\";i:1588615591;s:13:\"_EventShowMap\";i:1588615591;s:13:\"_EventVenueID\";i:1588615591;s:17:\"_EventOrganizerID\";i:1588615591;s:15:\"_EventStartDate\";i:1588615591;s:13:\"_EventEndDate\";i:1588615591;s:18:\"_EventStartDateUTC\";i:1588615591;s:16:\"_EventEndDateUTC\";i:1588615591;s:14:\"_EventDuration\";i:1588615591;s:20:\"_EventCurrencySymbol\";i:1588615591;s:22:\"_EventCurrencyPosition\";i:1588615591;s:10:\"_EventCost\";i:1588615591;s:9:\"_EventURL\";i:1588615591;s:14:\"_EventTimezone\";i:1588615591;s:18:\"_EventTimezoneAbbr\";i:1588615591;s:14:\"slide_template\";i:1596185597;s:16:\"rs_page_bg_color\";i:1596185597;}'),
(12820, 1739, '_edit_last', '1'),
(12821, 1739, '_edit_lock', '1596185676:1'),
(12836, 1739, 'trx_addons_post_views_count', '4'),
(12837, 1739, 'trx_addons_post_likes_count', '0'),
(12838, 1739, '_EventShowMapLink', '1'),
(12839, 1739, '_EventShowMap', '1'),
(12840, 1739, '_EventVenueID', '1192'),
(12841, 1739, '_EventOrganizerID', '1193'),
(12842, 1739, '_EventStartDate', '2021-06-08 10:00:00'),
(12843, 1739, '_EventEndDate', '2021-07-18 15:30:00'),
(12844, 1739, '_EventStartDateUTC', '2021-06-08 10:00:00'),
(12845, 1739, '_EventEndDateUTC', '2021-07-18 15:30:00'),
(12846, 1739, '_EventDuration', '3562200'),
(12847, 1739, '_EventCurrencySymbol', '$'),
(12848, 1739, '_EventCurrencyPosition', 'prefix'),
(12849, 1739, '_EventCost', '270'),
(12850, 1739, '_EventURL', ''),
(12851, 1739, '_EventTimezone', 'UTC+0'),
(12852, 1739, '_EventTimezoneAbbr', 'UTC+0'),
(12853, 1741, '_EventOrigin', 'events-calendar'),
(12854, 1741, '_tribe_modified_fields', 'a:26:{s:12:\"_EventOrigin\";i:1588615770;s:10:\"_edit_last\";i:1588615835;s:10:\"post_title\";i:1588615835;s:11:\"post_status\";i:1588615887;s:16:\"tribe_events_cat\";i:1588615887;s:13:\"_thumbnail_id\";i:1596185617;s:12:\"post_content\";i:1588615887;s:27:\"trx_addons_post_views_count\";i:1594809429;s:27:\"trx_addons_post_likes_count\";i:1588615887;s:17:\"_EventShowMapLink\";i:1588615887;s:13:\"_EventShowMap\";i:1588615887;s:13:\"_EventVenueID\";i:1588615887;s:17:\"_EventOrganizerID\";i:1588615887;s:15:\"_EventStartDate\";i:1588616011;s:13:\"_EventEndDate\";i:1588616011;s:18:\"_EventStartDateUTC\";i:1588616011;s:16:\"_EventEndDateUTC\";i:1588616011;s:14:\"_EventDuration\";i:1588615887;s:20:\"_EventCurrencySymbol\";i:1588615887;s:22:\"_EventCurrencyPosition\";i:1588615887;s:10:\"_EventCost\";i:1588615887;s:9:\"_EventURL\";i:1588615887;s:14:\"_EventTimezone\";i:1588615887;s:18:\"_EventTimezoneAbbr\";i:1588615887;s:14:\"slide_template\";i:1596185617;s:16:\"rs_page_bg_color\";i:1596185617;}'),
(12855, 1741, '_edit_last', '1'),
(12856, 1741, '_edit_lock', '1596185681:1'),
(12871, 1741, 'trx_addons_post_views_count', '4'),
(12872, 1741, 'trx_addons_post_likes_count', '0'),
(12873, 1741, '_EventShowMapLink', '1'),
(12874, 1741, '_EventShowMap', '1'),
(12875, 1741, '_EventVenueID', '1192'),
(12876, 1741, '_EventOrganizerID', '1193'),
(12877, 1741, '_EventStartDate', '2021-07-13 09:00:00'),
(12878, 1741, '_EventEndDate', '2021-08-24 23:30:00'),
(12879, 1741, '_EventStartDateUTC', '2021-07-13 09:00:00'),
(12880, 1741, '_EventEndDateUTC', '2021-08-24 23:30:00'),
(12881, 1741, '_EventDuration', '3594600'),
(12882, 1741, '_EventCurrencySymbol', '$'),
(12883, 1741, '_EventCurrencyPosition', 'prefix'),
(12884, 1741, '_EventCost', '335'),
(12885, 1741, '_EventURL', ''),
(12886, 1741, '_EventTimezone', 'UTC+0'),
(12887, 1741, '_EventTimezoneAbbr', 'UTC+0'),
(12888, 1743, '_EventOrigin', 'events-calendar'),
(12889, 1743, '_tribe_modified_fields', 'a:26:{s:12:\"_EventOrigin\";i:1588615968;s:10:\"_edit_last\";i:1588616122;s:10:\"post_title\";i:1588616122;s:11:\"post_status\";i:1588616170;s:16:\"tribe_events_cat\";i:1588616170;s:13:\"_thumbnail_id\";i:1596185663;s:12:\"post_content\";i:1588616170;s:27:\"trx_addons_post_views_count\";i:1606789676;s:27:\"trx_addons_post_likes_count\";i:1588616170;s:17:\"_EventShowMapLink\";i:1588616170;s:13:\"_EventShowMap\";i:1588616170;s:13:\"_EventVenueID\";i:1588616170;s:17:\"_EventOrganizerID\";i:1588616170;s:15:\"_EventStartDate\";i:1588616170;s:13:\"_EventEndDate\";i:1588616170;s:18:\"_EventStartDateUTC\";i:1588616170;s:16:\"_EventEndDateUTC\";i:1588616170;s:14:\"_EventDuration\";i:1588616170;s:20:\"_EventCurrencySymbol\";i:1588616170;s:22:\"_EventCurrencyPosition\";i:1588616170;s:10:\"_EventCost\";i:1588616170;s:9:\"_EventURL\";i:1588616170;s:14:\"_EventTimezone\";i:1588616170;s:18:\"_EventTimezoneAbbr\";i:1588616170;s:14:\"slide_template\";i:1596185663;s:16:\"rs_page_bg_color\";i:1596185663;}'),
(12890, 1743, '_edit_last', '1'),
(12891, 1743, '_edit_lock', '1596185540:1'),
(12906, 1743, 'trx_addons_post_views_count', '3'),
(12907, 1743, 'trx_addons_post_likes_count', '0'),
(12908, 1743, '_EventShowMapLink', '1'),
(12909, 1743, '_EventShowMap', '1'),
(12910, 1743, '_EventVenueID', '1192'),
(12911, 1743, '_EventOrganizerID', '1193'),
(12912, 1743, '_EventStartDate', '2021-08-12 13:30:00'),
(12913, 1743, '_EventEndDate', '2021-10-28 17:00:00'),
(12914, 1743, '_EventStartDateUTC', '2021-08-12 13:30:00'),
(12915, 1743, '_EventEndDateUTC', '2021-10-28 17:00:00'),
(12916, 1743, '_EventDuration', '6665400'),
(12917, 1743, '_EventCurrencySymbol', '$'),
(12918, 1743, '_EventCurrencyPosition', 'prefix'),
(12919, 1743, '_EventCost', '185'),
(12920, 1743, '_EventURL', ''),
(12921, 1743, '_EventTimezone', 'UTC+0'),
(12922, 1743, '_EventTimezoneAbbr', 'UTC+0'),
(17642, 2335, '_edit_last', '1'),
(17643, 2335, '_edit_lock', '1659966472:1'),
(17645, 2335, '_regular_price', '88'),
(17646, 2335, 'total_sales', '0'),
(17647, 2335, '_tax_status', 'taxable'),
(17648, 2335, '_tax_class', ''),
(17649, 2335, '_manage_stock', 'no'),
(17650, 2335, '_backorders', 'no'),
(17651, 2335, '_sold_individually', 'no'),
(17652, 2335, '_virtual', 'no'),
(17653, 2335, '_downloadable', 'no'),
(17654, 2335, '_download_limit', '-1'),
(17655, 2335, '_download_expiry', '-1'),
(17656, 2335, '_stock', NULL),
(17657, 2335, '_stock_status', 'instock'),
(17658, 2335, '_wc_average_rating', '0'),
(17659, 2335, '_wc_review_count', '0'),
(17660, 2335, '_product_version', '6.7.0'),
(17661, 2335, '_price', '88'),
(17662, 2335, 'trx_addons_post_views_count', '40'),
(17663, 2335, 'trx_addons_post_likes_count', '0'),
(17664, 2335, '_elementor_page_settings', 'a:0:{}'),
(17665, 2335, 'fabric_options', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(17666, 2336, '_edit_last', '1'),
(17668, 2336, '_regular_price', '64'),
(17669, 2336, 'total_sales', '0'),
(17670, 2336, '_tax_status', 'taxable'),
(17671, 2336, '_tax_class', ''),
(17672, 2336, '_manage_stock', 'no'),
(17673, 2336, '_backorders', 'no'),
(17674, 2336, '_sold_individually', 'no'),
(17675, 2336, '_virtual', 'no'),
(17676, 2336, '_downloadable', 'no'),
(17677, 2336, '_download_limit', '-1'),
(17678, 2336, '_download_expiry', '-1'),
(17679, 2336, '_stock', NULL),
(17680, 2336, '_stock_status', 'instock'),
(17681, 2336, '_wc_average_rating', '0'),
(17682, 2336, '_wc_review_count', '0'),
(17683, 2336, '_product_version', '6.7.0'),
(17684, 2336, '_price', '64'),
(17685, 2336, 'trx_addons_post_views_count', '35'),
(17686, 2336, 'trx_addons_post_likes_count', '0'),
(17687, 2336, '_elementor_page_settings', 'a:0:{}'),
(17688, 2336, 'fabric_options', 'a:0:{}'),
(17689, 2336, '_edit_lock', '1660131657:1'),
(17690, 2337, '_edit_last', '1'),
(17691, 2337, '_edit_lock', '1659964484:1'),
(17693, 2337, '_regular_price', '95'),
(17694, 2337, 'total_sales', '0'),
(17695, 2337, '_tax_status', 'taxable'),
(17696, 2337, '_tax_class', ''),
(17697, 2337, '_manage_stock', 'no'),
(17698, 2337, '_backorders', 'no'),
(17699, 2337, '_sold_individually', 'no'),
(17700, 2337, '_virtual', 'no'),
(17701, 2337, '_downloadable', 'no'),
(17702, 2337, '_download_limit', '-1'),
(17703, 2337, '_download_expiry', '-1'),
(17704, 2337, '_stock', NULL),
(17705, 2337, '_stock_status', 'instock'),
(17706, 2337, '_wc_average_rating', '0'),
(17707, 2337, '_wc_review_count', '0'),
(17708, 2337, '_product_version', '6.7.0'),
(17709, 2337, '_price', '80'),
(17710, 2337, 'trx_addons_post_views_count', '38'),
(17711, 2337, 'trx_addons_post_likes_count', '0'),
(17712, 2337, '_elementor_page_settings', 'a:0:{}'),
(17713, 2337, 'fabric_options', 'a:0:{}'),
(17714, 2338, '_edit_last', '1'),
(17715, 2338, '_edit_lock', '1660131667:1'),
(17718, 2338, 'total_sales', '0'),
(17719, 2338, '_tax_status', 'taxable'),
(17720, 2338, '_tax_class', ''),
(17721, 2338, '_manage_stock', 'no'),
(17722, 2338, '_backorders', 'no'),
(17723, 2338, '_sold_individually', 'no'),
(17724, 2338, '_virtual', 'no'),
(17725, 2338, '_downloadable', 'no'),
(17726, 2338, '_download_limit', '-1'),
(17727, 2338, '_download_expiry', '-1'),
(17728, 2338, '_stock', NULL),
(17729, 2338, '_stock_status', 'instock'),
(17730, 2338, '_wc_average_rating', '0'),
(17731, 2338, '_wc_review_count', '0'),
(17732, 2338, '_product_version', '6.7.0'),
(17734, 2338, 'trx_addons_post_views_count', '54'),
(17735, 2338, 'trx_addons_post_likes_count', '0'),
(17736, 2338, '_elementor_page_settings', 'a:0:{}'),
(17737, 2338, 'fabric_options', 'a:0:{}'),
(17738, 2337, '_sale_price', '80'),
(17739, 2339, '_edit_last', '1'),
(17740, 2339, '_edit_lock', '1660131675:1'),
(17743, 2339, 'total_sales', '0'),
(17744, 2339, '_tax_status', 'taxable'),
(17745, 2339, '_tax_class', ''),
(17746, 2339, '_manage_stock', 'no'),
(17747, 2339, '_backorders', 'no'),
(17748, 2339, '_sold_individually', 'no'),
(17749, 2339, '_virtual', 'no'),
(17750, 2339, '_downloadable', 'no'),
(17751, 2339, '_download_limit', '-1'),
(17752, 2339, '_download_expiry', '-1'),
(17753, 2339, '_stock', NULL),
(17754, 2339, '_stock_status', 'instock'),
(17755, 2339, '_wc_average_rating', '0'),
(17756, 2339, '_wc_review_count', '0'),
(17757, 2339, '_product_version', '6.7.0'),
(17759, 2339, 'trx_addons_post_views_count', '32'),
(17760, 2339, 'trx_addons_post_likes_count', '0'),
(17761, 2339, '_elementor_page_settings', 'a:0:{}'),
(17762, 2339, 'fabric_options', 'a:0:{}'),
(17790, 2340, '_edit_last', '1'),
(17791, 2340, '_edit_lock', '1660131802:1'),
(17793, 2340, '_regular_price', '225'),
(17794, 2340, 'total_sales', '1'),
(17795, 2340, '_tax_status', 'taxable'),
(17796, 2340, '_tax_class', ''),
(17797, 2340, '_manage_stock', 'no'),
(17798, 2340, '_backorders', 'no'),
(17799, 2340, '_sold_individually', 'no'),
(17800, 2340, '_virtual', 'no'),
(17801, 2340, '_downloadable', 'no'),
(17802, 2340, '_download_limit', '-1'),
(17803, 2340, '_download_expiry', '-1'),
(17804, 2340, '_stock', NULL),
(17805, 2340, '_stock_status', 'instock'),
(17806, 2340, '_wc_average_rating', '0'),
(17807, 2340, '_wc_review_count', '0'),
(17808, 2340, '_product_version', '6.7.0'),
(17809, 2340, '_price', '225'),
(17810, 2340, 'trx_addons_post_views_count', '37'),
(17811, 2340, 'trx_addons_post_likes_count', '0'),
(17812, 2340, '_elementor_page_settings', 'a:0:{}'),
(17813, 2340, 'fabric_options', 'a:0:{}'),
(17814, 2344, '_edit_last', '1'),
(17815, 2344, '_edit_lock', '1660131796:1'),
(17817, 2344, '_regular_price', '45'),
(17818, 2344, '_sale_price', '35'),
(17819, 2344, 'total_sales', '1'),
(17820, 2344, '_tax_status', 'taxable'),
(17821, 2344, '_tax_class', ''),
(17822, 2344, '_manage_stock', 'no'),
(17823, 2344, '_backorders', 'no'),
(17824, 2344, '_sold_individually', 'no'),
(17825, 2344, '_virtual', 'no'),
(17826, 2344, '_downloadable', 'no'),
(17827, 2344, '_download_limit', '-1'),
(17828, 2344, '_download_expiry', '-1'),
(17829, 2344, '_stock', NULL),
(17830, 2344, '_stock_status', 'instock'),
(17831, 2344, '_wc_average_rating', '0'),
(17832, 2344, '_wc_review_count', '0'),
(17833, 2344, '_product_version', '6.7.0'),
(17834, 2344, '_price', '35'),
(17835, 2344, 'trx_addons_post_views_count', '107'),
(17836, 2344, 'trx_addons_post_likes_count', '0'),
(17837, 2344, '_elementor_page_settings', 'a:0:{}'),
(17838, 2344, 'fabric_options', 'a:0:{}'),
(17840, 2345, '_edit_last', '1'),
(17841, 2345, '_edit_lock', '1660131786:1'),
(17843, 2345, '_regular_price', '256'),
(17844, 2345, 'total_sales', '0'),
(17845, 2345, '_tax_status', 'taxable'),
(17846, 2345, '_tax_class', ''),
(17847, 2345, '_manage_stock', 'no'),
(17848, 2345, '_backorders', 'no'),
(17849, 2345, '_sold_individually', 'no'),
(17850, 2345, '_virtual', 'no'),
(17851, 2345, '_downloadable', 'no'),
(17852, 2345, '_download_limit', '-1'),
(17853, 2345, '_download_expiry', '-1'),
(17854, 2345, '_stock', NULL),
(17855, 2345, '_stock_status', 'instock'),
(17856, 2345, '_wc_average_rating', '0'),
(17857, 2345, '_wc_review_count', '0'),
(17858, 2345, '_product_version', '6.7.0'),
(17859, 2345, '_price', '256'),
(17860, 2345, 'trx_addons_post_views_count', '124'),
(17861, 2345, 'trx_addons_post_likes_count', '0'),
(17862, 2345, '_elementor_page_settings', 'a:0:{}'),
(17863, 2345, 'fabric_options', 'a:0:{}'),
(18054, 2346, '_edit_last', '1'),
(18055, 2346, '_edit_lock', '1660131727:1'),
(18058, 2346, 'total_sales', '8'),
(18059, 2346, '_tax_status', 'taxable'),
(18060, 2346, '_tax_class', ''),
(18061, 2346, '_manage_stock', 'no'),
(18062, 2346, '_backorders', 'no'),
(18063, 2346, '_sold_individually', 'no'),
(18064, 2346, '_virtual', 'no'),
(18065, 2346, '_downloadable', 'no'),
(18066, 2346, '_download_limit', '-1'),
(18067, 2346, '_download_expiry', '-1'),
(18068, 2346, '_stock', NULL),
(18069, 2346, '_stock_status', 'instock'),
(18070, 2346, '_wc_average_rating', '5.00'),
(18071, 2346, '_wc_review_count', '1'),
(18072, 2346, '_product_version', '6.7.0'),
(18074, 2346, 'trx_addons_post_views_count', '280'),
(18075, 2346, 'trx_addons_post_likes_count', '0'),
(18076, 2346, '_elementor_page_settings', 'a:0:{}'),
(18077, 2346, 'fabric_options', 'a:0:{}'),
(18123, 2377, '_edit_last', '1'),
(18124, 2377, '_edit_lock', '1660131761:1'),
(18126, 2377, '_regular_price', '49'),
(18127, 2377, 'total_sales', '5'),
(18128, 2377, '_tax_status', 'taxable'),
(18129, 2377, '_tax_class', ''),
(18130, 2377, '_manage_stock', 'no'),
(18131, 2377, '_backorders', 'no'),
(18132, 2377, '_sold_individually', 'no'),
(18133, 2377, '_virtual', 'no'),
(18134, 2377, '_downloadable', 'no'),
(18135, 2377, '_download_limit', '-1'),
(18136, 2377, '_download_expiry', '-1'),
(18137, 2377, '_stock', NULL),
(18138, 2377, '_stock_status', 'instock'),
(18139, 2377, '_wc_average_rating', '5.00'),
(18140, 2377, '_wc_review_count', '1'),
(18141, 2377, '_product_version', '6.7.0'),
(18142, 2377, '_price', '49'),
(18143, 2377, 'trx_addons_post_views_count', '104'),
(18144, 2377, 'trx_addons_post_likes_count', '0'),
(18145, 2377, '_elementor_page_settings', 'a:0:{}'),
(18146, 2377, 'fabric_options', 'a:0:{}'),
(18147, 2381, '_edit_last', '1'),
(18148, 2381, '_edit_lock', '1660131740:1'),
(18150, 2381, '_regular_price', '99'),
(18151, 2381, '_sale_price', '89'),
(18152, 2381, 'total_sales', '6'),
(18153, 2381, '_tax_status', 'taxable'),
(18154, 2381, '_tax_class', ''),
(18155, 2381, '_manage_stock', 'no'),
(18156, 2381, '_backorders', 'no'),
(18157, 2381, '_sold_individually', 'no'),
(18158, 2381, '_virtual', 'no'),
(18159, 2381, '_downloadable', 'no'),
(18160, 2381, '_download_limit', '-1'),
(18161, 2381, '_download_expiry', '-1'),
(18162, 2381, '_stock', NULL),
(18163, 2381, '_stock_status', 'instock'),
(18164, 2381, '_wc_average_rating', '5.00'),
(18165, 2381, '_wc_review_count', '1'),
(18166, 2381, '_product_version', '6.7.0'),
(18167, 2381, '_price', '89'),
(18168, 2381, 'trx_addons_post_views_count', '189'),
(18169, 2381, 'trx_addons_post_likes_count', '0'),
(18170, 2381, '_elementor_page_settings', 'a:0:{}'),
(18171, 2381, 'fabric_options', 'a:0:{}'),
(18172, 2382, '_edit_last', '1'),
(18173, 2382, '_edit_lock', '1660131748:1'),
(18175, 2382, '_regular_price', '165'),
(18176, 2382, 'total_sales', '13'),
(18177, 2382, '_tax_status', 'taxable'),
(18178, 2382, '_tax_class', ''),
(18179, 2382, '_manage_stock', 'no'),
(18180, 2382, '_backorders', 'no'),
(18181, 2382, '_sold_individually', 'no'),
(18182, 2382, '_virtual', 'no'),
(18183, 2382, '_downloadable', 'no'),
(18184, 2382, '_download_limit', '-1'),
(18185, 2382, '_download_expiry', '-1'),
(18186, 2382, '_stock', NULL),
(18187, 2382, '_stock_status', 'instock'),
(18188, 2382, '_wc_average_rating', '5.00'),
(18189, 2382, '_wc_review_count', '1'),
(18190, 2382, '_product_version', '6.7.0'),
(18191, 2382, '_price', '165'),
(18192, 2382, 'trx_addons_post_views_count', '167'),
(18193, 2382, 'trx_addons_post_likes_count', '0'),
(18194, 2382, '_elementor_page_settings', 'a:0:{}'),
(18195, 2382, 'fabric_options', 'a:0:{}'),
(18829, 2473, '_edit_last', '1'),
(18830, 2473, '_edit_lock', '1659966862:1'),
(18833, 2473, '_wp_old_date', '2020-05-13'),
(18834, 2473, '_regular_price', '138'),
(18835, 2473, 'total_sales', '0'),
(18836, 2473, '_tax_status', 'taxable'),
(18837, 2473, '_tax_class', ''),
(18838, 2473, '_manage_stock', 'no'),
(18839, 2473, '_backorders', 'no'),
(18840, 2473, '_sold_individually', 'no'),
(18841, 2473, '_virtual', 'no'),
(18842, 2473, '_downloadable', 'no'),
(18843, 2473, '_download_limit', '-1'),
(18844, 2473, '_download_expiry', '-1'),
(18845, 2473, '_stock', NULL),
(18846, 2473, '_stock_status', 'instock'),
(18847, 2473, '_wc_average_rating', '0'),
(18848, 2473, '_wc_review_count', '0'),
(18849, 2473, '_product_version', '6.7.0'),
(18850, 2473, '_price', '138'),
(18851, 2473, '_product_image_gallery', '18225,18226'),
(18852, 2473, 'trx_addons_post_views_count', '32'),
(18853, 2473, 'trx_addons_post_likes_count', '0'),
(18854, 2473, '_elementor_page_settings', 'a:0:{}'),
(18855, 2473, 'fabric_options', 'a:0:{}'),
(18856, 2474, '_edit_last', '1'),
(18857, 2474, '_edit_lock', '1659966969:1'),
(18859, 2474, 'total_sales', '0'),
(18860, 2474, '_tax_status', 'taxable'),
(18861, 2474, '_tax_class', ''),
(18862, 2474, '_manage_stock', 'no'),
(18863, 2474, '_backorders', 'no'),
(18864, 2474, '_sold_individually', 'no'),
(18865, 2474, '_virtual', 'no'),
(18866, 2474, '_downloadable', 'no'),
(18867, 2474, '_download_limit', '-1'),
(18868, 2474, '_download_expiry', '-1'),
(18869, 2474, '_stock', NULL),
(18870, 2474, '_stock_status', 'instock'),
(18871, 2474, '_wc_average_rating', '0'),
(18872, 2474, '_wc_review_count', '0'),
(18873, 2474, '_product_version', '6.7.0'),
(18874, 2474, '_product_image_gallery', '18226,18224'),
(18875, 2474, 'trx_addons_post_views_count', '40'),
(18876, 2474, 'trx_addons_post_likes_count', '0'),
(18877, 2474, '_elementor_page_settings', 'a:0:{}'),
(18878, 2474, 'fabric_options', 'a:0:{}'),
(18879, 2474, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(19016, 2474, '_price', '65'),
(19017, 2474, '_price', '65'),
(19018, 2474, '_price', '65'),
(19019, 2474, '_price', '65'),
(19020, 2474, '_price', '65'),
(19021, 2473, '_product_url', 'https://www.amazon.com/'),
(19022, 2473, '_button_text', 'Buy on Amazon'),
(19033, 2482, '_edit_last', '1'),
(19034, 2482, '_edit_lock', '1659967055:1'),
(19036, 2482, 'total_sales', '0'),
(19037, 2482, '_tax_status', 'taxable'),
(19038, 2482, '_tax_class', ''),
(19039, 2482, '_manage_stock', 'no'),
(19040, 2482, '_backorders', 'no'),
(19041, 2482, '_sold_individually', 'no'),
(19042, 2482, '_virtual', 'no'),
(19043, 2482, '_downloadable', 'no'),
(19044, 2482, '_download_limit', '-1'),
(19045, 2482, '_download_expiry', '-1'),
(19046, 2482, '_stock', NULL),
(19047, 2482, '_stock_status', 'instock'),
(19048, 2482, '_wc_average_rating', '0'),
(19049, 2482, '_wc_review_count', '0'),
(19050, 2482, '_product_version', '6.7.0'),
(19051, 2482, 'trx_addons_post_views_count', '35'),
(19052, 2482, 'trx_addons_post_likes_count', '0'),
(19053, 2482, '_elementor_page_settings', 'a:0:{}'),
(19054, 2482, 'fabric_options', 'a:0:{}'),
(19063, 2482, '_wp_old_date', '2020-05-13'),
(19064, 2482, '_regular_price', '42'),
(19065, 2482, '_price', '42'),
(19074, 2338, '_product_url', 'https://www.amazon.com/'),
(19075, 2338, '_button_text', 'Buy on Amazon'),
(19084, 2339, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(19211, 2339, '_price', '157'),
(19212, 2339, '_price', '157'),
(19213, 2339, '_price', '157'),
(19214, 2339, '_price', '157'),
(19215, 2339, '_regular_price', '157'),
(19312, 2346, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(19459, 2346, '_product_image_gallery', '18018,18019'),
(19494, 2381, '_product_image_gallery', '18013,18015'),
(19495, 2382, '_product_image_gallery', '18014,18015'),
(19497, 2377, '_product_image_gallery', '18014,18013'),
(19498, 2345, '_product_image_gallery', '18018,18013'),
(19499, 2344, '_product_image_gallery', '18019,18013'),
(19500, 2340, '_product_image_gallery', '18018,18019'),
(19510, 2339, '_product_image_gallery', '18207,18208'),
(19511, 2338, '_product_image_gallery', '18208,18206'),
(19512, 2337, '_product_image_gallery', '18206,18212'),
(19513, 2336, '_product_image_gallery', '18208,18206'),
(19514, 2335, '_product_image_gallery', '18225,18226'),
(19515, 2482, '_product_image_gallery', '18224,18228'),
(20926, 2737, '_edit_lock', '1666016546:1'),
(20930, 2737, '_edit_last', '1'),
(20931, 2737, 'trx_addons_project_author', 'none'),
(20932, 2737, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:10:\"Lost Image\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Date\";s:5:\"value\";s:14:\"November, 2019\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:10:\"Amy Walker\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(20933, 2737, '_elementor_page_settings', 'a:4:{s:31:\"fabric_options_field_body_style\";s:4:\"wide\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:33:\"fabric_options_field_color_scheme\";s:7:\"default\";s:36:\"fabric_options_override_color_scheme\";s:1:\"1\";}'),
(20934, 2737, 'fabric_options', 'a:2:{s:10:\"body_style\";s:4:\"wide\";s:12:\"color_scheme\";s:7:\"default\";}'),
(21069, 2756, '_edit_lock', '1666016544:1'),
(21073, 2756, '_edit_last', '1'),
(21074, 2756, 'trx_addons_project_author', 'none'),
(21075, 2756, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:8:\"TV Guide\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Date\";s:5:\"value\";s:12:\"August, 2018\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:10:\"Amy Walker\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(21076, 2756, '_elementor_page_settings', 'a:2:{s:33:\"fabric_options_field_color_scheme\";s:7:\"default\";s:36:\"fabric_options_override_color_scheme\";s:1:\"1\";}'),
(21077, 2756, 'fabric_options', 'a:1:{s:12:\"color_scheme\";s:7:\"default\";}'),
(21089, 2756, 'trx_addons_post_views_count', '172'),
(21090, 2756, 'trx_addons_post_likes_count', '0'),
(21091, 2759, '_edit_lock', '1666016543:1'),
(21095, 2759, '_edit_last', '1'),
(21096, 2759, 'trx_addons_project_author', 'none'),
(21097, 2759, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:10:\"Lost Films\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Date\";s:5:\"value\";s:15:\"September, 2019\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:10:\"Jim Carter\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(21098, 2759, '_elementor_page_settings', 'a:2:{s:33:\"fabric_options_field_color_scheme\";s:7:\"default\";s:36:\"fabric_options_override_color_scheme\";s:1:\"1\";}'),
(21099, 2759, 'fabric_options', 'a:1:{s:12:\"color_scheme\";s:7:\"default\";}'),
(21100, 2761, '_edit_lock', '1666016542:1'),
(21111, 2761, '_edit_last', '1'),
(21112, 2761, 'trx_addons_project_author', 'none'),
(21113, 2761, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:9:\"Autoparts\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Date\";s:5:\"value\";s:11:\"April, 2018\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:10:\"John Miles\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(21114, 2761, '_elementor_page_settings', 'a:2:{s:33:\"fabric_options_field_color_scheme\";s:7:\"default\";s:36:\"fabric_options_override_color_scheme\";s:1:\"1\";}'),
(21115, 2761, 'fabric_options', 'a:1:{s:12:\"color_scheme\";s:7:\"default\";}'),
(21679, 2761, 'trx_addons_post_views_count', '275'),
(21680, 2761, 'trx_addons_post_likes_count', '0'),
(21865, 2737, '_thumbnail_id', '17861'),
(22174, 2759, '_thumbnail_id', '17865'),
(22188, 2756, '_thumbnail_id', '17864'),
(24305, 3198, '_edit_lock', '1666016571:1'),
(24306, 3198, '_thumbnail_id', '17877'),
(24307, 3198, '_edit_last', '1'),
(24308, 3198, 'trx_addons_project_author', 'none'),
(24309, 3198, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:10:\"Web Coders\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Date\";s:5:\"value\";s:14:\"November, 2019\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:10:\"Jim Carter\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(24310, 3198, '_elementor_page_settings', 'a:2:{s:33:\"fabric_options_field_color_scheme\";s:7:\"default\";s:36:\"fabric_options_override_color_scheme\";s:1:\"1\";}'),
(24311, 3198, 'fabric_options', 'a:1:{s:12:\"color_scheme\";s:7:\"default\";}'),
(24312, 3199, '_edit_lock', '1666016596:1'),
(24313, 3199, '_thumbnail_id', '17879'),
(24314, 3199, '_edit_last', '1'),
(24315, 3199, 'trx_addons_project_author', 'none'),
(24316, 3199, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:12:\"New Magazine\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Date\";s:5:\"value\";s:11:\"March, 2019\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:10:\"Amy Walker\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(24317, 3199, '_elementor_page_settings', 'a:2:{s:33:\"fabric_options_field_color_scheme\";s:7:\"default\";s:36:\"fabric_options_override_color_scheme\";s:1:\"1\";}'),
(24318, 3199, 'fabric_options', 'a:1:{s:12:\"color_scheme\";s:7:\"default\";}'),
(27467, 3199, 'trx_addons_post_views_count', '184'),
(27468, 3198, 'trx_addons_post_views_count', '185'),
(27721, 2759, 'trx_addons_post_views_count', '184'),
(27722, 2759, 'trx_addons_post_likes_count', '0'),
(27723, 2737, 'trx_addons_post_views_count', '170'),
(27724, 2737, 'trx_addons_post_likes_count', '0'),
(28264, 2382, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(31301, 4105, '_elementor_template_type', 'cpt_layouts'),
(31303, 4105, 'trx_addons_layout_type', 'footer'),
(31304, 4105, 'trx_addons_options', 'a:2:{s:11:\"layout_type\";s:6:\"footer\";s:6:\"margin\";s:0:\"\";}'),
(31305, 4105, '_wp_page_template', 'default'),
(31306, 4105, '_elementor_data', '[{\"id\":\"68cba144\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#151617\",\"audio_effects\":[{\"_id\":\"cebfb62\"}],\"parallax_blocks\":[],\"row_type\":\"row sc_layouts_row_type_compact\",\"scheme\":\"dark\"},\"elements\":[{\"id\":\"1fdd60c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"1162135\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"461f02c3\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"87547e6\"}],\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34607b15\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"6c3041f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eebe823\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"80be202\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3dd91ae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.424,\"_inline_size_tablet\":42,\"audio_effects\":[{\"_id\":\"76d4305\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"4c306fd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nosotros dise\\u00f1amos y confeccionamos textiles de calidad premium\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"1542978\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"354dd9ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.242,\"_inline_size_tablet\":34,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"431b9ed\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"14eb8020\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Direccion\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"8ae296a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"79cc7273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"bd6b4c8\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19474be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arequipa \\u2014<br \\/>Asc. Santa Monica<br \\/>Cal. Sabandia<br \\/>Mz. J Lote 2A Int. 1<br \\/>Jacobo Hunter<\\/p>\",\"audio_effects\":[{\"_id\":\"e3b215d\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"834153f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"67af74b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"30743bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.974,\"_inline_size_tablet\":24,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"dab8d8c\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"401be67e\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Escribenos\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"42b6709\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"3b31ad33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"683b55a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7af9d938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"underline_anim\\\" href=\\\"mailto:inkafine@hotmail.com\\\">inkafine@hotmail.com<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b527096\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"72285f98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"56ca858\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ea7f26f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_alter_text\\\"><a href=\\\"tel:+51954304327\\\">+51 954304327<\\/a><\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"52f965f\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54c25186\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"58e93f4\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"26254bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"audio_effects\":[{\"_id\":\"919080f\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"39fcd1aa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"44d2e8e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34d99ffb\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"1b71e65\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e0271e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#323641\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5c2611b\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48a7506\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"bb9ec59\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"698d28a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.97,\"column_align\":\"left sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"c30bc29\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"320aeefc\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"41707e2\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"1870368\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.992,\"column_align\":\"right sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"53f66a1\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"604f682a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/softlabstudio.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">SoftLab Studio<\\/a> \\u00a9 {{Y}}. Todos los Derechos Reservados.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#D2D3D5\",\"typography_font_weight\":\"300\",\"audio_effects\":[{\"_id\":\"e80f389\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(31307, 4105, '_elementor_edit_mode', 'builder'),
(31309, 4105, '_elementor_version', '3.16.4'),
(31331, 4109, '_elementor_template_type', 'cpt_layouts'),
(31332, 4109, 'trx_addons_layout_type', 'custom'),
(31333, 4109, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(31334, 4109, '_wp_page_template', 'default'),
(31335, 4109, '_elementor_data', '[{\"id\":\"5462fe9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"scheme\":\"dark\",\"height\":\"full\",\"column_position\":\"stretch\",\"content_position\":\"space-between\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"e103eb6\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"d4bf6a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d77fe6c\"}]},\"elements\":[{\"id\":\"b5c0f77\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"css_classes\":\"panel_menu_header\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f10ad82\"}]},\"elements\":[{\"id\":\"4e77771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8c59714\"}]},\"elements\":[{\"id\":\"6c2e14f\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"logo\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-l.png\",\"id\":18701,\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-l-retina.png\",\"id\":18698,\"alt\":\"\",\"source\":\"library\"},\"_css_classes\":\"ps1-anim1\",\"audio_effects\":[{\"_id\":\"e9e6a2b\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":true},{\"id\":\"92e35a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a84a21\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"be1c1e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5ae27b6\"}]},\"elements\":[{\"id\":\"8ce2a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0241859\"}]},\"elements\":[{\"id\":\"aa3aa97\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"23f7e57\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"17100f5\",\"elType\":\"widget\",\"settings\":{\"direction\":\"vertical\",\"menu\":\"main-menu\",\"submenu_style\":\"dropdown\",\"_css_classes\":\"ps1-anim2\",\"audio_effects\":[{\"_id\":\"ea9d087\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d8171d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"869a78f\"}]},\"elements\":[{\"id\":\"03adee5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81.364,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"61c2be7\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"0213e7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18.524,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"%\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3075259\"}]},\"elements\":[{\"id\":\"74448d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s talk\",\"header_size\":\"h5\",\"_css_classes\":\"ps1-anim3\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"52e546d\"}],\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e50288c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"4853b2f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f397111\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 class=\\\"trx_addons_no_margin trx_addons_title_with_link\\\"><a href=\\\"mailto:info@email.com\\\">info@email.com<\\/a><\\/h6>\",\"_css_classes\":\"ps1-anim4\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"cc45d9a\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb04b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"46ab798\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"405cb3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_alter_text\\\"><a href=\\\"tel:18408412569\\\">+1 840 841 25 69<\\/a><\\/span><\\/p>\",\"_css_classes\":\"ps1-anim5\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"6ec629c\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a5adc6b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b3d6053\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"898abcd\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"abe0cc9\"}],\"_css_classes\":\"ps1-anim6\",\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"354599d\"}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"},{\"id\":\"1854940\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c853de9\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(31336, 4109, '_elementor_edit_mode', 'builder'),
(31337, 4109, '_elementor_version', '3.7.2'),
(31851, 4105, 'trx_addons_post_views_count', '123'),
(33294, 3199, 'trx_addons_post_likes_count', '0'),
(33295, 3198, 'trx_addons_post_likes_count', '0'),
(34357, 4487, '_wp_attached_file', '2020/05/Right-Bar.svg'),
(34438, 4499, '_wp_attached_file', '2020/05/down-arrow.svg'),
(35264, 4614, '_elementor_template_type', 'cpt_layouts'),
(35265, 4614, 'trx_addons_layout_type', 'header'),
(35266, 4614, '_edit_lock', '1696452601:1'),
(35267, 4614, '_edit_last', '1'),
(35268, 4614, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(35269, 4614, '_elementor_edit_mode', 'builder'),
(35270, 4614, '_elementor_version', '3.16.4'),
(35271, 4614, 'trx_addons_post_views_count', '159'),
(35277, 4614, 'fabric_options', 'a:0:{}'),
(35278, 4614, '_wp_page_template', 'default'),
(35279, 4614, '_elementor_data', '[{\"id\":\"1e3c7586\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"20\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"463aa7fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"2699482d\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"7af034ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"531398d3\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_title\":\"Layouts\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"1292e338\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"6cb7850\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"164073e1\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"5de42338\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/Right-Bar.svg\",\"id\":18637},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fa51d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"82cf70d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"834cd05\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"caeef79\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0e333a\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"378cd23\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"d9faafd\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4912601\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0edba2a\"}]},\"elements\":[{\"id\":\"439c760\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"69f5664\"}]},\"elements\":[{\"id\":\"8a4dcb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5eabcf9\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f6640c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"title\":\"1\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c951cd\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_title\"},{\"id\":\"a9d1f96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"236597e\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c2bb8fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/05\\/down-arrow.svg\",\"id\":4499},\"library\":\"svg\"},\"primary_color\":\"#1F242E\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"6fa6b8b\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),
(35561, 4109, 'trx_addons_post_views_count', '144');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(41677, 5597, '_form', '<div class=\"form-style-5\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_1\"><span class=\"style-line icon-name\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-email\">[email* your-email placeholder \"Email Address\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-textarea\">[textarea* your-message placeholder \"How can we help you? Feel free to get in touch!\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"]\n</div>'),
(41678, 5597, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:31:\"Fabric <wordpress@inkafine.com>\";s:9:\"recipient\";s:12:\"test@fwe.com\";s:4:\"body\";s:165:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(41679, 5597, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:42:\"Fabric <wordpress@fabric.ancorathemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\";s:18:\"additional_headers\";s:22:\"Reply-To: test@fwe.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(41680, 5597, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(41681, 5597, '_additional_settings', ''),
(41682, 5597, '_locale', 'en_US'),
(42118, 4109, '_edit_lock', '1661978888:1'),
(42317, 5677, '_wp_attached_file', '2020/06/Path-4452.svg'),
(42412, 5690, '_wp_attached_file', '2020/06/plus.svg'),
(42630, 4109, 'fabric_options', 'a:0:{}'),
(42891, 4109, '_edit_last', '1'),
(43006, 5763, '_wp_attached_file', '2020/06/open-menu.svg'),
(45367, 948, 'trx_addons_post_views_count', '210'),
(46812, 4109, '_wp_old_date', '2020-05-27'),
(48587, 6501, '_form', '<div class=\"form-style-8\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_1\"><span class=\"style-line\">[text* your-name placeholder \"Name\"]</span></div>\n</div>\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_1\"><span class=\"style-line\">[email* your-email placeholder \"Email\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-line\">[textarea* your-message placeholder \"Message\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"]\n</div>'),
(48588, 6501, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:31:\"Fabric <wordpress@inkafine.com>\";s:9:\"recipient\";s:12:\"test@fwe.com\";s:4:\"body\";s:165:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(48589, 6501, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Fabric \"[your-subject]\"\";s:6:\"sender\";s:42:\"Fabric <wordpress@fabric.ancorathemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\";s:18:\"additional_headers\";s:22:\"Reply-To: test@fwe.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(48590, 6501, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(48591, 6501, '_additional_settings', ''),
(48592, 6501, '_locale', 'en_US'),
(51431, 6817, '_elementor_template_type', 'cpt_layouts'),
(51432, 6817, 'trx_addons_layout_type', 'header'),
(51433, 6817, '_edit_lock', '1662114181:1'),
(51434, 6817, '_edit_last', '1'),
(51435, 6817, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(51436, 6817, '_elementor_edit_mode', 'builder'),
(51437, 6817, '_elementor_version', '3.7.4'),
(51438, 6817, 'trx_addons_post_views_count', '150'),
(51439, 6817, '_wp_page_template', 'default'),
(51440, 6817, '_elementor_data', '[{\"id\":\"684517c8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"55\",\"bottom\":\"29\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f6a9427\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"scheme\":\"dark\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6de97311\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d9d7785\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_inline_size_mobile\":55},\"elements\":[{\"id\":\"30ff2a7e\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d51695e\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"logo\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"64406aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d9d7785\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_inline_size_mobile\":45},\"elements\":[{\"id\":\"e134d16\",\"elType\":\"widget\",\"settings\":{\"type\":\"modern\",\"location\":\"menu_main\",\"mobile_button\":\"1\",\"mobile_menu\":\"1\",\"audio_effects\":[{\"_id\":\"cb9b408\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d49d83\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"scheme\":\"dark\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7e141fb\"}]},\"elements\":[{\"id\":\"83fe61a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7394a98\"}]},\"elements\":[{\"id\":\"0f816ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c5066d4\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false}]'),
(51447, 6817, 'fabric_options', 'a:0:{}'),
(53273, 7074, '_elementor_template_type', 'cpt_layouts'),
(53274, 7074, 'trx_addons_layout_type', 'custom'),
(53275, 7074, '_edit_lock', '1661459368:1'),
(53276, 7074, '_edit_last', '1'),
(53277, 7074, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(53278, 7074, '_elementor_edit_mode', 'builder'),
(53279, 7074, '_elementor_version', '3.7.2'),
(53280, 7074, 'trx_addons_post_views_count', '114'),
(53281, 7074, '_wp_page_template', 'default'),
(53282, 7074, '_elementor_data', '[{\"id\":\"d394f72\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"dd496e3\"}]},\"elements\":[{\"id\":\"91a3141\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/popup-image1.jpg\",\"id\":17961,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_on_mobile\":\"hide_on_mobile\",\"background_xpos\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"43c0cd8\"}]},\"elements\":[{\"id\":\"637990e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7637a40\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"48d3da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"62\",\"bottom\":\"40\",\"left\":\"62\",\"isLinked\":false},\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fa00d90\"}],\"background_background\":\"classic\",\"background_color\":\"#F4F0ED\"},\"elements\":[{\"id\":\"9efa3b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe for the updates!\",\"subtitle\":\"\",\"description\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"0f461e7\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"0f09534\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"4482e21\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c0af5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-11\\\"]\",\"audio_effects\":[{\"_id\":\"39f0dae\"}]},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(53289, 7074, 'fabric_options', 'a:0:{}'),
(55592, 4105, '_edit_lock', '1696461038:1'),
(55606, 4105, 'fabric_options', 'a:0:{}'),
(61193, 1202, '_wp_old_date', '2020-10-28'),
(61194, 1204, '_wp_old_date', '2020-10-28'),
(61195, 1200, '_wp_old_date', '2020-10-28'),
(61196, 1196, '_wp_old_date', '2020-10-28'),
(61197, 1194, '_wp_old_date', '2020-10-28'),
(67366, 8860, '_EventOrigin', 'events-calendar'),
(67367, 8860, '_tribe_modified_fields', 'a:28:{s:12:\"_EventOrigin\";i:1594910160;s:10:\"_edit_last\";i:1594910242;s:10:\"post_title\";i:1594992736;s:12:\"post_excerpt\";i:1594992736;s:11:\"post_status\";i:1594910322;s:13:\"_thumbnail_id\";i:1596185933;s:15:\"_tribe_featured\";i:1594991391;s:12:\"post_content\";i:1594992736;s:27:\"trx_addons_post_views_count\";i:1606789678;s:27:\"trx_addons_post_likes_count\";i:1594910323;s:17:\"_EventShowMapLink\";i:1594910323;s:13:\"_EventShowMap\";i:1594910324;s:13:\"_EventVenueID\";i:1594910324;s:17:\"_EventOrganizerID\";i:1594910325;s:15:\"_EventStartDate\";i:1608557105;s:13:\"_EventEndDate\";i:1608557105;s:18:\"_EventStartDateUTC\";i:1608557105;s:16:\"_EventEndDateUTC\";i:1608557105;s:14:\"_EventDuration\";i:1594910327;s:20:\"_EventCurrencySymbol\";i:1594910327;s:22:\"_EventCurrencyPosition\";i:1594910328;s:10:\"_EventCost\";i:1594910328;s:9:\"_EventURL\";i:1594910328;s:14:\"_EventTimezone\";i:1594910329;s:18:\"_EventTimezoneAbbr\";i:1594910329;s:16:\"tribe_events_cat\";i:1596185693;s:14:\"slide_template\";i:1608557105;s:16:\"rs_page_bg_color\";i:1596185693;}'),
(67368, 8860, '_edit_last', '1'),
(67369, 8860, '_edit_lock', '1608557059:1'),
(67385, 8860, 'trx_addons_post_views_count', '10'),
(67386, 8860, 'trx_addons_post_likes_count', '0'),
(67387, 8860, '_EventShowMapLink', '1'),
(67388, 8860, '_EventShowMap', '1'),
(67389, 8860, '_EventVenueID', '1192'),
(67390, 8860, '_EventOrganizerID', '1193'),
(67391, 8860, '_EventStartDate', '2021-07-19 08:00:00'),
(67392, 8860, '_EventEndDate', '2021-07-19 17:00:00'),
(67393, 8860, '_EventStartDateUTC', '2021-07-19 08:00:00'),
(67394, 8860, '_EventEndDateUTC', '2021-07-19 17:00:00'),
(67395, 8860, '_EventDuration', '32400'),
(67396, 8860, '_EventCurrencySymbol', ''),
(67397, 8860, '_EventCurrencyPosition', 'prefix'),
(67398, 8860, '_EventCost', '0'),
(67399, 8860, '_EventURL', 'www.example.com'),
(67400, 8860, '_EventTimezone', 'UTC+0'),
(67401, 8860, '_EventTimezoneAbbr', 'UTC+0'),
(67821, 8912, '_wp_attached_file', '2020/07/minus_new.svg'),
(67910, 6817, '_wp_old_slug', 'header-simple-portfolio-single'),
(68061, 8860, '_tribe_featured', '1'),
(68270, 8964, '_wp_attached_file', '2020/07/Контур-6098.svg'),
(69476, 9110, '_edit_lock', '1698335949:1'),
(69478, 9110, '_edit_last', '1'),
(69479, 9110, '_adp_popup_type', 'content'),
(69480, 9110, '_adp_popup_location', 'center'),
(69481, 9110, '_adp_popup_preview_image', 'left'),
(69482, 9110, '_adp_popup_info_text', ''),
(69483, 9110, '_adp_popup_info_buton_label', ''),
(69484, 9110, '_adp_popup_info_button_action', 'link'),
(69485, 9110, '_adp_popup_info_button_link', ''),
(69486, 9110, '_adp_popup_limit_display', '1'),
(69487, 9110, '_adp_popup_limit_lifetime', '1'),
(69488, 9110, '_adp_popup_show_to', 'user'),
(69489, 9110, '_adp_popup_rules_mode', 'specific'),
(69490, 9110, '_adp_popup_rules', 'a:1:{i:0;a:1:{i:0;a:2:{s:4:\"rule\";s:13:\"is_front_page\";s:3:\"url\";s:0:\"\";}}}'),
(69491, 9110, '_adp_popup_open_trigger', 'delay'),
(69492, 9110, '_adp_popup_open_delay_number', '25'),
(69493, 9110, '_adp_popup_open_scroll_position', '10'),
(69494, 9110, '_adp_popup_open_scroll_type', '%'),
(69495, 9110, '_adp_popup_open_manual_selector', ''),
(69496, 9110, '_adp_popup_close_trigger', 'none'),
(69497, 9110, '_adp_popup_close_delay_number', '30'),
(69498, 9110, '_adp_popup_close_scroll_position', '10'),
(69499, 9110, '_adp_popup_close_scroll_type', '%'),
(69500, 9110, '_adp_popup_open_animation', 'popupOpenFade'),
(69501, 9110, '_adp_popup_exit_animation', 'popupExitFade'),
(69502, 9110, '_adp_popup_content_box_width', '1050'),
(69503, 9110, '_adp_popup_notification_box_width', '400'),
(69504, 9110, '_adp_popup_notification_bar_width', '1024'),
(69505, 9110, '_adp_popup_light_close', ''),
(69506, 9110, '_adp_popup_display_overlay', '1'),
(69507, 9110, '_adp_popup_mobile_disable', ''),
(69508, 9110, '_adp_popup_body_scroll_disable', ''),
(69509, 9110, '_adp_popup_overlay_close', ''),
(69510, 9110, '_adp_popup_esc_close', '1'),
(69511, 9110, '_adp_popup_f4_close', ''),
(72671, 949, 'trx_addons_post_views_count', '192'),
(75799, 1202, 'slide_template', ''),
(75800, 1202, 'rs_page_bg_color', ''),
(75801, 1200, 'slide_template', ''),
(75802, 1200, 'rs_page_bg_color', ''),
(75803, 1196, 'slide_template', ''),
(75804, 1196, 'rs_page_bg_color', ''),
(75805, 1194, 'slide_template', ''),
(75806, 1194, 'rs_page_bg_color', ''),
(75807, 1204, 'slide_template', ''),
(75808, 1204, 'rs_page_bg_color', ''),
(75833, 1735, 'slide_template', ''),
(75834, 1735, 'rs_page_bg_color', ''),
(75849, 1737, 'rs_page_bg_color', ''),
(75863, 1739, 'slide_template', ''),
(75864, 1739, 'rs_page_bg_color', ''),
(75878, 1741, 'slide_template', ''),
(75879, 1741, 'rs_page_bg_color', ''),
(75893, 1743, 'slide_template', ''),
(75894, 1743, 'rs_page_bg_color', ''),
(75909, 8860, 'rs_page_bg_color', ''),
(75911, 1215, 'rs_page_bg_color', ''),
(75926, 1213, 'rs_page_bg_color', ''),
(75941, 1210, 'rs_page_bg_color', ''),
(75955, 1206, 'slide_template', ''),
(75956, 1206, 'rs_page_bg_color', ''),
(76735, 308, '_wp_page_template', 'default'),
(76739, 306, '_wp_page_template', 'default'),
(76743, 304, '_wp_page_template', 'default'),
(76747, 302, '_wp_page_template', 'default'),
(76843, 9110, 'slide_template', ''),
(76844, 9110, 'rs_page_bg_color', ''),
(89630, 11581, '_wp_attached_file', '2020/08/portfolio_video_1.mp4'),
(89631, 11581, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:6946854;s:8:\"filesize\";i:11158479;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1597665007;}'),
(99652, 15, '_elementor_page_settings', 'a:13:{s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1320;s:5:\"sizes\";a:0:{}}s:27:\"stretched_section_container\";s:10:\".page_wrap\";s:19:\"page_title_selector\";s:25:\".sc_layouts_title_caption\";s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:11:\"viewport_md\";s:0:\"\";s:11:\"viewport_lg\";s:0:\"\";s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"61c01e98\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"69bf31ed\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:8:\"7a1ccbe5\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"13ed1179\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}s:17:\"system_typography\";a:4:{i:0;a:17:{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\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:0:\"\";s:21:\"typography_font_style\";s:0:\"\";s:26:\"typography_text_decoration\";s:0:\"\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:1;a:17:{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\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:0:\"\";s:21:\"typography_font_style\";s:0:\"\";s:26:\"typography_text_decoration\";s:0:\"\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:2;a:17:{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\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:0:\"\";s:21:\"typography_font_style\";s:0:\"\";s:26:\"typography_text_decoration\";s:0:\"\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:3;a:17:{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:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:0:\"\";s:21:\"typography_font_style\";s:0:\"\";s:26:\"typography_text_decoration\";s:0:\"\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}}s:9:\"site_name\";s:8:\"Inkafine\";s:16:\"site_description\";s:43:\"Fabricacion de Prendas de Vestir y Textiles\";s:21:\"space_between_widgets\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),
(100667, 12954, '_edit_lock', '1696466962:1'),
(100674, 12954, '_edit_last', '1'),
(100675, 12954, 'slide_template', 'default'),
(100676, 12954, 'rs_page_bg_color', '#ffffff'),
(100677, 12954, 'trx_addons_post_views_count', '700'),
(100678, 12954, 'trx_addons_post_likes_count', '0'),
(100679, 12954, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(100680, 12954, 'fabric_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(100681, 12954, '_elementor_edit_mode', 'builder'),
(100682, 12954, '_elementor_template_type', 'wp-page'),
(100683, 12954, '_elementor_version', '3.16.4'),
(100701, 12954, '_wp_page_template', 'default'),
(100702, 12954, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo INDUSTRIAS INKAFINE E.I.R.L., identificada con RUC N\\u00b0 20603885784, y con domicilio en Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1 del distrito de Jacobo Hunter provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>INDUSTRIAS INKAFINE E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de INDUSTRIAS INKAFINE E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, INDUSTRIAS INKAFINE E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando INDUSTRIAS INKAFINE E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(100709, 12954, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(101524, 15, '_edit_lock', '1696450294:1'),
(101533, 15, '_wp_page_template', 'default'),
(101534, 15, '_elementor_data', '[]'),
(101542, 15, 'fabric_options', 'a:0:{}'),
(103051, 904, 'slide_template', ''),
(103052, 904, 'rs_page_bg_color', ''),
(103670, 963, 'trx_addons_post_views_count', '216'),
(103678, 964, 'trx_addons_post_views_count', '220'),
(120255, 1036, '_edit_lock', '1603715818:1'),
(120303, 15110, '_wp_attached_file', '2020/10/play-button-new.svg'),
(122287, 310, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(128294, 15, 'trx_addons_post_views_count', '1'),
(128295, 15, 'trx_addons_post_likes_count', '0'),
(128651, 308, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(128652, 308, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1660062613'),
(132831, 15110, '_edit_lock', '1609411689:1'),
(133148, 306, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(133149, 306, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1614254949'),
(133487, 964, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(133488, 964, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1611666515'),
(134040, 948, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(134041, 948, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1614246434'),
(134690, 4614, 'rs_page_bg_color', ''),
(134691, 6817, 'rs_page_bg_color', ''),
(134713, 6817, '_wp_old_slug', 'header-simple-fullwidth'),
(134722, 4109, 'rs_page_bg_color', ''),
(134730, 4109, '_wp_old_slug', 'panel-with-menu-style-1'),
(134783, 6817, '_wp_old_slug', 'header-fullwidth'),
(134952, 4105, '_edit_last', '1'),
(134953, 4105, 'rs_page_bg_color', ''),
(135027, 7074, 'rs_page_bg_color', ''),
(135176, 4109, '_elementor_controls_usage', 'a:8:{s:19:\"trx_sc_layouts_logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:3:{s:11:\"logo_height\";i:1;s:4:\"logo\";i:1;s:11:\"logo_retina\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"layout\";i:2;s:3:\"gap\";i:3;s:16:\"content_position\";i:2;s:19:\"custom_height_inner\";i:1;s:6:\"height\";i:1;s:15:\"column_position\";i:1;s:13:\"custom_height\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:11:\"css_classes\";i:1;s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:6:\"scheme\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:12:\"space_tablet\";i:5;s:12:\"space_mobile\";i:2;s:5:\"space\";i:4;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:1:{s:14:\"hide_on_mobile\";i:3;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:19:\"trx_sc_layouts_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:23:\"section_sc_layouts_menu\";a:3:{s:9:\"direction\";i:1;s:4:\"menu\";i:1;s:13:\"submenu_style\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:19:\"_section_responsive\";a:1:{s:14:\"hide_on_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:14:\"hide_on_mobile\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:1:{s:20:\"_border_width_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(135846, 17059, '_wp_attached_file', '2021/02/decor-arrow-des.svg'),
(138113, 17405, '_menu_item_type', 'post_type'),
(138114, 17405, '_menu_item_menu_item_parent', '0'),
(138115, 17405, '_menu_item_object_id', '1453'),
(138116, 17405, '_menu_item_object', 'page'),
(138117, 17405, '_menu_item_target', ''),
(138118, 17405, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(138119, 17405, '_menu_item_xfn', ''),
(138120, 17405, '_menu_item_url', ''),
(138131, 963, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(138132, 963, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1614246528'),
(138147, 1453, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(139358, 8, '_elementor_controls_usage', 'a:8:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:13;s:8:\"drop_cap\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:13;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:4:{s:5:\"color\";i:7;s:3:\"gap\";i:7;s:10:\"gap_tablet\";i:7;s:10:\"gap_mobile\";i:7;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;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:9;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:11;}s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:10;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:5;s:12:\"space_mobile\";i:6;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}}}}s:12:\"trx_sc_table\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_table\";a:1:{s:7:\"content\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:13:\"trx_sc_button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_sc_button\";a:1:{s:7:\"buttons\";i:2;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}}'),
(139403, 948, '_wp_old_slug', 'support-3'),
(139427, 963, '_wp_old_slug', 'marketing'),
(139429, 964, '_wp_old_slug', 'branding-4'),
(139449, 949, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(139450, 949, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1614246656'),
(139451, 949, '_wp_old_slug', 'branding-3'),
(139471, 964, '_oembed_ea15ccb752d57fd1b1fbf740f882c991', '<iframe title=\"boon. UK Commercial\" src=\"https://player.vimeo.com/video/180709694?h=58c02e925a&amp;dnt=1&amp;app_id=122963\" width=\"1290\" height=\"726\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(139472, 964, '_oembed_time_ea15ccb752d57fd1b1fbf740f882c991', '1659438788');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(139473, 963, '_oembed_ea15ccb752d57fd1b1fbf740f882c991', '<iframe title=\"boon. UK Commercial\" src=\"https://player.vimeo.com/video/180709694?dnt=1&amp;app_id=122963\" width=\"1290\" height=\"726\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(139474, 963, '_oembed_time_ea15ccb752d57fd1b1fbf740f882c991', '1614246779'),
(139475, 949, '_oembed_ea15ccb752d57fd1b1fbf740f882c991', '<iframe title=\"boon. UK Commercial\" src=\"https://player.vimeo.com/video/180709694?dnt=1&amp;app_id=122963\" width=\"1290\" height=\"726\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(139476, 949, '_oembed_time_ea15ccb752d57fd1b1fbf740f882c991', '1614246786'),
(139477, 948, '_oembed_ea15ccb752d57fd1b1fbf740f882c991', '<iframe title=\"boon. UK Commercial\" src=\"https://player.vimeo.com/video/180709694?h=58c02e925a&amp;dnt=1&amp;app_id=122963\" width=\"1290\" height=\"726\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(139478, 948, '_oembed_time_ea15ccb752d57fd1b1fbf740f882c991', '1659434474'),
(139520, 3199, '_wp_old_slug', 'programming'),
(139523, 3198, '_wp_old_slug', 'optimization'),
(139524, 2756, '_wp_old_slug', 'what-to-watch'),
(139572, 2737, '_wp_old_slug', 'candy-bar'),
(139772, 308, '_wp_old_slug', 'why-a-public-figure-shouldnt-really-be-a-role-model'),
(139775, 308, '_wp_old_slug', 'why-the-best-ideas-always-come-unexpectedly'),
(139776, 306, '_oembed_ea15ccb752d57fd1b1fbf740f882c991', '<iframe title=\"boon. UK Commercial\" src=\"https://player.vimeo.com/video/180709694?dnt=1&amp;app_id=122963\" width=\"1290\" height=\"726\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(139777, 306, '_oembed_time_ea15ccb752d57fd1b1fbf740f882c991', '1614254958'),
(139909, 7074, '_elementor_controls_usage', 'a:5:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:2;s:12:\"space_tablet\";i:2;s:12:\"space_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:15:\"background_xpos\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:3:{s:19:\"_section_responsive\";a:1:{s:14:\"hide_on_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:3:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";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:2:{s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(140050, 4105, '_elementor_controls_usage', 'a:6:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:12:\"alter_height\";i:4;s:5:\"space\";i:3;s:12:\"space_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:9;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:5;s:14:\"hide_on_mobile\";i:5;s:16:\"hide_on_notebook\";i:3;s:12:\"hide_on_wide\";i:2;s:15:\"hide_on_desktop\";i:2;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:2:{s:5:\"icons\";i:1;s:4:\"type\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"scheme\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:3:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(140278, 1453, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(140664, 6817, '_elementor_controls_usage', 'a:6:{s:19:\"trx_sc_layouts_logo\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:3:{s:11:\"logo_height\";i:2;s:4:\"logo\";i:2;s:11:\"logo_retina\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:12:\"column_align\";i:3;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:13:\"primary_color\";i:2;s:4:\"size\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:14:\"trx_sc_layouts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:3:{s:4:\"type\";i:2;s:6:\"layout\";i:2;s:8:\"popup_id\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:6:\"scheme\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:21:\"trx_sc_layouts_search\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_sc_layouts_search\";a:4:{s:5:\"style\";i:2;s:4:\"type\";i:2;s:11:\"logo_search\";i:2;s:18:\"logo_search_retina\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:16:\"content_position\";i:2;}s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"scheme\";i:2;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:24:\"hide_bg_image_on_desktop\";i:1;}}}}}'),
(140690, 4614, '_elementor_controls_usage', 'a:8:{s:19:\"trx_sc_layouts_logo\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:1:{s:11:\"logo_height\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:12:\"column_align\";i:3;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:11:\"size_tablet\";i:1;s:11:\"size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}}}s:14:\"trx_sc_layouts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:3:{s:4:\"type\";i:2;s:6:\"layout\";i:2;s:8:\"popup_id\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:6:\"scheme\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:21:\"trx_sc_layouts_search\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_sc_layouts_search\";a:5:{s:5:\"style\";i:2;s:4:\"type\";i:2;s:11:\"logo_search\";i:2;s:18:\"logo_search_retina\";i:2;s:13:\"scheme_search\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:16:\"content_position\";i:2;}s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"scheme\";i:3;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:24:\"hide_bg_image_on_desktop\";i:1;}}}}s:6:\"spacer\";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_spacer\";a:4:{s:12:\"alter_height\";i:1;s:5:\"space\";i:2;s:12:\"space_tablet\";i:2;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:3:{s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:2;}}}}s:20:\"trx_sc_layouts_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_sc_layouts_title\";a:3:{s:5:\"align\";i:1;s:5:\"title\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(140698, 2761, '_thumbnail_id', '17867'),
(140751, 1453, '_elementor_page_assets', 'a:0:{}'),
(140753, 17758, '_edit_lock', '1697067738:1'),
(140754, 17758, '_edit_last', '1'),
(140755, 17758, 'trx_addons_post_views_count', '1209'),
(140756, 17758, 'trx_addons_post_likes_count', '0'),
(140757, 17758, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(140758, 17758, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(140759, 17758, 'fabric_options', 'a:3:{s:10:\"body_style\";s:10:\"fullscreen\";s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(140761, 17758, '_elementor_edit_mode', 'builder'),
(140762, 17758, '_elementor_template_type', 'wp-page'),
(140763, 17758, '_elementor_version', '3.16.4'),
(140772, 17758, '_wp_page_template', 'default'),
(140773, 17758, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eac0702\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nuestros Clientes\",\"subtitle\":\"\\u00bfCON QUIENES TRABAJAMOS?\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6c48b2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/348241601_771748767790610_8370353466761686461_n.jpg\",\"id\":20329,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"24c93d0\"},{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/347850720_602624511830616_8730425358664485597_n.png\",\"id\":20330,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"c3fc9b1\"},{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/302151774_556108496239513_4859903801289056357_n.jpg\",\"id\":20331,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"2c91ed9\"}],\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"audio_effects\":[{\"local\":{\"url\":\"\"},\"volume\":{\"size\":50,\"unit\":\"px\"},\"_id\":\"67f37b1\"}]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(140780, 17758, '_elementor_page_assets', 'a:0:{}'),
(140811, 17767, '_wp_attached_file', '2022/08/about-page-background.jpg'),
(140812, 17767, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:680;s:4:\"file\";s:33:\"2022/08/about-page-background.jpg\";s:8:\"filesize\";i:176345;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"about-page-background-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28474;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"about-page-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3760;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"about-page-background-600x213.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12037;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"about-page-background-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4880;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"about-page-background-1024x363.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"about-page-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3760;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"about-page-background-768x272.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17959;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"about-page-background-1536x544.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61715;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"about-page-background-370x131.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6265;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:34:\"about-page-background-1290x680.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76621;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:33:\"about-page-background-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35002;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:33:\"about-page-background-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9524;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:33:\"about-page-background-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2970;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:33:\"about-page-background-840x298.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21304;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:33:\"about-page-background-410x145.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7127;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:33:\"about-page-background-570x680.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38445;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:33:\"about-page-background-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34856;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:33:\"about-page-background-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51123;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:33:\"about-page-background-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5130;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:33:\"about-page-background-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18485;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:33:\"about-page-background-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14769;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140813, 17768, '_wp_attached_file', '2022/08/about-page-image1.jpg'),
(140814, 17768, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:844;s:6:\"height\";i:1400;s:4:\"file\";s:29:\"2022/08/about-page-image1.jpg\";s:8:\"filesize\";i:280686;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"about-page-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43516;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"about-page-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4680;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"about-page-image1-600x995.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:995;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99289;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"about-page-image1-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9992;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"about-page-image1-617x1024.jpg\";s:5:\"width\";i:617;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"about-page-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4680;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"about-page-image1-768x1274.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166326;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"about-page-image1-370x614.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36280;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"about-page-image1-844x725.jpg\";s:5:\"width\";i:844;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104439;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"about-page-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53905;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"about-page-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11792;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"about-page-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3556;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:30:\"about-page-image1-840x1393.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199964;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"about-page-image1-410x680.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44313;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"about-page-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58495;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"about-page-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51926;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"about-page-image1-844x664.jpg\";s:5:\"width\";i:844;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98304;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"about-page-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5813;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"about-page-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27401;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"about-page-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19225;}s:25:\"elementor_custom_920x1525\";a:4:{s:4:\"file\";s:46:\"elementor/thumbs/about-page-image1-150x150.jpg\";s:5:\"width\";s:3:\"920\";s:6:\"height\";s:4:\"1525\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_422x700\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/about-page-image1-ptn8fiw9uwu2ypmh68cn67d65hfbnuhwo0gmvyvvtk.jpg\";s:5:\"width\";s:3:\"422\";s:6:\"height\";s:3:\"700\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140815, 17769, '_wp_attached_file', '2022/08/about-page-image2.jpg'),
(140816, 17769, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:844;s:6:\"height\";i:1400;s:4:\"file\";s:29:\"2022/08/about-page-image2.jpg\";s:8:\"filesize\";i:202112;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"about-page-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51424;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"about-page-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6288;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"about-page-image2-600x995.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:995;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87815;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"about-page-image2-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10925;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"about-page-image2-617x1024.jpg\";s:5:\"width\";i:617;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"about-page-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"about-page-image2-768x1274.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134971;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"about-page-image2-370x614.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36828;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"about-page-image2-844x725.jpg\";s:5:\"width\";i:844;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116248;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"about-page-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61166;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"about-page-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17940;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"about-page-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4457;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:30:\"about-page-image2-840x1393.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158843;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"about-page-image2-410x680.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43776;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"about-page-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66400;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"about-page-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66109;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"about-page-image2-844x664.jpg\";s:5:\"width\";i:844;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107949;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"about-page-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9561;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"about-page-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32395;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"about-page-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26398;}s:24:\"elementor_custom_422x700\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/about-page-image2-ptn8fiw9uwu2ypmh68cn67d65hfbnuhwo0gmvyvvtk.jpg\";s:5:\"width\";s:3:\"422\";s:6:\"height\";s:3:\"700\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140817, 17770, '_wp_attached_file', '2022/08/testimonials-image1.jpg'),
(140818, 17770, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2022/08/testimonials-image1.jpg\";s:8:\"filesize\";i:300370;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"testimonials-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45184;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5562;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49361;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14763;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"testimonials-image1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5562;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81618;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20819;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:32:\"testimonials-image1-1200x725.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140395;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59339;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15713;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4170;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97606;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24812;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60452;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53063;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84936;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8194;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30240;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:31:\"testimonials-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20819;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140819, 17771, '_wp_attached_file', '2022/08/testimonials-image2.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(140820, 17771, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2022/08/testimonials-image2.jpg\";s:8:\"filesize\";i:264232;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"testimonials-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37248;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5934;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40839;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14656;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"testimonials-image2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113026;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5934;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63915;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19786;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:32:\"testimonials-image2-1200x725.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120277;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47583;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14702;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4562;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75697;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22862;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47817;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44052;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67997;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8268;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25381;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:31:\"testimonials-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19786;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140821, 17772, '_wp_attached_file', '2022/08/testimonials-image3.jpg'),
(140822, 17772, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2022/08/testimonials-image3.jpg\";s:8:\"filesize\";i:181985;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"testimonials-image3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39841;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6502;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44939;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16393;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"testimonials-image3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106801;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6502;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66653;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22233;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:32:\"testimonials-image3-1200x725.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94876;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47619;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15874;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4885;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76939;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25839;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50331;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47163;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66433;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8787;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28253;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:31:\"testimonials-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22233;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140823, 17773, '_edit_lock', '1659697079:1'),
(140824, 17773, '_thumbnail_id', '17770'),
(140825, 17773, '_edit_last', '1'),
(140826, 17773, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:6:\"Artist\";s:6:\"rating\";s:1:\"0\";}'),
(140827, 17774, '_edit_lock', '1659432765:1'),
(140828, 17774, '_thumbnail_id', '17771'),
(140829, 17774, '_edit_last', '1'),
(140830, 17774, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:8:\"Designer\";s:6:\"rating\";s:1:\"0\";}'),
(140831, 17775, '_edit_lock', '1659432762:1'),
(140832, 17775, '_thumbnail_id', '17772'),
(140833, 17775, '_edit_last', '1'),
(140834, 17775, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:10:\"Art Expert\";s:6:\"rating\";s:1:\"0\";}'),
(140835, 17775, 'rs_page_bg_color', ''),
(140836, 17774, 'rs_page_bg_color', ''),
(140837, 17773, 'rs_page_bg_color', ''),
(140860, 17780, '_wp_attached_file', '2020/04/service-image1.jpg'),
(140861, 17780, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2020/04/service-image1.jpg\";s:8:\"filesize\";i:273840;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"service-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36790;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5224;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"service-image1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26547;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-image1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9539;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"service-image1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66629;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5224;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"service-image1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39878;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"service-image1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139913;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12895;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"service-image1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90738;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"service-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41728;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"service-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13300;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"service-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3925;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"service-image1-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46768;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"service-image1-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14967;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"service-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47378;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"service-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41391;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"service-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59141;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"service-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7354;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"service-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24347;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"service-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18676;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140862, 17781, '_wp_attached_file', '2020/04/service-image2.jpg'),
(140863, 17781, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2020/04/service-image2.jpg\";s:8:\"filesize\";i:186024;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"service-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30679;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5414;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"service-image2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23712;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-image2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"service-image2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5414;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"service-image2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33598;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"service-image2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103203;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image2-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12604;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"service-image2-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65186;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"service-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32963;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"service-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12331;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"service-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4099;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"service-image2-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38465;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"service-image2-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14588;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"service-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38108;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"service-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33624;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"service-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46370;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"service-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7243;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"service-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21674;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"service-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17125;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140864, 17782, '_wp_attached_file', '2020/04/service-image3.jpg'),
(140865, 17782, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2020/04/service-image3.jpg\";s:8:\"filesize\";i:231397;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"service-image3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37559;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5808;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"service-image3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26658;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-image3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10179;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"service-image3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62717;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5808;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"service-image3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38879;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"service-image3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125405;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image3-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13613;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"service-image3-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82037;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"service-image3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39909;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"service-image3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13662;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"service-image3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4353;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"service-image3-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45138;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"service-image3-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15662;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"service-image3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47445;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"service-image3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40927;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"service-image3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56530;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"service-image3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7800;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"service-image3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24994;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"service-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19539;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140866, 17783, '_wp_attached_file', '2020/04/service-image4.jpg'),
(140867, 17783, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2020/04/service-image4.jpg\";s:8:\"filesize\";i:337346;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"service-image4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41945;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6294;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"service-image4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35980;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-image4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12540;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"service-image4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87373;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6294;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"service-image4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53462;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"service-image4-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178124;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image4-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17244;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"service-image4-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118034;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"service-image4-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56223;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"service-image4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17884;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"service-image4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4661;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"service-image4-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62152;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"service-image4-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20137;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"service-image4-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53054;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"service-image4-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52662;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"service-image4-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76740;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"service-image4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9551;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"service-image4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27015;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"service-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23521;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140868, 948, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(140869, 948, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659434472'),
(140870, 948, '_wp_old_slug', 'font-design'),
(140871, 948, 'rs_page_bg_color', ''),
(140872, 949, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(140873, 949, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659435112'),
(140874, 17785, '_wp_attached_file', '2020/04/service-image5.jpg'),
(140875, 17785, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2020/04/service-image5.jpg\";s:8:\"filesize\";i:409080;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"service-image5-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45460;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5966;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"service-image5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39306;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-image5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12839;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"service-image5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5966;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"service-image5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60298;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"service-image5-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211123;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image5-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18076;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"service-image5-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129143;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"service-image5-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59262;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"service-image5-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17622;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"service-image5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4385;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"service-image5-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70825;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"service-image5-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21360;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"service-image5-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58047;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"service-image5-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55312;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"service-image5-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84957;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"service-image5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9206;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"service-image5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30029;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"service-image5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23581;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140876, 949, '_wp_old_slug', 'logo-design'),
(140877, 949, 'rs_page_bg_color', ''),
(140878, 963, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(140879, 963, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659435272'),
(140880, 17787, '_wp_attached_file', '2020/04/service-image6.jpg'),
(140881, 17787, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2020/04/service-image6.jpg\";s:8:\"filesize\";i:182258;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"service-image6-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26511;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4300;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"service-image6-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20030;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-image6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7314;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"service-image6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"service-image6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29057;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"service-image6-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95920;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image6-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9916;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"service-image6-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59505;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"service-image6-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28766;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"service-image6-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9790;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"service-image6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3340;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"service-image6-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33659;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"service-image6-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11603;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"service-image6-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32947;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"service-image6-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30194;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"service-image6-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42071;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"service-image6-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5517;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"service-image6-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17977;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"service-image6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140882, 963, '_wp_old_slug', 'branding'),
(140883, 963, 'rs_page_bg_color', ''),
(140884, 964, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(140885, 964, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659438914'),
(140886, 17789, '_wp_attached_file', '2020/04/service-image7.jpg'),
(140887, 17789, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2020/04/service-image7.jpg\";s:8:\"filesize\";i:402837;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"service-image7-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49496;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6089;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"service-image7-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34623;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-image7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11301;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"service-image7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99132;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6089;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"service-image7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54588;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"service-image7-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219457;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image7-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15612;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"service-image7-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137467;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"service-image7-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58183;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"service-image7-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16280;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"service-image7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4540;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"service-image7-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65741;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"service-image7-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18508;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"service-image7-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65266;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"service-image7-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57868;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"service-image7-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87119;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"service-image7-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8631;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"service-image7-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31181;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"service-image7-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140888, 964, '_wp_old_slug', 'graphic-design'),
(140889, 964, 'rs_page_bg_color', ''),
(140890, 17790, '_edit_lock', '1696402359:1'),
(140891, 17790, '_edit_last', '1'),
(140892, 17790, 'trx_addons_post_views_count', '221'),
(140893, 17790, 'trx_addons_post_likes_count', '0'),
(140894, 17790, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(140895, 17790, '_elementor_page_settings', 'a:4:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(140896, 17790, 'fabric_options', 'a:2:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(140897, 17790, '_elementor_edit_mode', 'builder'),
(140898, 17790, '_elementor_template_type', 'wp-page'),
(140899, 17790, '_elementor_version', '3.8.0'),
(140908, 17790, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(140909, 17790, '_elementor_data', '[{\"id\":\"4e0e6d0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c95dc88\"}]},\"elements\":[{\"id\":\"9b9fe0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32a6abe\"}]},\"elements\":[{\"id\":\"c4a9262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"59d157f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d987af0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"73b7d13\"}]},\"elements\":[{\"id\":\"4ba596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7f4856e\"}]},\"elements\":[{\"id\":\"65447de\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title\":\"Measured, Made and Fitted by Us\",\"subtitle\":\"individuAL TAILORING\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"54783b1\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":true},{\"id\":\"9cb6a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ef6caae\"}]},\"elements\":[{\"id\":\"07cab1f\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9e2bcb6\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"84748a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.<\\/p><p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.<\\/p>\",\"audio_effects\":[{\"_id\":\"05619dc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"eef7a2d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"79cf4bd\"}]},\"elements\":[{\"id\":\"a1b5059\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"e0f8afc\"}]},\"elements\":[{\"id\":\"b99ed1e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"731187d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd649b4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7e3fca1\"}]},\"elements\":[{\"id\":\"70c4f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8220ca1\"}]},\"elements\":[{\"id\":\"6571b35\",\"elType\":\"widget\",\"settings\":{\"type\":\"divider\",\"icons\":[{\"title\":\"Custom ||Tailoring\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/custom-tailoring\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-measuring-tape\",\"_id\":\"77d6228\",\"link_text\":\"Read More\"},{\"title\":\"Hemming,||Shortening\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/hems-shortening\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-scissors\",\"_id\":\"13d21ea\",\"link_text\":\"Read More\"},{\"title\":\"Home ||Textiles\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/home-textile\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-window-1\",\"_id\":\"f0fbd00\",\"link_text\":\"Read More\"},{\"title\":\"Repair &||Maintenance\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/clothing-repair\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-shield\",\"link_text\":\"Read More\",\"_id\":\"4c27bdb\"}],\"align\":\"none\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f433b6d\"}],\"color\":\"#C19A5B\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c80f23b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"bfe53c8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0534b3e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"96f57dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"9d6b201\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"17a18c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"a031fa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Your Perfect Look with Our Items\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"ee89b6b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f815b56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"139fd00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"9c0d1bd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a35454\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf893fc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3efe2b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24dc180\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f77a9d7\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0ec592\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Ream More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9aa2b50\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"b4130bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"5d5a94e\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ed8b5a\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"0dc6889\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"607728e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"http:\\/\\/default.qwery.kat\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ca47894\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99ebe2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55ce6f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"c725f81\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4e8729b\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3abf8f6\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"967333c\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"49f3c1c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"a7ffd6f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"21cc7f9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ccd3ee9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eda877a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\",\"overflow\":\"hidden\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"07d3902\"}]},\"elements\":[{\"id\":\"12a658c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f577c8f\"}]},\"elements\":[{\"id\":\"015991f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"be4590f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11956a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6acdee4\"}]},\"elements\":[{\"id\":\"db94d39\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\",\"extra_bg\":\"extra_left\",\"z_index\":9,\"_inline_size_tablet\":25,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9452839\"}]},\"elements\":[{\"id\":\"4966e50\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"subtitle\":\"Browse our collections\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"e778f8b\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":true},{\"id\":\"8b27443\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":75,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"044f31b\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"466d670\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"Read More\",\"cat\":\"165\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"slides_space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"slides_overflow\":\"1\",\"type\":\"backward\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"slider\":\"1\",\"slider_autoplay\":\"\",\"show_subtitle\":\"1\",\"audio_effects\":[{\"_id\":\"4e197a7\"}]},\"elements\":[],\"widgetType\":\"trx_sc_services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e8ed164\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e501591\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36badc2\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8f0b433\"}]},\"elements\":[{\"id\":\"3c7422e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"886cc6f\"}]},\"elements\":[{\"id\":\"eb2fbfc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"9254734\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50a1168\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee0df5\"}]},\"elements\":[{\"id\":\"0d4cf12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.848,\"_inline_size_tablet\":44,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0388219\"}]},\"elements\":[{\"id\":\"7e965c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe for the exclusive updates!\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"2b18d01\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"048462e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.152,\"_inline_size_tablet\":56,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ba9d1eb\"}]},\"elements\":[{\"id\":\"3bf0c48\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"ce5edf7\"}],\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c58cc0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-3\\\"]\",\"audio_effects\":[{\"_id\":\"1581854\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"1ec8141\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"2af7cec\"}],\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e5f3f3e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8f0b433\"}]},\"elements\":[{\"id\":\"b71d705\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"886cc6f\"}]},\"elements\":[{\"id\":\"1c49e49\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"9254734\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(140916, 17790, '_elementor_page_assets', 'a:0:{}'),
(140918, 17795, '_wp_attached_file', '2022/08/services-page-image1.jpg'),
(140919, 17795, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:32:\"2022/08/services-page-image1.jpg\";s:8:\"filesize\";i:181039;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"services-page-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21390;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"services-page-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3616;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"services-page-image1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35705;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"services-page-image1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6653;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"services-page-image1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"services-page-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3616;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"services-page-image1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54928;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"services-page-image1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91139;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"services-page-image1-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16328;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:33:\"services-page-image1-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50532;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:32:\"services-page-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23426;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:32:\"services-page-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7840;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:32:\"services-page-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2896;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:33:\"services-page-image1-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64387;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:32:\"services-page-image1-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18966;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:32:\"services-page-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26663;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:32:\"services-page-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22964;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:32:\"services-page-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32047;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:32:\"services-page-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4705;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:32:\"services-page-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14883;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:32:\"services-page-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11410;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140920, 17796, '_wp_attached_file', '2022/08/services-page-background.jpg'),
(140921, 17796, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:680;s:4:\"file\";s:36:\"2022/08/services-page-background.jpg\";s:8:\"filesize\";i:424141;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"services-page-background-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75381;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"services-page-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8173;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"services-page-background-600x213.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37064;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"services-page-background-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11160;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"services-page-background-1024x363.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97177;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"services-page-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"services-page-background-768x272.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56984;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"services-page-background-1536x544.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199795;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"services-page-background-370x131.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15956;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:37:\"services-page-background-1290x680.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245098;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:36:\"services-page-background-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104857;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:36:\"services-page-background-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28588;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:36:\"services-page-background-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5684;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:36:\"services-page-background-840x298.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67755;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:36:\"services-page-background-410x145.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19043;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:36:\"services-page-background-570x680.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108699;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:36:\"services-page-background-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94278;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:36:\"services-page-background-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144564;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:36:\"services-page-background-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13750;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:36:\"services-page-background-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47719;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:36:\"services-page-background-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38236;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140946, 17800, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(140947, 17800, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659453761'),
(140948, 17800, '_edit_lock', '1667407516:1'),
(140949, 17801, '_wp_attached_file', '2022/08/service-image8.jpg'),
(140950, 17801, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2022/08/service-image8.jpg\";s:8:\"filesize\";i:351761;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"service-image8-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41279;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6167;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"service-image8-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30667;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-image8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11017;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"service-image8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73309;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6167;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"service-image8-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44694;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"service-image8-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152631;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image8-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15065;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"service-image8-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90277;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"service-image8-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43797;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"service-image8-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14786;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"service-image8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4626;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"service-image8-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52150;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"service-image8-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17469;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"service-image8-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52272;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"service-image8-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47078;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"service-image8-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65596;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"service-image8-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8169;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"service-image8-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28220;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"service-image8-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22331;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140951, 17800, '_wp_old_slug', 'clothing-repair'),
(140952, 17800, '_thumbnail_id', '17801'),
(140953, 17800, '_edit_last', '1'),
(140954, 17800, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(140955, 17800, '_elementor_page_settings', 'a:0:{}'),
(140956, 17800, 'fabric_options', 'a:0:{}'),
(140957, 17800, '_wp_old_slug', 'clothing-repair-2'),
(140959, 17802, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(140960, 17802, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659453914'),
(140961, 17802, '_edit_lock', '1667407522:1'),
(140962, 17803, '_wp_attached_file', '2022/08/service-image10.jpg'),
(140963, 17803, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2022/08/service-image10.jpg\";s:8:\"filesize\";i:346541;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image10-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42617;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6169;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image10-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37828;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12980;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90366;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6169;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"service-image10-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56080;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image10-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176404;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image10-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17876;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image10-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121024;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image10-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60325;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image10-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19498;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image10-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4603;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"service-image10-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64994;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image10-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21118;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image10-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53982;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image10-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53939;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image10-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78847;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image10-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10274;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image10-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28357;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image10-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140964, 17802, '_wp_old_slug', 'linen-collection'),
(140965, 17802, '_thumbnail_id', '17803'),
(140966, 17802, '_edit_last', '1'),
(140967, 17802, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(140968, 17802, '_elementor_page_settings', 'a:0:{}'),
(140969, 17802, 'fabric_options', 'a:0:{}'),
(140970, 17802, '_wp_old_slug', 'linen-collection-2'),
(140972, 17804, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(140973, 17804, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659454039'),
(140974, 17804, '_edit_lock', '1667407528:1'),
(140975, 17805, '_wp_attached_file', '2022/08/service-image9.jpg'),
(140976, 17805, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2022/08/service-image9.jpg\";s:8:\"filesize\";i:287932;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"service-image9-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25902;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4722;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"service-image9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22482;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-image9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8648;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"service-image9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4722;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"service-image9-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32531;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"service-image9-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108969;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"service-image9-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11568;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"service-image9-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67765;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"service-image9-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33360;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"service-image9-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11818;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"service-image9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3677;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"service-image9-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37319;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"service-image9-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13502;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"service-image9-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31912;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"service-image9-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31660;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"service-image9-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45398;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"service-image9-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6821;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"service-image9-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17173;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"service-image9-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15179;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140977, 17804, '_wp_old_slug', 'decor-collection'),
(140978, 17804, '_thumbnail_id', '17805'),
(140979, 17804, '_edit_last', '1'),
(140980, 17804, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(140981, 17804, '_elementor_page_settings', 'a:0:{}'),
(140982, 17804, 'fabric_options', 'a:0:{}'),
(140983, 17804, '_wp_old_slug', 'decor-collection-2'),
(140985, 17804, 'trx_addons_post_views_count', '177'),
(140986, 17807, '_wp_attached_file', '2022/08/service-image11.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(140987, 17807, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2022/08/service-image11.jpg\";s:8:\"filesize\";i:424200;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image11-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56396;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6825;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image11-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44311;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14416;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110727;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6825;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"service-image11-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67212;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image11-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218014;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image11-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20093;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image11-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149501;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image11-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71828;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image11-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21267;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image11-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4951;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"service-image11-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78870;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image11-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23944;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image11-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71722;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image11-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67008;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image11-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98829;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image11-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10970;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image11-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36500;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image11-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28765;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140989, 17806, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(140990, 17806, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659454233'),
(140991, 17806, '_edit_lock', '1667407535:1'),
(140993, 17806, '_thumbnail_id', '17807'),
(140994, 17806, '_edit_last', '1'),
(140995, 17806, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(140996, 17806, '_elementor_page_settings', 'a:0:{}'),
(140997, 17806, 'fabric_options', 'a:0:{}'),
(140998, 17806, '_wp_old_slug', 'mens-collection'),
(141000, 17804, '_wp_old_slug', 'mens-collection-2'),
(141001, 17806, 'trx_addons_post_views_count', '143'),
(141002, 17802, 'trx_addons_post_views_count', '145'),
(141050, 17814, '_edit_lock', '1665922342:1'),
(141051, 17814, '_thumbnail_id', '17772'),
(141052, 17814, '_edit_last', '1'),
(141053, 17814, 'trx_addons_options', 'a:7:{s:4:\"user\";s:4:\"none\";s:8:\"subtitle\";s:5:\"Owner\";s:10:\"brief_info\";s:151:\"Ignissimos ducimus quin blandiitis praesentium voluptatem deleniti atque corrupti quos dolores et quas molestias excepturi. scint occaecatti gnissimus.\";s:5:\"email\";s:16:\"info@example.com\";s:5:\"phone\";s:16:\"+1 840 841 25 69\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:4:{i:0;a:3:{s:4:\"name\";s:15:\"icon-facebook-1\";s:5:\"title\";s:2:\"FB\";s:3:\"url\";s:37:\"https://www.facebook.com/AxiomThemes/\";}i:1;a:3:{s:4:\"name\";s:12:\"icon-twitter\";s:5:\"title\";s:7:\"Twitter\";s:3:\"url\";s:31:\"https://twitter.com/ThemesAxiom\";}i:2;a:3:{s:4:\"name\";s:15:\"icon-dribbble-1\";s:5:\"title\";s:2:\"DB\";s:3:\"url\";s:32:\"https://dribbble.com/AxiomThemes\";}i:3;a:3:{s:4:\"name\";s:14:\"icon-instagram\";s:5:\"title\";s:9:\"Instagram\";s:3:\"url\";s:39:\"https://www.instagram.com/axiom_themes/\";}}}'),
(141055, 17814, 'fabric_options', 'a:0:{}'),
(141056, 17814, 'trx_addons_secondary_image', ''),
(141057, 17814, '_elementor_edit_mode', 'builder'),
(141058, 17814, '_elementor_template_type', 'wp-post'),
(141059, 17814, '_elementor_version', '3.6.8'),
(141060, 17814, 'trx_addons_post_views_count', '104'),
(141080, 17814, '_wp_page_template', 'default'),
(141081, 17814, '_elementor_data', '[{\"id\":\"cf0f04b\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8964765\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"32628e09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9180255\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"775d6998\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"8560b17\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44740a19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"2df3d59\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"54316b93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Branding\",\"percent\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"26b26b1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"6e26502c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Design\",\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"\"},\"audio_effects\":[{\"_id\":\"0d0a7c0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"218948fa\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"3217623\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48d5404a\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a569c35\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"495e0247\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"css_classes\":\"left_shift\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ddb5746\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"f34c55e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"45\",\"bottom\":\"50\",\"left\":\"45\",\"isLinked\":false},\"scheme\":\"default\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"30\",\"left\":\"25\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d21eddc\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"4eb98491\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8e0bd9b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"29d6ea79\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_dropcap trx_addons_dropcap_style_2\\\">Q<\\/span>onsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Adipiscing elit, sed do eiusm consectetur\\u00a0 aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"dee7838\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5d3d17dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3f7ed77\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"5ac5fb4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"0f00c8b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(141088, 17814, '_elementor_page_assets', 'a:0:{}'),
(141090, 17821, '_edit_lock', '1665922333:1'),
(141091, 17821, '_wp_old_slug', 'brian-smith'),
(141092, 17821, '_thumbnail_id', '17771'),
(141093, 17821, '_edit_last', '1'),
(141094, 17821, 'trx_addons_options', 'a:7:{s:4:\"user\";s:4:\"none\";s:8:\"subtitle\";s:17:\"Creative Director\";s:10:\"brief_info\";s:151:\"Ignissimos ducimus quin blandiitis praesentium voluptatem deleniti atque corrupti quos dolores et quas molestias excepturi. scint occaecatti gnissimus.\";s:5:\"email\";s:16:\"info@example.com\";s:5:\"phone\";s:16:\"+1 840 841 25 69\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:4:{i:0;a:3:{s:4:\"name\";s:15:\"icon-facebook-1\";s:5:\"title\";s:2:\"FB\";s:3:\"url\";s:37:\"https://www.facebook.com/AxiomThemes/\";}i:1;a:3:{s:4:\"name\";s:12:\"icon-twitter\";s:5:\"title\";s:2:\"TW\";s:3:\"url\";s:31:\"https://twitter.com/ThemesAxiom\";}i:2;a:3:{s:4:\"name\";s:15:\"icon-dribbble-1\";s:5:\"title\";s:2:\"DB\";s:3:\"url\";s:32:\"https://dribbble.com/AxiomThemes\";}i:3;a:3:{s:4:\"name\";s:14:\"icon-instagram\";s:5:\"title\";s:9:\"Instagram\";s:3:\"url\";s:39:\"https://www.instagram.com/axiom_themes/\";}}}'),
(141096, 17821, 'fabric_options', 'a:0:{}'),
(141097, 17821, 'trx_addons_secondary_image', ''),
(141098, 17821, 'trx_addons_post_views_count', '98'),
(141099, 17821, '_elementor_edit_mode', 'builder'),
(141100, 17821, '_elementor_template_type', 'wp-post'),
(141101, 17821, '_elementor_version', '3.6.8'),
(141112, 17821, '_wp_page_template', 'default'),
(141113, 17821, '_elementor_data', '[{\"id\":\"2f35e9d2\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8964765\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"11b67f17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9180255\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"497d7305\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"8560b17\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ccae4ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"2df3d59\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3774c8ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Branding\",\"percent\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"26b26b1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"2181056b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Design\",\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"\"},\"audio_effects\":[{\"_id\":\"0d0a7c0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"41a81445\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"3217623\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39911e19\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a569c35\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"2a6bedc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"css_classes\":\"left_shift\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ddb5746\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"7ff041ba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"45\",\"bottom\":\"50\",\"left\":\"45\",\"isLinked\":false},\"scheme\":\"default\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"30\",\"left\":\"25\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d21eddc\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"5a73e760\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8e0bd9b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"a17a73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_dropcap trx_addons_dropcap_style_2\\\">Q<\\/span>onsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Adipiscing elit, sed do eiusm consectetur\\u00a0 aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"dee7838\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"210cb7ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3f7ed77\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"2b809313\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"0f00c8b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(141120, 17821, '_elementor_page_assets', 'a:0:{}'),
(141129, 17821, '_wp_old_slug', 'brian-smith-2'),
(141131, 17827, '_edit_lock', '1665922327:1'),
(141132, 17828, '_wp_attached_file', '2022/08/team-image1.jpg'),
(141133, 17828, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2022/08/team-image1.jpg\";s:8:\"filesize\";i:228425;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"team-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51210;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7391;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"team-image1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58051;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"team-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20538;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"team-image1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7391;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"team-image1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85904;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28264;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"team-image1-1200x725.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98963;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"team-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48584;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"team-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16321;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"team-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5367;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"team-image1-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98585;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"team-image1-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33030;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"team-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64538;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"team-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57929;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"team-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76217;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"team-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9032;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"team-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35712;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"team-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28264;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141134, 17827, '_wp_old_slug', 'helen-morris'),
(141135, 17827, '_thumbnail_id', '17828'),
(141136, 17827, '_edit_last', '1'),
(141137, 17827, 'trx_addons_options', 'a:7:{s:4:\"user\";s:4:\"none\";s:8:\"subtitle\";s:16:\"Fashion Designer\";s:10:\"brief_info\";s:151:\"Ignissimos ducimus quin blandiitis praesentium voluptatem deleniti atque corrupti quos dolores et quas molestias excepturi. scint occaecatti gnissimus.\";s:5:\"email\";s:16:\"info@example.com\";s:5:\"phone\";s:16:\"+1 840 841 25 69\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:4:{i:0;a:3:{s:4:\"name\";s:15:\"icon-facebook-1\";s:5:\"title\";s:2:\"FB\";s:3:\"url\";s:37:\"https://www.facebook.com/AxiomThemes/\";}i:1;a:3:{s:4:\"name\";s:12:\"icon-twitter\";s:5:\"title\";s:2:\"TW\";s:3:\"url\";s:31:\"https://twitter.com/ThemesAxiom\";}i:2;a:3:{s:4:\"name\";s:15:\"icon-dribbble-1\";s:5:\"title\";s:2:\"DB\";s:3:\"url\";s:32:\"https://dribbble.com/AxiomThemes\";}i:3;a:3:{s:4:\"name\";s:14:\"icon-instagram\";s:5:\"title\";s:9:\"Instagram\";s:3:\"url\";s:39:\"https://www.instagram.com/axiom_themes/\";}}}'),
(141139, 17827, 'fabric_options', 'a:0:{}'),
(141140, 17827, 'trx_addons_secondary_image', ''),
(141141, 17827, '_elementor_edit_mode', 'builder'),
(141142, 17827, '_elementor_template_type', 'wp-post'),
(141143, 17827, '_elementor_version', '3.6.8'),
(141144, 17827, 'trx_addons_post_views_count', '112'),
(141155, 17827, '_wp_page_template', 'default'),
(141156, 17827, '_elementor_data', '[{\"id\":\"298153dd\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8964765\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"9be3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9180255\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"7c750de6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"8560b17\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43df63e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"2df3d59\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"23bc9a50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Branding\",\"percent\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"26b26b1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"712762f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Design\",\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"\"},\"audio_effects\":[{\"_id\":\"0d0a7c0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"16c35605\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"3217623\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4be2a6bc\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a569c35\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"11951f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"css_classes\":\"left_shift\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ddb5746\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"9cbc761\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"45\",\"bottom\":\"50\",\"left\":\"45\",\"isLinked\":false},\"scheme\":\"default\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"30\",\"left\":\"25\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d21eddc\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"3dc78226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8e0bd9b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"458cb167\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_dropcap trx_addons_dropcap_style_2\\\">Q<\\/span>onsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Adipiscing elit, sed do eiusm consectetur\\u00a0 aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"dee7838\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"147aa63e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3f7ed77\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"5f2bd552\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"0f00c8b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(141163, 17827, '_elementor_page_assets', 'a:0:{}'),
(141174, 17827, '_wp_old_slug', 'helen-morris-2'),
(141175, 17834, '_edit_lock', '1665922322:1'),
(141176, 17835, '_wp_attached_file', '2022/08/team-image3.jpg'),
(141177, 17835, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2022/08/team-image3.jpg\";s:8:\"filesize\";i:172627;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"team-image3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33947;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5247;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"team-image3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36550;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"team-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12843;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"team-image3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90651;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5247;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"team-image3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55061;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17596;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"team-image3-1200x725.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84734;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"team-image3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39046;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"team-image3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12456;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"team-image3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3960;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"team-image3-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64092;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"team-image3-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20248;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"team-image3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43265;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"team-image3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38824;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"team-image3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56220;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"team-image3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6963;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"team-image3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23922;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"team-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17596;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141178, 17834, '_wp_old_slug', 'jack-mayson'),
(141179, 17834, '_thumbnail_id', '17835'),
(141180, 17834, '_edit_last', '1'),
(141181, 17834, 'trx_addons_options', 'a:7:{s:4:\"user\";s:4:\"none\";s:8:\"subtitle\";s:16:\"Textile Designer\";s:10:\"brief_info\";s:151:\"Ignissimos ducimus quin blandiitis praesentium voluptatem deleniti atque corrupti quos dolores et quas molestias excepturi. scint occaecatti gnissimus.\";s:5:\"email\";s:16:\"info@example.com\";s:5:\"phone\";s:16:\"+1 840 841 25 69\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:4:{i:0;a:3:{s:4:\"name\";s:15:\"icon-facebook-1\";s:5:\"title\";s:2:\"FB\";s:3:\"url\";s:37:\"https://www.facebook.com/AxiomThemes/\";}i:1;a:3:{s:4:\"name\";s:12:\"icon-twitter\";s:5:\"title\";s:2:\"TW\";s:3:\"url\";s:31:\"https://twitter.com/ThemesAxiom\";}i:2;a:3:{s:4:\"name\";s:15:\"icon-dribbble-1\";s:5:\"title\";s:2:\"DB\";s:3:\"url\";s:32:\"https://dribbble.com/AxiomThemes\";}i:3;a:3:{s:4:\"name\";s:14:\"icon-instagram\";s:5:\"title\";s:9:\"Instagram\";s:3:\"url\";s:39:\"https://www.instagram.com/axiom_themes/\";}}}'),
(141183, 17834, 'fabric_options', 'a:0:{}'),
(141184, 17834, 'trx_addons_secondary_image', ''),
(141185, 17834, '_elementor_edit_mode', 'builder'),
(141186, 17834, '_elementor_template_type', 'wp-post'),
(141187, 17834, '_elementor_version', '3.6.8'),
(141188, 17834, 'trx_addons_post_views_count', '106'),
(141199, 17834, '_wp_page_template', 'default'),
(141200, 17834, '_elementor_data', '[{\"id\":\"2adc604b\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8964765\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"54e63907\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9180255\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"629657a7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"8560b17\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"21882f7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"2df3d59\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"68bef8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Branding\",\"percent\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"26b26b1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7b2dfaf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Design\",\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"\"},\"audio_effects\":[{\"_id\":\"0d0a7c0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"2d24bc56\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"3217623\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51982ed6\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a569c35\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"58d338ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"css_classes\":\"left_shift\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ddb5746\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"59d3b636\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"45\",\"bottom\":\"50\",\"left\":\"45\",\"isLinked\":false},\"scheme\":\"default\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"30\",\"left\":\"25\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d21eddc\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"3569b810\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8e0bd9b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"3d03dc50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_dropcap trx_addons_dropcap_style_2\\\">Q<\\/span>onsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Adipiscing elit, sed do eiusm consectetur\\u00a0 aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"dee7838\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"27753e0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3f7ed77\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"3fae5992\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"0f00c8b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(141207, 17834, '_elementor_page_assets', 'a:0:{}'),
(141216, 17834, '_wp_old_slug', 'jack-mayson-2'),
(141218, 17841, '_edit_lock', '1665922316:1'),
(141219, 17842, '_wp_attached_file', '2022/08/team-image4.jpg'),
(141220, 17842, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2022/08/team-image4.jpg\";s:8:\"filesize\";i:179631;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"team-image4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37541;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5667;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"team-image4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40408;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"team-image4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14532;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"team-image4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5667;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"team-image4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60441;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19668;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"team-image4-1200x725.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91285;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"team-image4-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43899;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"team-image4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14432;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"team-image4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4247;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"team-image4-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70057;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"team-image4-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22981;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"team-image4-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47629;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"team-image4-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41316;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"team-image4-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59888;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"team-image4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8046;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"team-image4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26234;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"team-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19668;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141221, 17841, '_wp_old_slug', 'henry-green'),
(141222, 17841, '_thumbnail_id', '17842'),
(141223, 17841, '_edit_last', '1'),
(141224, 17841, 'trx_addons_options', 'a:7:{s:4:\"user\";s:4:\"none\";s:8:\"subtitle\";s:6:\"Taylor\";s:10:\"brief_info\";s:151:\"Ignissimos ducimus quin blandiitis praesentium voluptatem deleniti atque corrupti quos dolores et quas molestias excepturi. scint occaecatti gnissimus.\";s:5:\"email\";s:16:\"info@example.com\";s:5:\"phone\";s:16:\"+1 840 841 25 69\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:4:{i:0;a:3:{s:4:\"name\";s:15:\"icon-facebook-1\";s:5:\"title\";s:2:\"FB\";s:3:\"url\";s:37:\"https://www.facebook.com/AxiomThemes/\";}i:1;a:3:{s:4:\"name\";s:12:\"icon-twitter\";s:5:\"title\";s:2:\"TW\";s:3:\"url\";s:31:\"https://twitter.com/ThemesAxiom\";}i:2;a:3:{s:4:\"name\";s:15:\"icon-dribbble-1\";s:5:\"title\";s:2:\"DB\";s:3:\"url\";s:32:\"https://dribbble.com/AxiomThemes\";}i:3;a:3:{s:4:\"name\";s:14:\"icon-instagram\";s:5:\"title\";s:9:\"Instagram\";s:3:\"url\";s:39:\"https://www.instagram.com/axiom_themes/\";}}}'),
(141226, 17841, 'fabric_options', 'a:0:{}'),
(141227, 17841, 'trx_addons_secondary_image', ''),
(141228, 17841, '_elementor_edit_mode', 'builder'),
(141229, 17841, '_elementor_template_type', 'wp-post'),
(141230, 17841, '_elementor_version', '3.6.8'),
(141231, 17841, 'trx_addons_post_views_count', '105'),
(141242, 17841, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141243, 17841, '_elementor_data', '[{\"id\":\"374e924\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8964765\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"46a9c350\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9180255\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"236d825b\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"8560b17\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"79bf42ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"2df3d59\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"6311ab83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Branding\",\"percent\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"26b26b1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"ee47ad2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Design\",\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"\"},\"audio_effects\":[{\"_id\":\"0d0a7c0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"6eb600e5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"3217623\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"691b6b4f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a569c35\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"f993632\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"css_classes\":\"left_shift\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ddb5746\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"2e6a3449\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"45\",\"bottom\":\"50\",\"left\":\"45\",\"isLinked\":false},\"scheme\":\"default\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"30\",\"left\":\"25\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d21eddc\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"28fde183\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8e0bd9b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"360188b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_dropcap trx_addons_dropcap_style_2\\\">Q<\\/span>onsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Adipiscing elit, sed do eiusm consectetur\\u00a0 aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"dee7838\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2fa06a52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3f7ed77\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"242ad6e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"0f00c8b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(141250, 17841, '_elementor_page_assets', 'a:0:{}'),
(141261, 17841, '_wp_old_slug', 'henry-green-2'),
(141262, 17848, '_edit_lock', '1665922310:1'),
(141263, 17849, '_wp_attached_file', '2022/08/team-image2.jpg'),
(141264, 17849, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2022/08/team-image2.jpg\";s:8:\"filesize\";i:261879;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"team-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42219;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5321;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"team-image2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46250;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"team-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14118;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"team-image2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133719;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5321;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"team-image2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75671;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"team-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19742;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"team-image2-1200x725.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123124;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"team-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52939;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"team-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14455;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"team-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4077;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"team-image2-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90556;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"team-image2-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23515;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"team-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56127;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"team-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49169;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"team-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77478;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"team-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7652;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"team-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28669;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"team-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19742;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141265, 17848, '_wp_old_slug', 'mary-loner'),
(141266, 17848, '_thumbnail_id', '17849'),
(141267, 17848, '_edit_last', '1'),
(141268, 17848, 'trx_addons_options', 'a:7:{s:4:\"user\";s:4:\"none\";s:8:\"subtitle\";s:17:\"Interior Designer\";s:10:\"brief_info\";s:151:\"Ignissimos ducimus quin blandiitis praesentium voluptatem deleniti atque corrupti quos dolores et quas molestias excepturi. scint occaecatti gnissimus.\";s:5:\"email\";s:16:\"info@example.com\";s:5:\"phone\";s:16:\"+1 840 841 25 69\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:4:{i:0;a:3:{s:4:\"name\";s:15:\"icon-facebook-1\";s:5:\"title\";s:2:\"FB\";s:3:\"url\";s:37:\"https://www.facebook.com/AxiomThemes/\";}i:1;a:3:{s:4:\"name\";s:12:\"icon-twitter\";s:5:\"title\";s:2:\"TW\";s:3:\"url\";s:31:\"https://twitter.com/ThemesAxiom\";}i:2;a:3:{s:4:\"name\";s:15:\"icon-dribbble-1\";s:5:\"title\";s:2:\"DB\";s:3:\"url\";s:32:\"https://dribbble.com/AxiomThemes\";}i:3;a:3:{s:4:\"name\";s:14:\"icon-instagram\";s:5:\"title\";s:9:\"Instagram\";s:3:\"url\";s:39:\"https://www.instagram.com/axiom_themes/\";}}}'),
(141270, 17848, 'fabric_options', 'a:0:{}'),
(141271, 17848, 'trx_addons_secondary_image', ''),
(141272, 17848, '_elementor_edit_mode', 'builder'),
(141273, 17848, '_elementor_template_type', 'wp-post'),
(141274, 17848, '_elementor_version', '3.6.8'),
(141275, 17848, 'trx_addons_post_views_count', '110'),
(141286, 17848, '_wp_page_template', 'default'),
(141287, 17848, '_elementor_data', '[{\"id\":\"64b89671\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8964765\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"639e8248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9180255\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"3d148566\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"8560b17\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56ad3f28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"2df3d59\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"68ca5d25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Branding\",\"percent\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"26b26b1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"683da28d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Design\",\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#C19A5B\",\"bar_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_typography\":\"custom\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"\"},\"audio_effects\":[{\"_id\":\"0d0a7c0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"90973e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"3217623\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a973ead\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a569c35\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"1fdbcc4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"css_classes\":\"left_shift\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ddb5746\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"1f1ca2f3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"45\",\"bottom\":\"50\",\"left\":\"45\",\"isLinked\":false},\"scheme\":\"default\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"30\",\"left\":\"25\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d21eddc\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"16124799\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8e0bd9b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"25aed85c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_dropcap trx_addons_dropcap_style_2\\\">Q<\\/span>onsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Adipiscing elit, sed do eiusm consectetur\\u00a0 aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"dee7838\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"66ec6833\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3f7ed77\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"4e1c48fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.<\\/p><p>Consectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.<\\/p>\",\"audio_effects\":[{\"_id\":\"0f00c8b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(141294, 17848, '_elementor_page_assets', 'a:0:{}'),
(141303, 17848, '_wp_old_slug', 'mary-loner-2'),
(141305, 17855, '_edit_lock', '1661443323:1'),
(141306, 17855, '_edit_last', '1'),
(141307, 17855, 'trx_addons_post_views_count', '127'),
(141308, 17855, 'trx_addons_post_likes_count', '0'),
(141309, 17855, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(141310, 17855, '_elementor_page_settings', 'a:4:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(141311, 17855, 'fabric_options', 'a:2:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(141312, 17855, '_elementor_edit_mode', 'builder'),
(141313, 17855, '_elementor_template_type', 'wp-page'),
(141314, 17855, '_elementor_version', '3.7.2'),
(141323, 17855, '_wp_page_template', 'default'),
(141324, 17855, '_elementor_data', '[{\"id\":\"4c81d00\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2341c24\"}]},\"elements\":[{\"id\":\"1e11a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5af93ee\"}]},\"elements\":[{\"id\":\"fbdf6a8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"5d27a89\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"674217a\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c06259c\"}]},\"elements\":[{\"id\":\"5ff499f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8470a03\"}]},\"elements\":[{\"id\":\"93f2e29\",\"elType\":\"widget\",\"settings\":{\"type\":\"short\",\"more_text\":\"Read more\",\"cat\":\"166\",\"count\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70ab1cc\"}],\"columns_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"trx_sc_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a55aeb\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"77e6b1d\"}]},\"elements\":[{\"id\":\"f0b479d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0c23220\"}]},\"elements\":[{\"id\":\"17e0740\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"616feeb\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"523ce9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"bb8fcc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"isInner\":false},{\"id\":\"d53efe7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"2e48f28\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"04fea5f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"74c03cb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3f201c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6c3bf24\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1e2c229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"a44889a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"557c69d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(141331, 17855, '_elementor_page_assets', 'a:0:{}'),
(141342, 17861, '_wp_attached_file', '2020/05/portfolio-image1.jpg'),
(141343, 17861, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1984;s:4:\"file\";s:28:\"2020/05/portfolio-image1.jpg\";s:8:\"filesize\";i:439653;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"portfolio-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50069;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6832;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-600x620.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57999;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18060;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"portfolio-image1-991x1024.jpg\";s:5:\"width\";i:991;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147136;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-768x794.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:794;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90133;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"portfolio-image1-1486x1536.jpg\";s:5:\"width\";i:1486;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:328775;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-370x382.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25727;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"portfolio-image1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159270;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66732;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18799;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5138;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-840x868.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:868;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106949;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-410x424.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30464;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64823;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60385;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94317;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9987;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33357;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"portfolio-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25349;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141344, 17863, '_wp_attached_file', '2020/05/portfolio-image2.jpg'),
(141345, 17863, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2020/05/portfolio-image2.jpg\";s:8:\"filesize\";i:206042;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"portfolio-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31651;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5258;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30181;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10956;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"portfolio-image2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5258;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43711;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"portfolio-image2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126282;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15149;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"portfolio-image2-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86005;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44887;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15516;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3978;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50168;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17612;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38658;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40444;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59469;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8522;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21336;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"portfolio-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18740;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141346, 17864, '_wp_attached_file', '2020/05/portfolio-image3.jpg'),
(141347, 17864, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2020/05/portfolio-image3.jpg\";s:8:\"filesize\";i:394621;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"portfolio-image3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44715;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5957;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35033;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12053;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"portfolio-image3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89309;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52765;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"portfolio-image3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196464;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16596;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"portfolio-image3-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121849;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55109;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17329;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4400;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62008;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19516;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57204;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53848;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78882;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9318;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29423;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"portfolio-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23111;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141348, 17865, '_wp_attached_file', '2020/05/portfolio-image4.jpg'),
(141349, 17865, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2020/05/portfolio-image4.jpg\";s:8:\"filesize\";i:316274;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"portfolio-image4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28488;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4325;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21768;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7992;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"portfolio-image4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4325;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33140;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"portfolio-image4-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134204;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10609;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"portfolio-image4-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77868;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33698;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10436;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3365;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39203;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12260;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36767;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33066;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49912;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5972;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18566;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"portfolio-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141350, 17867, '_wp_attached_file', '2020/05/portfolio-image5.jpg'),
(141351, 17867, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2020/05/portfolio-image5.jpg\";s:8:\"filesize\";i:323881;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"portfolio-image5-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37870;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5831;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36087;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12277;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"portfolio-image5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85843;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5831;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53494;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"portfolio-image5-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169858;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17120;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"portfolio-image5-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105851;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52673;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17109;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4335;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61867;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19977;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47066;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49277;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73497;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9029;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25198;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"portfolio-image5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21952;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141352, 2737, '_wp_old_slug', 'span-bar'),
(141354, 2759, '_wp_old_slug', 'video-technology'),
(141356, 2761, '_wp_old_slug', 'logo-production'),
(141358, 17868, '_edit_lock', '1661433238:1'),
(141359, 17868, '_edit_last', '1'),
(141360, 17868, 'trx_addons_post_views_count', '148'),
(141361, 17868, 'trx_addons_post_likes_count', '0'),
(141362, 17868, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(141363, 17868, '_elementor_page_settings', 'a:2:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(141364, 17868, 'fabric_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(141365, 17868, '_elementor_edit_mode', 'builder'),
(141366, 17868, '_elementor_template_type', 'wp-page'),
(141367, 17868, '_elementor_version', '3.7.2'),
(141376, 17868, '_wp_page_template', 'default'),
(141377, 17868, '_elementor_data', '[{\"id\":\"0be8c2a\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"990f72e\"}]},\"elements\":[{\"id\":\"84dd8c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"acd7e76\"}]},\"elements\":[{\"id\":\"c8f479c\",\"elType\":\"widget\",\"settings\":{\"type\":\"lay_portfolio_grid\",\"post_type\":\"cpt_portfolio\",\"taxonomy\":\"cpt_portfolio_group\",\"cat\":[\"\",\"97\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"orderby\":\"post_date\",\"filters_taxonomy\":\"cpt_portfolio_group\",\"filters_more_text\":\"More posts\",\"template_lay_portfolio_grid\":\"grid_style_5\",\"meta_parts\":[\"categories\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"5f8f127\"}]},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"}],\"isInner\":false}],\"isInner\":false}]'),
(141384, 17868, '_elementor_page_assets', 'a:0:{}'),
(141411, 17877, '_wp_attached_file', '2020/05/portfolio-image6.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141412, 17877, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1600;s:4:\"file\";s:28:\"2020/05/portfolio-image6.jpg\";s:8:\"filesize\";i:475126;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"portfolio-image6-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95284;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9017;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92384;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25730;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"portfolio-image6-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269326;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9017;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149215;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"portfolio-image6-1536x1280.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:573511;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-370x308.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37426;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"portfolio-image6-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:294231;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126189;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31278;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6207;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-840x700.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180700;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-410x342.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45007;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127177;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114713;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182962;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14850;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58624;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"portfolio-image6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141413, 17879, '_wp_attached_file', '2020/05/portfolio-image7.jpg'),
(141414, 17879, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2020/05/portfolio-image7.jpg\";s:8:\"filesize\";i:315348;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"portfolio-image7-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68649;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8782;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105703;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18781;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"portfolio-image7-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128935;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8782;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image7-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153869;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"portfolio-image7-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235272;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50111;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"portfolio-image7-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160141;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79266;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25657;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6249;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image7-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176230;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58649;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85220;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79744;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111744;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13160;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46409;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"portfolio-image7-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36892;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141415, 17880, '_edit_lock', '1666016592:1'),
(141416, 17881, '_wp_attached_file', '2022/08/portfolio-image8.jpg'),
(141417, 17881, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2022/08/portfolio-image8.jpg\";s:8:\"filesize\";i:355182;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"portfolio-image8-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61582;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8075;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56385;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18245;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"portfolio-image8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8075;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84136;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"portfolio-image8-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251647;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26142;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"portfolio-image8-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167850;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85465;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26659;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5778;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97867;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30648;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76741;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77632;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115001;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13350;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40960;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"portfolio-image8-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141418, 17880, '_wp_old_slug', 'font-design'),
(141419, 17880, '_thumbnail_id', '17881'),
(141420, 17880, '_edit_last', '1'),
(141421, 17880, 'trx_addons_project_author', 'none'),
(141422, 17880, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:6:\"bottom\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:12:\"Helen Morris\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Jenny Green\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:275:\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3.jpg|https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2.jpg|https://inkafine.com/wp-content/uploads/2020/05/portfolio-image4.jpg|https://inkafine.com/wp-content/uploads/2020/05/portfolio-image5.jpg\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:61:\"https://inkafine.com/wp-content/uploads/2022/08/portfolio.mp4\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";s:1:\"1\";s:14:\"video_position\";s:6:\"header\";s:17:\"video_description\";s:0:\"\";}'),
(141423, 17880, '_elementor_page_settings', 'a:4:{s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-19314\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(141424, 17880, 'fabric_options', 'a:2:{s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:19:\"header-custom-19314\";}'),
(141425, 17880, 'trx_addons_post_views_count', '124'),
(141426, 17882, '_edit_lock', '1667406006:1'),
(141427, 17883, '_wp_attached_file', '2022/08/portfolio-image9.jpg'),
(141428, 17883, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2022/08/portfolio-image9.jpg\";s:8:\"filesize\";i:383100;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"portfolio-image9-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84760;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7753;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63839;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17523;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"portfolio-image9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189584;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7753;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103491;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"portfolio-image9-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:413947;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25882;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:29:\"portfolio-image9-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256855;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107358;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26708;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5383;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125390;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31485;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113002;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105272;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164057;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12343;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51740;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"portfolio-image9-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39550;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141429, 17882, '_wp_old_slug', 'font-design-2'),
(141430, 17882, '_thumbnail_id', '17883'),
(141431, 17882, '_edit_last', '1'),
(141432, 17882, 'trx_addons_project_author', 'none'),
(141433, 17882, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:10:\"Hony Mason\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:10:\"John Miles\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:200:\"https://inkafine.com/wp-content/uploads/2020/04/service-image7.jpg|https://inkafine.com/wp-content/uploads/2020/04/service-image6.jpg|https://inkafine.com/wp-content/uploads/2020/04/service-image5.jpg\";s:16:\"gallery_position\";s:3:\"top\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141434, 17882, '_elementor_page_settings', 'a:4:{s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(141435, 17882, 'fabric_options', 'a:2:{s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:19:\"header-custom-18728\";}'),
(141436, 17882, 'trx_addons_post_views_count', '127'),
(141437, 17884, '_edit_lock', '1666016405:1'),
(141438, 17885, '_wp_attached_file', '2022/08/portfolio-image10.jpg'),
(141439, 17885, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image10.jpg\";s:8:\"filesize\";i:458966;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image10-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33890;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5826;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28296;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11142;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72741;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5826;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41784;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image10-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178149;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14677;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image10-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102613;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42497;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14446;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4476;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49353;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16860;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44374;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40179;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61932;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8425;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21976;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image10-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141440, 17884, '_wp_old_slug', 'cover-ideas'),
(141441, 17884, '_thumbnail_id', '17885'),
(141442, 17884, '_edit_last', '1'),
(141443, 17884, 'trx_addons_project_author', 'none'),
(141444, 17884, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141445, 17884, '_elementor_page_settings', 'a:0:{}'),
(141446, 17884, 'fabric_options', 'a:0:{}'),
(141447, 17884, 'trx_addons_post_views_count', '114'),
(141448, 17886, '_edit_lock', '1666016405:1'),
(141449, 17887, '_wp_attached_file', '2022/08/portfolio-image11.jpg'),
(141450, 17887, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image11.jpg\";s:8:\"filesize\";i:485082;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image11-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89931;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8800;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76208;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20992;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211078;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121424;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image11-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:427212;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30561;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image11-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272576;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124580;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32039;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6222;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144557;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37193;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116710;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114907;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180045;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15083;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55370;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image11-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43822;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141451, 17886, '_wp_old_slug', 'cover-ideas-2'),
(141452, 17886, '_thumbnail_id', '17887'),
(141453, 17886, '_edit_last', '1'),
(141454, 17886, 'trx_addons_project_author', 'none'),
(141455, 17886, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141456, 17886, '_elementor_page_settings', 'a:0:{}'),
(141457, 17886, 'fabric_options', 'a:0:{}'),
(141458, 17886, 'trx_addons_post_views_count', '127'),
(141459, 17888, '_edit_lock', '1666016405:1'),
(141460, 17889, '_wp_attached_file', '2022/08/portfolio-image12.jpg'),
(141461, 17889, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1600;s:4:\"file\";s:29:\"2022/08/portfolio-image12.jpg\";s:8:\"filesize\";i:282075;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image12-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37952;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7230;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44539;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17462;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image12-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95319;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7230;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63059;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image12-1536x1280.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170672;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-370x308.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23119;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image12-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84182;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46163;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17586;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5358;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-840x700.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71990;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-410x342.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26638;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46027;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50923;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69010;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10082;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26197;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image12-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24141;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141462, 17888, '_wp_old_slug', 'font-design-2-2'),
(141463, 17888, '_thumbnail_id', '19634'),
(141464, 17888, '_edit_last', '1'),
(141465, 17888, 'trx_addons_project_author', 'none'),
(141466, 17888, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141467, 17888, '_elementor_page_settings', 'a:0:{}'),
(141468, 17888, 'fabric_options', 'a:0:{}'),
(141469, 3198, '_wp_old_slug', 'cover-ideas'),
(141471, 3199, '_wp_old_slug', 'font-design'),
(141473, 17880, '_wp_old_slug', 'font-design-2'),
(141475, 17882, '_wp_old_slug', 'font-design-2-2'),
(141477, 17884, '_wp_old_slug', 'cover-ideas-2'),
(141479, 17886, '_wp_old_slug', 'cover-ideas-2-2'),
(141481, 17888, '_wp_old_slug', 'font-design-2-2-2'),
(141483, 17890, '_edit_lock', '1662993412:1'),
(141484, 17890, '_edit_last', '1'),
(141485, 17890, 'trx_addons_post_views_count', '140'),
(141486, 17890, 'trx_addons_post_likes_count', '0'),
(141487, 17890, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(141488, 17890, '_elementor_page_settings', 'a:2:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(141489, 17890, 'fabric_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(141490, 17890, '_elementor_edit_mode', 'builder'),
(141491, 17890, '_elementor_template_type', 'wp-page'),
(141492, 17890, '_elementor_version', '3.7.4'),
(141501, 17890, '_wp_page_template', 'default'),
(141502, 17890, '_elementor_data', '[{\"id\":\"fd18901\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1271d31\"}]},\"elements\":[{\"id\":\"4695355\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"91843f8\"}]},\"elements\":[{\"id\":\"085489b\",\"elType\":\"widget\",\"settings\":{\"type\":\"lay_portfolio_grid\",\"post_type\":\"cpt_portfolio\",\"cat\":[\"113\"],\"count\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"orderby\":\"post_date\",\"filters_taxonomy\":\"cpt_portfolio_group\",\"filters_more_text\":\"More posts\",\"template_lay_portfolio_grid\":\"grid_style_9\",\"meta_parts\":[\"categories\"],\"more_button\":\"\",\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"1ee3070\"}],\"taxonomy\":\"cpt_portfolio_group\",\"filters_title_align\":\"center\",\"show_filters\":\"1\",\"filters_ids\":\"195, 113, 196, 197\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"}],\"isInner\":false}],\"isInner\":false}]'),
(141509, 17890, '_elementor_page_assets', 'a:0:{}'),
(141510, 17880, 'trx_addons_post_likes_count', '0'),
(141604, 17907, '_edit_lock', '1666016407:1'),
(141605, 17908, '_wp_attached_file', '2022/08/portfolio-image13.jpg'),
(141606, 17908, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image13.jpg\";s:8:\"filesize\";i:268691;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image13-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27477;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5242;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22399;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9289;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image13-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51393;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5242;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31765;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image13-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107870;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12060;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image13-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67822;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31547;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11739;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4111;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36512;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13995;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34929;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32139;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45476;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7058;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18492;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image13-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15909;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141607, 17907, '_wp_old_slug', 'craft-decor'),
(141608, 17907, '_thumbnail_id', '17908'),
(141609, 17907, '_edit_last', '1'),
(141610, 17907, 'trx_addons_project_author', 'none'),
(141611, 17907, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141612, 17907, '_elementor_page_settings', 'a:0:{}'),
(141613, 17907, 'fabric_options', 'a:0:{}'),
(141614, 17907, 'trx_addons_post_views_count', '163'),
(141615, 17909, '_edit_lock', '1666016405:1'),
(141616, 17910, '_wp_attached_file', '2022/08/portfolio-image14.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141617, 17910, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image14.jpg\";s:8:\"filesize\";i:341744;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image14-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24651;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3253;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16079;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5509;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image14-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56663;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26813;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image14-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169928;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7251;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image14-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91549;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29134;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7316;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2579;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33533;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8537;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35305;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29429;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48595;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4308;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14745;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image14-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141618, 17909, '_wp_old_slug', 'craft-decor-2'),
(141619, 17909, '_thumbnail_id', '17910'),
(141620, 17909, '_edit_last', '1'),
(141621, 17909, 'trx_addons_project_author', 'none'),
(141622, 17909, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141623, 17909, '_elementor_page_settings', 'a:0:{}'),
(141624, 17909, 'fabric_options', 'a:0:{}'),
(141625, 17909, 'trx_addons_post_views_count', '149'),
(141626, 17911, '_edit_lock', '1666016407:1'),
(141627, 17912, '_wp_attached_file', '2022/08/portfolio-image15.jpg'),
(141628, 17912, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image15.jpg\";s:8:\"filesize\";i:153490;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image15-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24985;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4474;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23773;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9121;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image15-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4474;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33967;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image15-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103634;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12142;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image15-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65651;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33452;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12109;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3344;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38881;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14243;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30600;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30751;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45091;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6891;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16859;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image15-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141629, 17911, '_wp_old_slug', 'craft-decor-2-2'),
(141630, 17911, '_thumbnail_id', '17912'),
(141631, 17911, '_edit_last', '1'),
(141632, 17911, 'trx_addons_project_author', 'none'),
(141633, 17911, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141634, 17911, '_elementor_page_settings', 'a:0:{}'),
(141635, 17911, 'fabric_options', 'a:0:{}'),
(141636, 17911, 'trx_addons_post_views_count', '138'),
(141637, 17913, '_edit_lock', '1666016405:1'),
(141638, 17914, '_wp_attached_file', '2022/08/portfolio-image16.jpg'),
(141639, 17914, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image16.jpg\";s:8:\"filesize\";i:384224;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image16-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45265;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5469;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35689;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11538;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image16-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103151;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5469;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56988;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image16-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234331;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15967;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image16-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145230;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60205;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16382;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4141;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68412;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18847;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60246;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54363;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86386;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8739;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28049;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image16-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21072;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141640, 17913, '_wp_old_slug', 'craft-decor-2-2-2'),
(141641, 17913, '_thumbnail_id', '17914'),
(141642, 17913, '_edit_last', '1'),
(141643, 17913, 'trx_addons_project_author', 'none'),
(141644, 17913, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141645, 17913, '_elementor_page_settings', 'a:0:{}'),
(141646, 17913, 'fabric_options', 'a:0:{}'),
(141647, 17915, '_edit_lock', '1666016405:1'),
(141648, 17916, '_wp_attached_file', '2022/08/portfolio-image17.jpg'),
(141649, 17916, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image17.jpg\";s:8:\"filesize\";i:430747;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image17-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50960;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4713;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37437;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9628;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image17-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4713;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65416;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image17-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:294643;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13999;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image17-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178552;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69473;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14819;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3559;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80565;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17298;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69485;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62521;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104590;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7196;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29691;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image17-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141650, 17915, '_wp_old_slug', 'craft-decor-2-2-2-2'),
(141651, 17915, '_thumbnail_id', '17916'),
(141652, 17915, '_edit_last', '1'),
(141653, 17915, 'trx_addons_project_author', 'none'),
(141654, 17915, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141655, 17915, '_elementor_page_settings', 'a:0:{}'),
(141656, 17915, 'fabric_options', 'a:0:{}'),
(141657, 17915, '_wp_old_slug', 'craft-decor-2-2-2-2-2'),
(141659, 17917, '_edit_lock', '1666016352:1'),
(141660, 17918, '_wp_attached_file', '2022/08/portfolio-image18.jpg'),
(141661, 17918, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image18.jpg\";s:8:\"filesize\";i:222540;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image18-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27782;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4121;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20984;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7670;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image18-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4121;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32570;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image18-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118871;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10289;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image18-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71614;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32648;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9962;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3252;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38589;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11843;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36037;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33439;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49479;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5783;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18003;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image18-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13635;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141662, 17917, '_wp_old_slug', '5'),
(141663, 17917, '_thumbnail_id', '17918'),
(141664, 17917, '_edit_last', '1'),
(141665, 17917, 'trx_addons_project_author', 'none'),
(141666, 17917, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141667, 17917, '_elementor_page_settings', 'a:0:{}'),
(141668, 17917, 'fabric_options', 'a:0:{}'),
(141669, 17917, '_wp_old_slug', '5-2'),
(141671, 17919, '_edit_lock', '1666016349:1'),
(141672, 17920, '_wp_attached_file', '2022/08/portfolio-image19.jpg'),
(141673, 17920, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image19.jpg\";s:8:\"filesize\";i:456175;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image19-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29970;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4251;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22604;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7946;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image19-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67501;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4256;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35704;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image19-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190069;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10364;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image19-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104936;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37137;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10451;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3335;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43071;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12172;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42646;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35456;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56800;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6090;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18143;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image19-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141674, 17919, '_wp_old_slug', '6'),
(141675, 17919, '_thumbnail_id', '17920'),
(141676, 17919, '_edit_last', '1'),
(141677, 17919, 'trx_addons_project_author', 'none'),
(141678, 17919, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141679, 17919, '_elementor_page_settings', 'a:0:{}'),
(141680, 17919, 'fabric_options', 'a:0:{}'),
(141681, 17919, '_wp_old_slug', '6-2'),
(141683, 17921, '_edit_lock', '1666016399:1'),
(141684, 17922, '_wp_attached_file', '2022/08/portfolio-image20.jpg'),
(141685, 17922, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image20.jpg\";s:8:\"filesize\";i:266021;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image20-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31690;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3355;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22213;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6524;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image20-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3361;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36998;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image20-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145546;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9166;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image20-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98701;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41676;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9892;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2564;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44667;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11091;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41928;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36986;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57524;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4969;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19650;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image20-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13916;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141686, 17921, '_wp_old_slug', '7'),
(141687, 17921, '_thumbnail_id', '17922'),
(141688, 17921, '_edit_last', '1'),
(141689, 17921, 'trx_addons_project_author', 'none'),
(141690, 17921, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141691, 17921, '_elementor_page_settings', 'a:0:{}'),
(141692, 17921, 'fabric_options', 'a:0:{}'),
(141693, 17921, '_wp_old_slug', '7-2'),
(141695, 17923, '_edit_lock', '1666016282:1'),
(141696, 17924, '_wp_attached_file', '2022/08/portfolio-image21.jpg'),
(141697, 17924, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image21.jpg\";s:8:\"filesize\";i:428374;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image21-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57522;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7236;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47052;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15390;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image21-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7255;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71050;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image21-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238680;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21831;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image21-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153050;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71467;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21949;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5221;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83620;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25981;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74185;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69432;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103452;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11173;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37166;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image21-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29778;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141698, 17923, '_wp_old_slug', '8'),
(141699, 17923, '_thumbnail_id', '17924'),
(141700, 17923, '_edit_last', '1'),
(141701, 17923, 'trx_addons_project_author', 'none'),
(141702, 17923, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141703, 17923, '_elementor_page_settings', 'a:0:{}'),
(141704, 17923, 'fabric_options', 'a:0:{}'),
(141705, 17923, '_wp_old_slug', '8-2'),
(141707, 17923, 'trx_addons_post_views_count', '140'),
(141708, 17907, '_wp_old_slug', 'craft-decor-2'),
(141710, 17911, '_wp_old_slug', 'craft-decor-2-2-2'),
(141712, 17913, '_wp_old_slug', 'craft-decor-2-2-2-2'),
(141714, 17915, '_wp_old_slug', '5'),
(141715, 17917, '_wp_old_slug', '6'),
(141716, 17919, '_wp_old_slug', '7'),
(141717, 17921, '_wp_old_slug', '8'),
(141718, 17923, '_wp_old_slug', '9'),
(141719, 17925, '_edit_lock', '1662112138:1'),
(141720, 17925, '_edit_last', '1'),
(141721, 17925, 'trx_addons_post_views_count', '155'),
(141722, 17925, 'trx_addons_post_likes_count', '0'),
(141723, 17925, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(141724, 17925, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(141725, 17925, 'fabric_options', 'a:3:{s:10:\"body_style\";s:10:\"fullscreen\";s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(141726, 17925, '_elementor_edit_mode', 'builder'),
(141727, 17925, '_elementor_template_type', 'wp-page'),
(141728, 17925, '_elementor_version', '3.7.2'),
(141729, 17907, 'trx_addons_post_likes_count', '0'),
(141730, 17909, 'trx_addons_post_likes_count', '0'),
(141731, 17911, 'trx_addons_post_likes_count', '0'),
(141732, 17913, 'trx_addons_post_views_count', '135'),
(141733, 17913, 'trx_addons_post_likes_count', '0'),
(141734, 17915, 'trx_addons_post_views_count', '128'),
(141735, 17915, 'trx_addons_post_likes_count', '0'),
(141736, 17917, 'trx_addons_post_views_count', '124'),
(141737, 17917, 'trx_addons_post_likes_count', '0'),
(141738, 17919, 'trx_addons_post_views_count', '123'),
(141739, 17919, 'trx_addons_post_likes_count', '0'),
(141740, 17921, 'trx_addons_post_views_count', '133'),
(141741, 17921, 'trx_addons_post_likes_count', '0'),
(141742, 17923, 'trx_addons_post_likes_count', '0'),
(141751, 17925, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141752, 17925, '_elementor_data', '[{\"id\":\"dd6a1a7\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ff922be\"}],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"12989e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fb01122\"}]},\"elements\":[{\"id\":\"849b1ad\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"bf2c618\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b7bc079\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ef540f1\"}],\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"047be4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3fd2eba\"}]},\"elements\":[{\"id\":\"65c608b\",\"elType\":\"widget\",\"settings\":{\"type\":\"lay_portfolio\",\"post_type\":\"cpt_portfolio\",\"taxonomy\":\"cpt_portfolio_group\",\"cat\":[\"167\"],\"count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"orderby\":\"post_date\",\"filters_taxonomy\":\"cpt_portfolio_group\",\"filters_more_text\":\"More posts\",\"template_lay_portfolio\":\"style_14\",\"meta_parts\":[\"categories\"],\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"e48ea17\"}],\"columns_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"}],\"isInner\":false}],\"isInner\":false}]'),
(141759, 17925, '_elementor_page_assets', 'a:0:{}'),
(141782, 17933, '_edit_lock', '1666013106:1'),
(141783, 17934, '_wp_attached_file', '2022/08/portfolio-image22.jpg'),
(141784, 17934, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image22.jpg\";s:8:\"filesize\";i:382448;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image22-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39511;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5294;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33699;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10958;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image22-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89132;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5321;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52406;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image22-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189747;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15276;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image22-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119022;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54085;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15891;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3998;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61624;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18285;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50709;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51117;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79017;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8152;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25415;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image22-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21336;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141785, 17933, '_wp_old_slug', 'jacquard'),
(141786, 17933, '_thumbnail_id', '17934'),
(141787, 17933, '_edit_last', '1'),
(141788, 17933, 'trx_addons_project_author', 'none'),
(141789, 17933, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141790, 17933, '_elementor_page_settings', 'a:0:{}'),
(141791, 17933, 'fabric_options', 'a:0:{}'),
(141792, 17933, '_wp_old_slug', 'jacquard-2'),
(141794, 17933, 'trx_addons_post_views_count', '158'),
(141795, 17935, '_edit_lock', '1666013097:1'),
(141796, 17935, '_wp_old_slug', '1'),
(141797, 17935, '_thumbnail_id', '17801'),
(141798, 17935, '_edit_last', '1'),
(141799, 17935, 'trx_addons_project_author', 'none'),
(141800, 17935, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141801, 17935, '_elementor_page_settings', 'a:0:{}'),
(141802, 17935, 'fabric_options', 'a:0:{}'),
(141803, 17935, '_wp_old_slug', '1-2'),
(141805, 17936, '_edit_lock', '1666013088:1'),
(141806, 17937, '_wp_attached_file', '2022/08/portfolio-image23.jpg'),
(141807, 17937, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image23.jpg\";s:8:\"filesize\";i:429922;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image23-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71055;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7385;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53295;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15635;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image23-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140794;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7399;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82651;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image23-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:282144;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22633;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image23-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180830;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85640;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23601;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5173;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98182;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27139;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91706;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85228;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127578;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11393;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45127;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image23-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141808, 17936, '_wp_old_slug', '2'),
(141809, 17936, '_thumbnail_id', '17937'),
(141810, 17936, '_edit_last', '1'),
(141811, 17936, 'trx_addons_project_author', 'none'),
(141812, 17936, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141813, 17936, '_elementor_page_settings', 'a:0:{}'),
(141814, 17936, 'fabric_options', 'a:0:{}'),
(141815, 17936, '_wp_old_slug', '2-2'),
(141817, 17938, '_edit_lock', '1666013066:1'),
(141818, 17939, '_wp_attached_file', '2022/08/portfolio-image24.jpg'),
(141819, 17939, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image24.jpg\";s:8:\"filesize\";i:319065;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image24-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50962;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6004;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37502;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12342;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image24-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6037;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57862;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image24-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207357;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17288;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image24-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132929;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62155;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18392;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4354;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68338;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20479;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66501;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59859;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88096;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9468;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33605;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image24-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141820, 17938, '_wp_old_slug', '3'),
(141821, 17938, '_thumbnail_id', '17939'),
(141822, 17938, '_edit_last', '1'),
(141823, 17938, 'trx_addons_project_author', 'none'),
(141824, 17938, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141825, 17938, '_elementor_page_settings', 'a:0:{}'),
(141826, 17938, 'fabric_options', 'a:0:{}'),
(141827, 17938, '_wp_old_slug', '3-2'),
(141829, 17940, '_edit_lock', '1666013056:1'),
(141830, 17941, '_wp_attached_file', '2022/08/portfolio-image25.jpg'),
(141831, 17941, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image25.jpg\";s:8:\"filesize\";i:364959;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image25-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51548;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4524;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35901;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9887;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image25-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4531;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61676;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image25-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253594;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14162;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image25-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155280;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63813;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14289;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3341;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75036;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17255;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69146;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62168;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98304;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6909;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30915;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image25-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21989;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141832, 17940, 'trx_addons_post_views_count', '117'),
(141833, 17940, '_wp_old_slug', '4'),
(141834, 17940, '_thumbnail_id', '17941'),
(141835, 17940, '_edit_last', '1'),
(141836, 17940, 'trx_addons_project_author', 'none'),
(141837, 17940, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141838, 17940, '_elementor_page_settings', 'a:0:{}'),
(141839, 17940, 'fabric_options', 'a:0:{}'),
(141840, 17940, '_wp_old_slug', '4-2'),
(141842, 17936, 'trx_addons_post_views_count', '133'),
(141843, 17942, '_edit_lock', '1666013015:1'),
(141844, 17943, '_wp_attached_file', '2022/08/portfolio-image26.jpg'),
(141845, 17943, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image26.jpg\";s:8:\"filesize\";i:328253;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image26-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44178;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5602;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37821;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11952;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image26-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5608;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58965;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image26-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213236;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16726;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image26-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136097;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61447;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17306;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4210;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69616;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19926;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57091;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54582;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84198;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8768;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28354;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image26-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22858;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141846, 17942, '_wp_old_slug', '5'),
(141847, 17942, '_thumbnail_id', '17943'),
(141848, 17942, '_edit_last', '1'),
(141849, 17942, 'trx_addons_project_author', 'none'),
(141850, 17942, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(141851, 17942, '_elementor_page_settings', 'a:0:{}'),
(141852, 17942, 'fabric_options', 'a:0:{}'),
(141853, 17942, '_wp_old_slug', '5-2'),
(141855, 17942, 'trx_addons_post_views_count', '138'),
(141856, 17938, 'trx_addons_post_views_count', '112'),
(141857, 17944, '_edit_lock', '1661433372:1'),
(141858, 17944, '_edit_last', '1'),
(141859, 17944, 'trx_addons_post_views_count', '121'),
(141860, 17944, 'trx_addons_post_likes_count', '0'),
(141861, 17944, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(141862, 17944, '_elementor_page_settings', 'a:2:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(141863, 17944, 'fabric_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(141864, 17944, '_elementor_edit_mode', 'builder'),
(141865, 17944, '_elementor_template_type', 'wp-page'),
(141866, 17944, '_elementor_version', '3.7.2'),
(141867, 17933, 'trx_addons_post_likes_count', '0'),
(141868, 17935, 'trx_addons_post_views_count', '121'),
(141869, 17935, 'trx_addons_post_likes_count', '0'),
(141870, 17936, 'trx_addons_post_likes_count', '0'),
(141871, 17938, 'trx_addons_post_likes_count', '0'),
(141872, 17940, 'trx_addons_post_likes_count', '0'),
(141873, 17942, 'trx_addons_post_likes_count', '0'),
(141882, 17944, '_wp_page_template', 'default'),
(141883, 17944, '_elementor_data', '[{\"id\":\"5b663b5\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fe66a4b\"}]},\"elements\":[{\"id\":\"2752910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1302339\"}]},\"elements\":[{\"id\":\"ae77a73\",\"elType\":\"widget\",\"settings\":{\"type\":\"lay_portfolio\",\"post_type\":\"cpt_portfolio\",\"taxonomy\":\"cpt_portfolio_group\",\"cat\":[\"168\"],\"count\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"filters_taxonomy\":\"cpt_portfolio_group\",\"filters_more_text\":\"More posts\",\"template_lay_portfolio\":\"style-8\",\"meta_parts\":[\"categories\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"636e07b\"}],\"hover\":\"on_waves\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"}],\"isInner\":false}],\"isInner\":false}]'),
(141890, 17944, '_elementor_page_assets', 'a:0:{}'),
(141913, 17933, '_wp_old_slug', '1'),
(141914, 17935, '_wp_old_slug', '2'),
(141915, 17936, '_wp_old_slug', '3'),
(141916, 17938, '_wp_old_slug', '4'),
(141918, 17940, '_wp_old_slug', '5'),
(141919, 17942, '_wp_old_slug', '6'),
(141920, 17952, '_edit_lock', '1668413066:1'),
(141921, 17952, '_edit_last', '1'),
(141922, 17952, 'trx_addons_post_views_count', '143'),
(141923, 17952, 'trx_addons_post_likes_count', '0'),
(141924, 17952, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(141925, 17952, '_elementor_page_settings', 'a:14:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:18:\"header-custom-6817\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:32:\"qwery_options_field_color_scheme\";s:5:\"light\";s:35:\"qwery_options_override_color_scheme\";s:1:\"1\";}'),
(141926, 17952, 'fabric_options', 'a:2:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(141927, 17952, '_elementor_edit_mode', 'builder'),
(141928, 17952, '_elementor_template_type', 'wp-page'),
(141929, 17952, '_elementor_version', '3.8.0'),
(141930, 17954, '_wp_attached_file', '2022/08/faq-page-image1.jpg'),
(141931, 17954, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/08/faq-page-image1.jpg\";s:8:\"filesize\";i:221859;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"faq-page-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23634;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4156;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34848;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7195;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"faq-page-image1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"faq-page-image1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52780;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"faq-page-image1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84988;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16806;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"faq-page-image1-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49487;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22991;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7940;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3263;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"faq-page-image1-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61227;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19487;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29516;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26178;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35425;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4725;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15997;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"faq-page-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13026;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141940, 17952, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141941, 17952, '_elementor_data', '[{\"id\":\"8d42fff\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6d70811\"}]},\"elements\":[{\"id\":\"d9f5a67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f7d1a2a\"}]},\"elements\":[{\"id\":\"ea9620f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"5b630b8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"98a8f47\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"f88cb77\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"ad52739\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6028366\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"1220c61\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How long does a fitting take?\",\"tab_content\":\"<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.<\\/p>\",\"_id\":\"94fe240\"},{\"tab_title\":\"Do you keep my measurements?\",\"tab_content\":\"<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.<\\/p>\",\"_id\":\"72c09f9\"},{\"tab_title\":\"Do you offer standard sizes?\",\"tab_content\":\"<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.<\\/p>\",\"_id\":\"ed78cb2\"},{\"tab_title\":\"How long does it take to tailor my garment?\",\"tab_content\":\"<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.<\\/p>\",\"_id\":\"e3e4f0a\"}],\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"title_html_tag\":\"h5\",\"title_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"e7aa95f\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6326dda\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"4643ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"6c8c1c9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f2d9d25\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"fc8449a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"05e2bd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"http:\\/\\/default.qwery.kat\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e0962e3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"553140a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"060c037\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"2563eee\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c43d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fa02f6\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"18bd1d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5633402\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"92678b3\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3564c53\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7b44c7b\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(141948, 17952, '_elementor_page_assets', 'a:0:{}'),
(141975, 17961, '_wp_attached_file', '2020/06/popup-image1.jpg'),
(141976, 17961, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2020/06/popup-image1.jpg\";s:8:\"filesize\";i:278861;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"popup-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33962;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"popup-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5351;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"popup-image1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54734;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"popup-image1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10648;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"popup-image1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68191;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"popup-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5353;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"popup-image1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83393;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"popup-image1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140622;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"popup-image1-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25743;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"popup-image1-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95505;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"popup-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39173;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"popup-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12376;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"popup-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4132;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:25:\"popup-image1-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98293;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"popup-image1-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29985;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"popup-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43056;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"popup-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38189;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"popup-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56625;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"popup-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6989;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"popup-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23708;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"popup-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17914;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141991, 7074, '_elementor_page_assets', 'a:0:{}'),
(142002, 17965, '_edit_lock', '1660131430:1'),
(142003, 17966, '_wp_attached_file', '2022/08/post-image1.jpg'),
(142004, 17966, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2022/08/post-image1.jpg\";s:8:\"filesize\";i:365576;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"post-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50446;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7436;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"post-image1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47654;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"post-image1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16130;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"post-image1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7450;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"post-image1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70231;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"post-image1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212747;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22794;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"post-image1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143651;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"post-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72319;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"post-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23248;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"post-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5386;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"post-image1-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81593;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"post-image1-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26609;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"post-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62690;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"post-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64647;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"post-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96458;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"post-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11957;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"post-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34042;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"post-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29008;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142005, 17967, '_wp_attached_file', '2022/08/post-image2.jpg'),
(142006, 17967, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2022/08/post-image2.jpg\";s:8:\"filesize\";i:506993;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"post-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86616;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9237;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"post-image2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72335;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"post-image2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21321;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"post-image2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9273;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"post-image2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112675;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"post-image2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:381109;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image2-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31164;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"post-image2-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246536;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"post-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115449;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"post-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32218;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"post-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6373;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"post-image2-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133340;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"post-image2-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37431;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"post-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111246;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"post-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106600;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"post-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163027;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"post-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15361;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"post-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55389;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"post-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43950;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142009, 17965, '_wp_old_slug', 'whats-trending-on-designers-charts-this-spring'),
(142010, 17965, '_thumbnail_id', '17807'),
(142011, 17965, '_edit_last', '1'),
(142012, 17965, 'trx_addons_post_views_count', '326'),
(142013, 17965, 'trx_addons_post_likes_count', '0'),
(142014, 17965, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(142015, 17965, '_elementor_page_settings', 'a:2:{s:44:\"fabric_options_field_sidebar_position_single\";s:4:\"hide\";s:47:\"fabric_options_override_sidebar_position_single\";s:1:\"1\";}'),
(142016, 17965, 'fabric_options', 'a:1:{s:23:\"sidebar_position_single\";s:4:\"hide\";}'),
(142017, 17965, '_wp_page_template', 'default'),
(142020, 17965, 'rs_page_bg_color', ''),
(142021, 17965, '_wp_old_slug', 'whats-trending-on-designers-charts-this-spring-2'),
(142022, 17970, '_edit_lock', '1660131467:1'),
(142025, 17970, '_wp_old_slug', 'post-1'),
(142026, 17970, '_edit_last', '1'),
(142027, 17970, 'trx_addons_post_views_count', '201'),
(142028, 17970, 'trx_addons_post_likes_count', '0'),
(142029, 17970, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(142030, 17970, '_elementor_page_settings', 'a:0:{}'),
(142031, 17970, 'fabric_options', 'a:0:{}'),
(142032, 17970, '_wp_page_template', 'default'),
(142035, 17970, '_wp_old_slug', 'post-1-2'),
(142036, 17970, 'rs_page_bg_color', ''),
(142037, 17972, '_edit_lock', '1667475524:1'),
(142040, 17972, '_wp_old_slug', 'post-1'),
(142041, 17972, '_edit_last', '1'),
(142042, 17972, 'trx_addons_post_views_count', '206'),
(142043, 17972, 'trx_addons_post_likes_count', '0'),
(142044, 17972, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:209:\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37.jpg|https://inkafine.com/wp-content/uploads/2022/09/portfolio-image35.jpg|https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32.jpg\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(142045, 17972, '_elementor_page_settings', 'a:0:{}'),
(142046, 17972, 'fabric_options', 'a:0:{}'),
(142047, 17972, '_wp_page_template', 'default'),
(142050, 17972, '_wp_old_slug', 'post-1-2'),
(142052, 17974, '_edit_lock', '1667240416:1'),
(142053, 17975, '_wp_attached_file', '2022/08/sample-melody.mp3'),
(142054, 17975, '_wp_attachment_metadata', 'a:21:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:123549.42996742671;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.99r\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:43:\"--preset fast portable -b32 --lowpass 17000\";s:17:\"compression_ratio\";d:0.08754919923995656;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:248448;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:16;s:16:\"length_formatted\";s:4:\"0:16\";s:5:\"title\";s:0:\"\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";s:4:\"year\";s:0:\"\";s:7:\"comment\";s:0:\"\";}'),
(142057, 17974, '_wp_old_slug', 'post-1'),
(142058, 17974, '_edit_last', '1'),
(142059, 17974, 'trx_addons_post_views_count', '213'),
(142060, 17974, 'trx_addons_post_likes_count', '0'),
(142061, 17974, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(142062, 17974, '_elementor_page_settings', 'a:0:{}'),
(142063, 17974, 'fabric_options', 'a:0:{}'),
(142064, 17974, 'enclosure', 'https://inkafine.com/wp-content/uploads/2022/08/sample-melody.mp3\n248448\naudio/mpeg\n'),
(142067, 17974, '_wp_page_template', 'default'),
(142070, 17974, '_wp_old_slug', 'post-1-2'),
(142071, 17974, 'rs_page_bg_color', ''),
(142072, 17978, '_edit_lock', '1665923506:1'),
(142073, 17979, '_wp_attached_file', '2022/08/post-image3.jpg'),
(142074, 17979, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2022/08/post-image3.jpg\";s:8:\"filesize\";i:215747;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"post-image3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29437;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5483;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"post-image3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27710;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"post-image3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10844;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"post-image3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5488;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"post-image3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39534;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"post-image3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118731;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image3-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14482;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"post-image3-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85939;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"post-image3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43776;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"post-image3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15996;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"post-image3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4184;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"post-image3-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45382;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"post-image3-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16456;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"post-image3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36470;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"post-image3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36789;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"post-image3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53815;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"post-image3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8961;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"post-image3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20196;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"post-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17789;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142077, 17978, '_wp_old_slug', 'post-1'),
(142078, 17978, '_thumbnail_id', '17979'),
(142079, 17978, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(142080, 17978, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659609844'),
(142081, 17978, '_edit_last', '1'),
(142082, 17978, 'trx_addons_post_views_count', '306'),
(142083, 17978, 'trx_addons_post_likes_count', '0'),
(142084, 17978, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:28:\"https://youtu.be/ZNm6z3zr0f8\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(142085, 17978, '_elementor_page_settings', 'a:0:{}'),
(142086, 17978, 'fabric_options', 'a:0:{}'),
(142087, 17978, '_wp_page_template', 'default'),
(142090, 17978, '_wp_old_slug', 'post-1-2'),
(142094, 17981, '_edit_lock', '1660124827:1'),
(142095, 17981, '_wp_page_template', 'blog.php'),
(142096, 17981, '_edit_last', '1'),
(142097, 17981, 'trx_addons_post_views_count', '0'),
(142098, 17981, 'trx_addons_post_likes_count', '0'),
(142099, 17981, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(142100, 17981, '_elementor_page_settings', 'a:4:{s:35:\"fabric_options_field_posts_per_page\";s:1:\"6\";s:38:\"fabric_options_override_posts_per_page\";s:1:\"1\";s:36:\"fabric_options_field_blog_pagination\";s:5:\"pages\";s:39:\"fabric_options_override_blog_pagination\";s:1:\"1\";}'),
(142101, 17981, 'fabric_options', 'a:2:{s:14:\"posts_per_page\";s:1:\"6\";s:15:\"blog_pagination\";s:5:\"pages\";}'),
(142102, 17981, 'fabric_options_post_type', 'post'),
(142103, 17981, 'fabric_options_parent_cat', '0'),
(142104, 17983, '_wp_attached_file', '2022/08/post-image4.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(142105, 17983, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2022/08/post-image4.jpg\";s:8:\"filesize\";i:470107;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"post-image4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44790;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4774;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"post-image4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27994;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"post-image4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8502;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"post-image4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103393;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4785;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"post-image4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49445;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"post-image4-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275384;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image4-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11297;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"post-image4-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158767;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"post-image4-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54298;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"post-image4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11959;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"post-image4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3664;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"post-image4-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62349;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"post-image4-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13766;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"post-image4-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63810;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"post-image4-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52363;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"post-image4-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87135;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"post-image4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6949;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"post-image4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26690;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"post-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18435;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142106, 17984, '_wp_attached_file', '2022/08/typography-image1.jpg'),
(142107, 17984, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/typography-image1.jpg\";s:8:\"filesize\";i:168613;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"typography-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27465;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"typography-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5039;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"typography-image1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26441;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"typography-image1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10101;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"typography-image1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62414;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"typography-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5057;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"typography-image1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38777;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"typography-image1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125173;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"typography-image1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13445;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"typography-image1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80373;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"typography-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39961;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"typography-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13972;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"typography-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3935;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"typography-image1-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44900;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"typography-image1-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15580;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"typography-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34286;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"typography-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34976;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"typography-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53065;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"typography-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8001;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"typography-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18516;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"typography-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142132, 8, '_elementor_page_assets', 'a:0:{}'),
(142159, 12954, '_elementor_page_assets', 'a:0:{}'),
(142217, 17997, '_edit_lock', '1661440804:1'),
(142218, 17997, '_edit_last', '1'),
(142219, 17997, 'trx_addons_post_views_count', '113'),
(142220, 17997, 'trx_addons_post_likes_count', '0'),
(142221, 17997, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(142222, 17997, '_elementor_page_settings', 'a:2:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(142223, 17997, 'fabric_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(142224, 17997, '_elementor_edit_mode', 'builder'),
(142225, 17997, '_elementor_template_type', 'wp-page'),
(142226, 17997, '_elementor_version', '3.7.2'),
(142251, 17997, '_wp_page_template', 'default'),
(142252, 17997, '_elementor_data', '[{\"id\":\"1732e9d0\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"95a8834\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"6a714cd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"87854d3\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"40b817cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Dear Customers,<\\/h5>\\n<p>Our primary goal is developing a secure and customizable theme framework that meets the needs of the end user. Therefore, our customers are able to create websites based on our templates with very little effort! This process requires minimum knowledge of WordPress or coding; and extensive documentation as well as our Support Team are always at your service. However, we ask you to keep in mind that sometimes issues occur that are not caused by template malfunction. There might be situations when neither the product itself nor our framework are at fault. Among other things, theme performance can be affected by server settings, additional functionality that requires deep file customization, external plugin usage and, of course, attempts to build a website in a very short time.<\\/p>\",\"audio_effects\":[{\"_id\":\"aa3166c\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"221bacbb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We know the ins and outs of our theme framework and have a highly professional team of developers. They will help you to develop the website you need. If you need website customization, please contact our support team for further information:<a href=\\\"https:\\/\\/themerex.net\\/support\\/\\\">https:\\/\\/themerex.net\\/support\\/<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"aa3166c\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0eec65\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"45110df\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"33ea1db6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f6f7fe3\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"542dc25b\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"dc2ac6e\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"194c007e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"84e7aa0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"703a4352\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":80,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"e14cba6\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"4425aa9e\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title\":\"Packages\",\"subtitle\":\"customization\",\"description\":\"\",\"link_style\":\"bordered\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"e6acb58\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"color_style\":\"link2\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7778c62b\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"13c1f95\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"18f5f762\",\"elType\":\"widget\",\"settings\":{\"prices\":[{\"title\":\"Installation + logo change\",\"details\":\"<ul class=\\\"trx_addons_list trx_addons_list_dot\\\">\\n \\t<li>The template will be installed on your server exactly as the demo looks like. You will get access to the admin panel, so you can manage your website<\\/li>\\n \\t<li>We will replace the template\\u2019s logo with yours on each page of the template. The logo has to be in good quality in .PSD, .EPS, .PNG, .JPG format. Logo width should be 300px and 600px<\\/li>\\n<\\/ul>\",\"link\":{\"url\":\"https:\\/\\/themerex.net\\/offers\\/?utm_source=themedemo&utm_medium=offers&utm_campaign=demooffers\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"Grab This Deal\",\"price\":\"$39\",\"icon\":\"none\",\"_id\":\"2f1df30\",\"shadow\":\"yes\",\"price_active\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"bg_image\":{\"url\":\"\",\"id\":\"\"},\"subtitle\":\"regular\"},{\"title\":\"Ready-to-use Website\",\"details\":\"<ul class=\\\"trx_addons_list trx_addons_list_dot\\\"><li class=\\\"icon-check-1\\\" aria-level=\\\"1\\\">Theme installation on your server with your logo<\\/li><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">Google map with your address set<\\/li><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">Content and images replacement up to 6 pages (without layout change)<\\/li><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">Removing elements that you do not need on your website<\\/li><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">Social icons set (without changing theme layout)<\\/li><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">Color scheme replacement<\\/li><\\/ul>\",\"link\":{\"url\":\"https:\\/\\/themerex.net\\/offers\\/?utm_source=themedemo&utm_medium=offers&utm_campaign=demooffers\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"Grab This Deal\",\"price\":\"$350\",\"icon\":\"none\",\"shadow\":\"yes\",\"price_active\":\"yes\",\"_id\":\"152b159\",\"image\":{\"url\":\"\",\"id\":\"\"},\"bg_image\":{\"url\":\"\",\"id\":\"\"},\"subtitle\":\"silver\"},{\"title\":\"Full Website Package\",\"details\":\"<ul class=\\\"trx_addons_list trx_addons_list_dot\\\"><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">WordPress and theme installation<\\/li><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">Customization of website branding<\\/li><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">Content Development (15 royalty-free images and 1500 words of text)<\\/li><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">Content setup (adding 6 pages, 6 posts, Revolution sliders)<\\/li><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">SEO Essentials<\\/li><li class=\\\"icon icon-check-1\\\" aria-level=\\\"1\\\">Website speed optimization<\\/li><\\/ul>\",\"link\":{\"url\":\"https:\\/\\/themerex.net\\/offers\\/?utm_source=themedemo&utm_medium=offers&utm_campaign=demooffers\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"Grab This Deal\",\"price\":\"$699\",\"icon\":\"none\",\"_id\":\"0cf6713\",\"image\":{\"url\":\"\",\"id\":\"\"},\"bg_image\":{\"url\":\"\",\"id\":\"\"},\"price_active\":\"\",\"subtitle\":\"gold\"}],\"type\":\"focus\",\"audio_effects\":[{\"_id\":\"921a476\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_price\"}],\"isInner\":false}],\"isInner\":false}]'),
(142259, 17997, '_elementor_page_assets', 'a:0:{}'),
(142261, 18005, '_edit_lock', '1661856604:1'),
(142262, 18005, '_edit_last', '1'),
(142263, 18005, 'trx_addons_post_views_count', '134'),
(142264, 18005, 'trx_addons_post_likes_count', '0'),
(142265, 18005, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(142266, 18005, '_elementor_page_settings', 'a:14:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:18:\"header-custom-6817\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:32:\"qwery_options_field_color_scheme\";s:5:\"light\";s:35:\"qwery_options_override_color_scheme\";s:1:\"1\";}'),
(142267, 18005, 'fabric_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(142268, 18007, '_wp_attached_file', 'woocommerce-placeholder.png'),
(142269, 18007, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"woocommerce-placeholder-500x600.png\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31291;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3754;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31893;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10547;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3767;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49609;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14609;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-1200x725.png\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114125;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-840x473.png\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55917;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-410x230.png\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16405;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-840x840.png\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58466;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-410x410.png\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17106;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-570x696.png\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41002;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-650x572.png\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36731;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-890x664.png\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63116;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8397;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x493.png\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22441;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142270, 18013, '_wp_attached_file', '2020/05/product-image1.jpg'),
(142271, 18013, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:26:\"2020/05/product-image1.jpg\";s:8:\"filesize\";i:168959;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"product-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20937;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4265;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"product-image1-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23771;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"product-image1-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8885;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"product-image1-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4268;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"product-image1-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35104;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image1-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12531;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"product-image1-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61046;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"product-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29193;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"product-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10785;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"product-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3328;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"product-image1-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39856;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"product-image1-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14363;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"product-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25990;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"product-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25994;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"product-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39948;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:26:\"product-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9524;s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"product-image1-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23837;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4268;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"product-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6494;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"product-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15561;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"product-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12350;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142272, 18014, '_wp_attached_file', '2020/05/product-image2.jpg'),
(142273, 18014, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:26:\"2020/05/product-image2.jpg\";s:8:\"filesize\";i:199784;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"product-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17433;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2712;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"product-image2-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20259;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"product-image2-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5917;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"product-image2-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48695;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2721;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"product-image2-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34102;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image2-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9072;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"product-image2-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75512;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"product-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30474;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"product-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8031;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"product-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2152;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"product-image2-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39058;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"product-image2-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10832;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"product-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22988;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"product-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23063;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"product-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40671;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:26:\"product-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6451;s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"product-image2-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20349;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2721;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"product-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4247;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"product-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12152;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"product-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8837;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142274, 18015, '_wp_attached_file', '2020/05/product-image3.jpg'),
(142275, 18015, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:26:\"2020/05/product-image3.jpg\";s:8:\"filesize\";i:318604;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"product-image3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29015;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4707;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"product-image3-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32821;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"product-image3-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10783;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"product-image3-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69667;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4711;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"product-image3-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50653;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image3-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16117;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"product-image3-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104848;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"product-image3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43488;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"product-image3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14398;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"product-image3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3500;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"product-image3-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57191;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"product-image3-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18771;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"product-image3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36755;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"product-image3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36820;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"product-image3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60489;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:26:\"product-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11969;s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"product-image3-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32956;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4711;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"product-image3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8119;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"product-image3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20995;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"product-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15935;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142276, 2382, '_thumbnail_id', '18013'),
(142277, 2381, '_thumbnail_id', '18014'),
(142278, 2381, '_wp_old_slug', 'velvet-belt-bag'),
(142279, 2381, 'rs_page_bg_color', ''),
(142280, 2382, '_wp_old_slug', 'leather-backpack'),
(142282, 18016, '_wp_attached_file', '2020/05/product-image4.jpg'),
(142283, 18016, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:26:\"2020/05/product-image4.jpg\";s:8:\"filesize\";i:209396;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"product-image4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29708;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5044;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"product-image4-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33245;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"product-image4-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11283;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"product-image4-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64803;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5040;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"product-image4-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49270;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image4-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16857;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"product-image4-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78840;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"product-image4-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40092;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"product-image4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14393;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"product-image4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3833;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"product-image4-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54056;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"product-image4-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19625;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"product-image4-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37154;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"product-image4-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37016;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"product-image4-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56815;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:26:\"product-image4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12493;s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"product-image4-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33381;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5040;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"product-image4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8059;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"product-image4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21915;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"product-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16585;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142284, 2377, '_thumbnail_id', '18016'),
(142285, 2377, '_wp_old_slug', 'leather-wallet'),
(142286, 2377, 'rs_page_bg_color', ''),
(142287, 18017, '_wp_attached_file', '2020/05/product-image5.jpg'),
(142288, 18017, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:26:\"2020/05/product-image5.jpg\";s:8:\"filesize\";i:245497;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"product-image5-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16760;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3303;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"product-image5-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19219;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"product-image5-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6639;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"product-image5-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41644;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3311;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"product-image5-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29735;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image5-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9867;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"product-image5-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62286;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"product-image5-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23505;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"product-image5-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7945;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"product-image5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2607;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"product-image5-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33418;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"product-image5-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11361;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"product-image5-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21007;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"product-image5-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21145;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"product-image5-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34572;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:26:\"product-image5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7216;s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"product-image5-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19357;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3311;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"product-image5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4636;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"product-image5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12319;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"product-image5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9536;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142289, 18018, '_wp_attached_file', '2020/05/product-image6.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(142290, 18018, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:26:\"2020/05/product-image6.jpg\";s:8:\"filesize\";i:165380;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"product-image6-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18816;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3903;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"product-image6-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21160;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"product-image6-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8025;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"product-image6-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41677;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3906;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"product-image6-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31219;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image6-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11399;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"product-image6-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55488;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"product-image6-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25625;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"product-image6-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9896;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"product-image6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3115;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"product-image6-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34738;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"product-image6-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13018;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"product-image6-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23079;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"product-image6-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22912;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"product-image6-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35263;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:26:\"product-image6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8612;s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"product-image6-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21271;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3906;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"product-image6-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6020;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"product-image6-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14136;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"product-image6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11161;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142291, 18019, '_wp_attached_file', '2020/05/product-image7.jpg'),
(142292, 18019, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:26:\"2020/05/product-image7.jpg\";s:8:\"filesize\";i:268106;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"product-image7-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23503;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4578;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"product-image7-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26022;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"product-image7-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9717;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"product-image7-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56073;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4577;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"product-image7-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40549;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image7-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13875;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"product-image7-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82352;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"product-image7-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33018;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"product-image7-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11641;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"product-image7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3515;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"product-image7-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45241;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"product-image7-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15962;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"product-image7-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29433;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"product-image7-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29427;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"product-image7-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48003;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:26:\"product-image7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10546;s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"product-image7-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26191;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4577;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"product-image7-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6924;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"product-image7-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17531;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"product-image7-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13617;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142293, 2346, '_thumbnail_id', '18017'),
(142294, 2346, '_wp_old_slug', 'cosy-chair'),
(142296, 2345, '_thumbnail_id', '18019'),
(142297, 2345, '_wp_old_slug', 'leather-handbag'),
(142298, 2345, 'rs_page_bg_color', ''),
(142299, 2344, '_thumbnail_id', '18018'),
(142300, 2340, '_wp_old_slug', 'stylish-backpack'),
(142302, 2340, '_wp_old_slug', 'cotton-fabric'),
(142303, 2344, '_wp_old_slug', 'ceramic-soap-case'),
(142304, 2344, 'rs_page_bg_color', ''),
(142305, 2382, '_sku', '546735'),
(142306, 2381, '_sku', '798657'),
(142307, 2377, '_sku', '546797'),
(142308, 2346, '_sku', '546795'),
(142309, 2345, '_sku', '348687'),
(142310, 2344, '_sku', '67459'),
(142337, 2346, '_price', '67'),
(142338, 2346, '_price', '67'),
(142339, 2346, '_price', '67'),
(142343, 17059, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:930;s:5:\"width\";i:22;s:6:\"height\";i:13;}'),
(142344, 15110, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:259;s:5:\"width\";i:12;s:6:\"height\";i:16;}'),
(142345, 8964, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:345;s:5:\"width\";i:12;s:6:\"height\";i:17;}'),
(142346, 8912, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:345;s:5:\"width\";i:20;s:6:\"height\";i:1;}'),
(142348, 5763, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:723;s:5:\"width\";i:22;s:6:\"height\";i:15;}'),
(142349, 5690, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:607;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(142350, 5677, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:364;s:5:\"width\";i:34;s:6:\"height\";i:23;}'),
(142351, 4499, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:569;s:5:\"width\";i:14;s:6:\"height\";i:8;}'),
(142352, 4487, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2193;s:5:\"width\";i:21;s:6:\"height\";i:21;}'),
(142353, 1036, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:261;s:5:\"width\";i:12;s:6:\"height\";i:16;}'),
(142354, 2381, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(142355, 2346, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(142356, 2377, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(142357, 17911, '_wp_old_slug', 'shutters'),
(142358, 17909, '_wp_old_slug', 'craft-decor-2-2'),
(142360, 17880, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(142361, 17880, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659690993'),
(142362, 18023, '_edit_lock', '1667403471:1'),
(142363, 18023, '_edit_last', '1'),
(142364, 18023, 'trx_addons_post_views_count', '470'),
(142365, 18023, 'trx_addons_post_likes_count', '0'),
(142366, 18023, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(142367, 18023, '_elementor_page_settings', 'a:56:{s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"small_options_field_body_style\";s:10:\"fullscreen\";s:33:\"small_options_override_body_style\";s:1:\"1\";s:34:\"small_options_field_remove_margins\";s:1:\"1\";s:37:\"small_options_override_remove_margins\";s:1:\"1\";s:36:\"small_options_field_sidebar_position\";s:4:\"hide\";s:39:\"small_options_override_sidebar_position\";s:1:\"1\";s:31:\"small_options_field_header_type\";s:6:\"custom\";s:34:\"small_options_override_header_type\";s:1:\"1\";s:32:\"small_options_field_header_style\";s:19:\"header-custom-19016\";s:35:\"small_options_override_header_style\";s:1:\"1\";s:31:\"small_options_field_footer_type\";s:6:\"custom\";s:34:\"small_options_override_footer_type\";s:1:\"1\";s:32:\"small_options_field_footer_style\";s:19:\"footer-custom-18531\";s:35:\"small_options_override_footer_style\";s:1:\"1\";s:32:\"small_options_field_color_scheme\";s:5:\"light\";s:35:\"small_options_override_color_scheme\";s:1:\"1\";s:33:\"small_options_field_header_scheme\";s:5:\"light\";s:36:\"small_options_override_header_scheme\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:32:\"qwery_options_field_color_scheme\";s:5:\"light\";s:35:\"qwery_options_override_color_scheme\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:32:\"prophet_options_field_body_style\";s:10:\"fullscreen\";s:35:\"prophet_options_override_body_style\";s:1:\"1\";s:36:\"prophet_options_field_remove_margins\";s:1:\"1\";s:39:\"prophet_options_override_remove_margins\";s:1:\"1\";s:38:\"prophet_options_field_sidebar_position\";s:4:\"hide\";s:41:\"prophet_options_override_sidebar_position\";s:1:\"1\";s:33:\"prophet_options_field_header_type\";s:6:\"custom\";s:36:\"prophet_options_override_header_type\";s:1:\"1\";s:34:\"prophet_options_field_header_style\";s:19:\"header-custom-17525\";s:37:\"prophet_options_override_header_style\";s:1:\"1\";s:37:\"prophet_options_field_header_position\";s:4:\"over\";s:40:\"prophet_options_override_header_position\";s:1:\"1\";s:33:\"prophet_options_field_footer_type\";s:6:\"custom\";s:36:\"prophet_options_override_footer_type\";s:1:\"1\";s:34:\"prophet_options_field_footer_style\";s:19:\"footer-custom-17514\";s:37:\"prophet_options_override_footer_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18723\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(142368, 18023, 'fabric_options', 'a:4:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:19:\"header-custom-18723\";}'),
(142369, 18023, '_elementor_edit_mode', 'builder'),
(142370, 18023, '_elementor_template_type', 'wp-page'),
(142371, 18023, '_elementor_version', '3.8.0'),
(142380, 18023, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(142381, 18023, '_elementor_data', '[{\"id\":\"3f6ee07\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fcbf21a\"}]},\"elements\":[{\"id\":\"0d02139\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b0a786f\"}]},\"elements\":[{\"id\":\"16c1872\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Main\",\"shortcode\":\"[rev_slider alias=\\\"main\\\" slidertitle=\\\"Main\\\"][\\/rev_slider]\",\"audio_effects\":[{\"_id\":\"98af253\"}]},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f270b14\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c95dc88\"}]},\"elements\":[{\"id\":\"7d204d7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32a6abe\"}]},\"elements\":[{\"id\":\"3d6b56\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"59d157f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c0f2104\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"73b7d13\"}]},\"elements\":[{\"id\":\"778a4325\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7f4856e\"}]},\"elements\":[{\"id\":\"64bae881\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title\":\"Measured, Made and Fitted by Us\",\"subtitle\":\"individuAL TAILORING\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"54783b1\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":true},{\"id\":\"74d49108\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ef6caae\"}]},\"elements\":[{\"id\":\"2f54fde0\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9e2bcb6\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"379956b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.<\\/p><p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.<\\/p>\",\"audio_effects\":[{\"_id\":\"05619dc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"674b445a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"79cf4bd\"}]},\"elements\":[{\"id\":\"5dfd97f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"e0f8afc\"}]},\"elements\":[{\"id\":\"1cc4f646\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"731187d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cb6dad0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7e3fca1\"}]},\"elements\":[{\"id\":\"4cf51988\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8220ca1\"}]},\"elements\":[{\"id\":\"3cadb522\",\"elType\":\"widget\",\"settings\":{\"type\":\"divider\",\"icons\":[{\"title\":\"Custom ||Tailoring\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/custom-tailoring\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-measuring-tape\",\"_id\":\"77d6228\",\"link_text\":\"Read More\"},{\"title\":\"Hemming||Shortening\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/hems-shortening\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-scissors\",\"_id\":\"13d21ea\",\"link_text\":\"Read More\"},{\"title\":\"Home ||Textiles\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/home-textile\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-window-1\",\"_id\":\"f0fbd00\",\"link_text\":\"Read More\"},{\"title\":\"Repair &||Maintenance\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/clothing-repair\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-shield\",\"link_text\":\"Read More\",\"_id\":\"4c27bdb\"}],\"align\":\"none\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f433b6d\"}],\"color\":\"#C19A5B\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"74d7494c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"bfe53c8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14143004\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2cb9fe0\"}]},\"elements\":[{\"id\":\"6b662b42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ae16329\"}]},\"elements\":[{\"id\":\"5458b04b\",\"elType\":\"widget\",\"settings\":{\"type\":\"strong\",\"cat\":\"170\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"orderby\":\"post_date\",\"more_text\":\"Read More\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured\":\"number\",\"show_subtitle\":\"1\",\"no_margin\":\"1\",\"columns_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a23b2bb\"}]},\"elements\":[],\"widgetType\":\"trx_sc_services\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e96c1b\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ae9316\"}]},\"elements\":[{\"id\":\"f286972\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1f0dbc2\"}]},\"elements\":[{\"id\":\"33686f5f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"0a3b9d2\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43e08f05\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\",\"content_position\":\"middle\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"55f28c8\"}]},\"elements\":[{\"id\":\"150eb95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d884cea\"}]},\"elements\":[{\"id\":\"65609ea5\",\"elType\":\"widget\",\"settings\":{\"effect\":\"fade\",\"category\":\"\",\"posts\":\"3\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"slides_ratio\":\"9:11\",\"titles\":\"no\",\"label_prev\":\"Prev|PHOTO\",\"label_next\":\"Next|PHOTO\",\"_element_id\":\"controller-tools-4\",\"_css_classes\":\"no-inner-padding\",\"slides\":[{\"title\":\"Roller Blinds (from 61cm W x 76cm D)\",\"image\":{\"id\":17939,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/portfolio-image24.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"9e809ee\"},{\"title\":\"Vertical Blinds (from 50cm W x 90cm D)\",\"image\":{\"id\":18035,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/service-image15.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"f81d8dd\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"5ead748\"}]},\"elements\":[],\"widgetType\":\"trx_widget_slider\"},{\"id\":\"c63e5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">We\'ll make your home a perfect place for living<\\/span><\\/h3>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#151617\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_orientation_v\":\"end\",\"_offset_x_end\":{\"size\":-2,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0.047,\"unit\":\"px\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"30\",\"bottom\":\"28\",\"left\":\"30\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"44d28fd\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a82cee4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">We\'ll make your home a perfect place for living<\\/span><\\/h3>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"20\",\"bottom\":\"53\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#151617\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"_offset_orientation_h\":\"end\",\"_offset_orientation_v\":\"end\",\"_offset_x_end\":{\"size\":-1,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0.05,\"unit\":\"px\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"30\",\"bottom\":\"28\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"7f492b6\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79353bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0fffc36\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"54ca8ae\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2b1ea95\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e90a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Our New {{Cozy Collection}}\",\"subtitle\":\"Home Textiles\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"5bead62\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"68ef80f5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5bb7c83\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b117eb0\",\"elType\":\"widget\",\"settings\":{\"slider_id\":\"controller-tools-4\",\"controls_style\":\"light\",\"hide_prev\":\"1\",\"hide_next\":\"1\",\"pagination_style\":\"title\",\"audio_effects\":[{\"_id\":\"0f5dbf5\"}]},\"elements\":[],\"widgetType\":\"trx_sc_slider_controls\"},{\"id\":\"7d68106c\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"67f0646\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"408bb68\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"View Collection\",\"shadow\":0,\"_id\":\"5c7e22c\",\"color_style\":\"link2\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/portfolio-metro-slide-in-left\\/\",\"is_external\":\"\"}}],\"audio_effects\":[{\"_id\":\"b52ab29\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"2da7a40c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"1e20ebb\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd3c098\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ae9316\"}]},\"elements\":[{\"id\":\"c336169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1f0dbc2\"}]},\"elements\":[{\"id\":\"7526b29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"0a3b9d2\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"700c72a0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"parallax_blocks\":[],\"bg_text\":\"<h4><div><\\/div>Value Collection<div><\\/div>50% OFF Selected Made to Measure Styles<\\/h4>\",\"bg_text_color\":\"#18191A\",\"bg_text_typography_typography\":\"custom\",\"bg_text_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"bg_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"bg_text_typography_font_weight\":\"400\",\"bg_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"bg_text_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bg_text_effect\":\"none\",\"bg_text_marquee\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"03ab8bd\"}],\"mouse_helper\":\"1\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mouse_helper_bg_color\":\"#763235\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"css_classes\":\"background_text_slash\",\"bg_text_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"53dd708\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d2f12cc\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e3475e8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78cb104\"}],\"stretch_section\":\"section-stretched\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"281a74aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0337adf\"}]},\"elements\":[{\"id\":\"35284685\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"c32c3a4\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8a0a8af\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"fe0c2d1\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"5da68e4\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"d86b306\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"744301ed\",\"elType\":\"widget\",\"settings\":{\"rating\":\"1\",\"count\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"slider\":\"1\",\"orderby\":\"post_date\",\"order\":\"desc\",\"slider_pagination\":\"bottom\",\"type\":\"chit\",\"slides_space\":{\"unit\":\"px\",\"size\":69,\"sizes\":[]},\"slides_centered\":\"1\",\"slider_autoplay\":\"\",\"audio_effects\":[{\"_id\":\"4d28206\"}],\"cat\":\"171\",\"title_align\":\"center\",\"columns_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"043a8dc\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7a4dc87\"}]},\"elements\":[{\"id\":\"5861ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3aaccec\"}]},\"elements\":[{\"id\":\"9dc70dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"9c31c7a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24725a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"777edfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2f323059\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b0d5df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ada8ac5\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/about-page-image1.jpg\",\"id\":17768,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c22ba69\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"395fc0fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/about-page-image2.jpg\",\"id\":17769,\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1d20\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fa90e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"2f579aa8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Our New Home Textile Collection\",\"subtitle\":\"beauty & comfort\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6e0abe60\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12f10b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6aeafc21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fc3661\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a19fd71\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37229b3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8f0b433\"}]},\"elements\":[{\"id\":\"0562a37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"886cc6f\"}]},\"elements\":[{\"id\":\"1c8aa97\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"9254734\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37ddfe46\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee0df5\"}]},\"elements\":[{\"id\":\"5c6205e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.848,\"_inline_size_tablet\":44,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0388219\"}]},\"elements\":[{\"id\":\"6e945c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe for the exclusive updates!\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"2b18d01\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"6b288ac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.152,\"_inline_size_tablet\":56,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ba9d1eb\"}]},\"elements\":[{\"id\":\"2d3fbca1\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"ce5edf7\"}],\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"377b2007\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-3\\\"]\",\"audio_effects\":[{\"_id\":\"1581854\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"761c110a\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"2af7cec\"}],\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"506f151\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8f0b433\"}]},\"elements\":[{\"id\":\"ede1235\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"886cc6f\"}]},\"elements\":[{\"id\":\"3e22eb0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"9254734\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6898be85\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\",\"overflow\":\"hidden\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"07d3902\"}]},\"elements\":[{\"id\":\"55ddf3df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f577c8f\"}]},\"elements\":[{\"id\":\"76d10b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"be4590f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"61536be4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6acdee4\"}]},\"elements\":[{\"id\":\"2b08305f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\",\"extra_bg\":\"extra_left\",\"z_index\":9,\"_inline_size_tablet\":25,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9452839\"}]},\"elements\":[{\"id\":\"38e9f269\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"subtitle\":\"Browse our collections\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"e778f8b\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":true},{\"id\":\"1c542ce6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":75,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"044f31b\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ffd0f5e\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"Read More\",\"cat\":\"165\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"slides_space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"slides_overflow\":\"1\",\"type\":\"backward\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"slider\":\"1\",\"slider_autoplay\":\"\",\"show_subtitle\":\"1\",\"audio_effects\":[{\"_id\":\"4e197a7\"}]},\"elements\":[],\"widgetType\":\"trx_sc_services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21bc1209\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e501591\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec90d8f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4f6bdfa\"}]},\"elements\":[{\"id\":\"0d1e975\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"38986af\"}]},\"elements\":[{\"id\":\"bc94a5f\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"0ccae3f\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b61879\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our Summer {{Sale}}\",\"subtitle\":\"from the shop\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"fe0c2d1\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6569368\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"7728132\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e8ef31b\",\"elType\":\"widget\",\"settings\":{\"type\":\"centered\",\"per_page\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"492b533\"}],\"title_align\":\"center\",\"_margin\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_extended_products\"},{\"id\":\"4bd6af8\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"buttons\":[{\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\",\"is_external\":\"\"},\"title\":\"Browse All Items\",\"shadow\":0,\"_id\":\"ae9cafa\",\"color_style\":\"link2\"}],\"audio_effects\":[{\"_id\":\"fd5d8e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"3be1c19\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"0ccae3f\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8b9e4fa\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ec384e3\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"9321abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"806ee5f\"}]},\"elements\":[{\"id\":\"b4641e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"402b6ab\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b73bf01\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Latest Posts\",\"subtitle\":\"Articles\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"fe0c2d1\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"c058d95\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"ebfaaf9\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"808d192\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"13\"],\"filters_more_text\":\"More posts\",\"template_default\":\"over_centered_hover\",\"image_ratio\":\"1:1\",\"hover\":\"link\",\"meta_parts\":[\"categories\",\"date\"],\"more_text\":\"Read More\",\"audio_effects\":[{\"_id\":\"593c9cb\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"7225771\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"03b4079\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(142388, 18023, '_elementor_page_assets', 'a:0:{}'),
(142389, 18028, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(142390, 18028, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659693310'),
(142391, 18028, '_edit_lock', '1662836853:1'),
(142392, 18029, '_wp_attached_file', '2022/08/service-image12.jpg'),
(142393, 18029, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/08/service-image12.jpg\";s:8:\"filesize\";i:264521;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image12-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42414;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5825;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image12-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64730;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image12-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11023;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image12-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80361;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"service-image12-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98223;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image12-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156670;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image12-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29061;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image12-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108567;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image12-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50826;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image12-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15870;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image12-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4323;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"service-image12-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113630;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image12-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34221;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image12-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53394;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image12-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51172;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image12-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75273;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"service-image12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16158;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"service-image12-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64980;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5830;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image12-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8300;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image12-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27425;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image12-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22654;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142394, 18028, '_wp_old_slug', 'curtains-collection'),
(142395, 18028, '_thumbnail_id', '18029'),
(142396, 18028, '_edit_last', '1'),
(142397, 18028, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(142398, 18028, '_elementor_page_settings', 'a:0:{}'),
(142399, 18028, 'fabric_options', 'a:0:{}'),
(142400, 18028, '_wp_old_slug', 'curtains-collection-2'),
(142402, 18028, 'trx_addons_post_views_count', '96'),
(142403, 18030, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(142404, 18030, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659693537'),
(142405, 18030, '_edit_lock', '1659694046:1'),
(142406, 18031, '_wp_attached_file', '2022/08/service-image13.jpg'),
(142407, 18031, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/08/service-image13.jpg\";s:8:\"filesize\";i:369913;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image13-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31323;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4274;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image13-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63252;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image13-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8477;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image13-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4280;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"service-image13-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106148;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image13-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188481;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image13-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24809;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image13-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87395;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image13-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37964;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image13-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11836;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image13-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3345;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"service-image13-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126972;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image13-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29874;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image13-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41463;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image13-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39210;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image13-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57722;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"service-image13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11298;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"service-image13-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63605;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4280;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image13-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6330;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image13-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21273;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image13-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142408, 18030, '_wp_old_slug', 'blinds'),
(142409, 18030, '_thumbnail_id', '18031'),
(142410, 18030, '_edit_last', '1'),
(142411, 18030, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(142412, 18030, '_elementor_page_settings', 'a:0:{}'),
(142413, 18030, 'fabric_options', 'a:0:{}'),
(142414, 18030, '_wp_old_slug', 'blinds-2'),
(142416, 18032, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(142417, 18032, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659693631'),
(142418, 18032, '_edit_lock', '1659694039:1'),
(142419, 18033, '_wp_attached_file', '2022/08/service-image14.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(142420, 18033, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/08/service-image14.jpg\";s:8:\"filesize\";i:429783;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image14-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68902;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7583;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image14-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114924;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image14-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17028;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image14-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7573;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"service-image14-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177354;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image14-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287865;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image14-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49769;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image14-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184460;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image14-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82603;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image14-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24662;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image14-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5221;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"service-image14-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206287;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image14-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59625;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image14-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87736;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image14-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83102;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image14-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120509;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"service-image14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24944;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"service-image14-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115181;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7573;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image14-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12183;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image14-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44895;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image14-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35592;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142421, 18032, '_wp_old_slug', 'curtains'),
(142422, 18032, '_thumbnail_id', '18033'),
(142423, 18032, '_edit_last', '1'),
(142424, 18032, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(142425, 18032, '_elementor_page_settings', 'a:0:{}'),
(142426, 18032, 'fabric_options', 'a:0:{}'),
(142427, 18032, '_wp_old_slug', 'curtains-2'),
(142429, 18034, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(142430, 18034, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659693748'),
(142431, 18034, '_edit_lock', '1662836881:1'),
(142432, 18035, '_wp_attached_file', '2022/08/service-image15.jpg'),
(142433, 18035, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/08/service-image15.jpg\";s:8:\"filesize\";i:306104;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image15-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49577;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5945;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image15-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78968;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image15-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11807;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image15-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100356;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5974;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"service-image15-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123890;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image15-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205048;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image15-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33780;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image15-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140014;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image15-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62304;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image15-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18429;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image15-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4240;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"service-image15-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145424;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image15-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40379;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image15-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63418;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image15-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63480;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image15-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94643;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"service-image15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18165;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"service-image15-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79283;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5974;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image15-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9159;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image15-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31298;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image15-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142434, 18034, '_wp_old_slug', 'shutters'),
(142435, 18034, '_thumbnail_id', '18035'),
(142436, 18034, '_edit_last', '1'),
(142437, 18034, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(142438, 18034, '_elementor_page_settings', 'a:0:{}'),
(142439, 18034, 'fabric_options', 'a:0:{}'),
(142440, 18034, '_wp_old_slug', 'shutters-2'),
(142442, 18034, 'trx_addons_post_views_count', '103'),
(142633, 18063, '_wp_attached_file', '2022/08/home1-image1.jpg'),
(142634, 18063, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2022/08/home1-image1.jpg\";s:8:\"filesize\";i:374498;s:5:\"sizes\";a:25:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home1-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41240;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home1-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5505;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home1-image1-600x720.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57043;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home1-image1-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12966;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home1-image1-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111789;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home1-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5535;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home1-image1-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91473;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home1-image1-1280x1536.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240092;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home1-image1-370x444.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24684;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home1-image1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131988;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home1-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62781;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home1-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18541;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home1-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4058;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:25:\"home1-image1-840x1008.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1008;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108279;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home1-image1-410x492.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29577;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home1-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53382;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home1-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54239;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home1-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84665;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home1-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15549;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home1-image1-600x720.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57253;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home1-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5535;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home1-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9444;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home1-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27084;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home1-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22225;}s:24:\"elementor_custom_640x836\";a:4:{s:4:\"file\";s:76:\"elementor/thumbs/home1-image1-ptn8fju6pcmbtkcqhlbsybmgaijspjl4we7kih4yi0.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"836\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142660, 18067, '_edit_lock', '1659696756:1'),
(142661, 18067, '_wp_old_slug', 'mark-jankins'),
(142662, 18067, '_thumbnail_id', '17770'),
(142663, 18067, '_edit_last', '1'),
(142664, 18067, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:7:\"Teacher\";s:6:\"rating\";s:1:\"5\";}'),
(142665, 18068, '_edit_lock', '1659696839:1'),
(142666, 18068, '_wp_old_slug', 'mark-jankins-2'),
(142667, 18068, '_thumbnail_id', '17771'),
(142668, 18068, '_edit_last', '1'),
(142669, 18068, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:10:\"Art Expert\";s:6:\"rating\";s:1:\"5\";}'),
(142670, 18069, '_edit_lock', '1659696913:1'),
(142671, 18069, '_wp_old_slug', 'mark-jankins-2-2'),
(142672, 18069, '_thumbnail_id', '17772'),
(142673, 18069, '_edit_last', '1'),
(142674, 18069, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:8:\"Designer\";s:6:\"rating\";s:1:\"5\";}'),
(142675, 18070, '_edit_lock', '1659697040:1'),
(142676, 18070, '_wp_old_slug', 'mary-dowson'),
(142677, 18070, '_thumbnail_id', '17828'),
(142678, 18070, '_edit_last', '1'),
(142679, 18070, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:15:\"Business Expert\";s:6:\"rating\";s:1:\"5\";}'),
(142680, 18071, '_edit_lock', '1659697178:1'),
(142681, 18071, '_wp_old_slug', 'mary-dowson-2'),
(142682, 18071, '_thumbnail_id', '17835'),
(142683, 18071, '_edit_last', '1'),
(142684, 18071, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:12:\"Photographer\";s:6:\"rating\";s:1:\"5\";}'),
(142793, 2346, '_regular_price', '67'),
(142887, 18101, '_edit_lock', '1667476195:1'),
(142888, 18101, '_edit_last', '1'),
(142889, 18101, 'trx_addons_post_views_count', '344'),
(142890, 18101, 'trx_addons_post_likes_count', '0'),
(142891, 18101, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(142892, 18101, '_elementor_page_settings', 'a:26:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:32:\"qwery_options_field_color_scheme\";s:5:\"light\";s:35:\"qwery_options_override_color_scheme\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18716\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:19:\"footer-custom-18712\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";}'),
(142893, 18101, 'fabric_options', 'a:7:{s:10:\"body_style\";s:10:\"fullscreen\";s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:19:\"header-custom-18716\";s:11:\"footer_type\";s:6:\"custom\";s:12:\"footer_style\";s:19:\"footer-custom-18712\";}'),
(142894, 18101, '_elementor_edit_mode', 'builder'),
(142895, 18101, '_elementor_template_type', 'wp-page'),
(142896, 18101, '_elementor_version', '3.8.0'),
(142905, 18101, '_wp_page_template', 'default'),
(142906, 18101, '_elementor_data', '[{\"id\":\"140d46a\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23dc475\"}],\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"border_color\":\"#F6F5ED\",\"layout\":\"full_width\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"gap_columns_custom_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"gap_columns_custom_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"8e33fb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0a3a40b\"}]},\"elements\":[{\"id\":\"027bb3a\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Textile\",\"shortcode\":\"[rev_slider alias=\\\"textile\\\" slidertitle=\\\"Textile\\\"][\\/rev_slider]\",\"audio_effects\":[{\"_id\":\"7eab375\"}]},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88d4c8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"8effff8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"3301f66\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"80bdbcd\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textile}} offers a variety of solutions and styles.\",\"typed_cursor\":\"\",\"typed_strings\":\"\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"typed_loop\":\"\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"ddbb5b6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27a8a59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"#read\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d37797\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3a9b1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"17897f8\"}],\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bce21d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8de5370\"}]},\"elements\":[{\"id\":\"819db4f\",\"elType\":\"widget\",\"settings\":{\"anchor_id\":\"read\",\"audio_effects\":[{\"_id\":\"179af5d\"}]},\"elements\":[],\"widgetType\":\"trx_sc_anchor\"},{\"id\":\"3b43fb5\",\"elType\":\"widget\",\"settings\":{\"style\":\"6\",\"post_type\":\"product\",\"taxonomy\":\"product_cat\",\"cat_list\":[\"\"],\"number\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"show_posts\":\"\",\"audio_effects\":[{\"_id\":\"e492a0a\"}],\"columns_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_widget_categories_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"90935a6\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4f6bdfa\"}]},\"elements\":[{\"id\":\"44c7bfc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"38986af\"}]},\"elements\":[{\"id\":\"68e77b7\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"0ccae3f\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4f4a86c\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Summer {{Collection}}\",\"subtitle\":\"Our Shop\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"fe0c2d1\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6bfbc09\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"7728132\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ed22919\",\"elType\":\"widget\",\"settings\":{\"type\":\"centered\",\"per_page\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"492b533\"}],\"title_align\":\"center\",\"_margin\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"ids\":\"2345, 2381, 2344, 2340\",\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_extended_products\"},{\"id\":\"84e217c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"buttons\":[{\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\",\"is_external\":\"\"},\"title\":\"Browse All Items\",\"shadow\":0,\"_id\":\"ae9cafa\",\"color_style\":\"link2\"}],\"audio_effects\":[{\"_id\":\"fd5d8e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"ff94e9e\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"0ccae3f\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b018a8c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5d8f911\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\"},\"elements\":[{\"id\":\"ce2c524\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d680175\"}]},\"elements\":[{\"id\":\"164a1e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3d6f4\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"We Offer the Highest {{Quality Fabrics}} and Ready-Made Clothes\",\"subtitle\":\"choose us\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6ee0661\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"alter_height\":\"small\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ece2a3b\",\"elType\":\"widget\",\"settings\":{\"cat\":\"176\",\"hide_excerpt\":\"1\",\"more_text\":\"\",\"audio_effects\":[{\"_id\":\"c90735d\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\"},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"1767978\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4abb8771\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"771e3401\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"4808c87f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4997bac3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4bcf41\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bddb52d\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"239178b3\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"24e930a2\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ac64659\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"777e7829\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd20c6c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"38ca46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"9c1f516\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f4eacf1\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"8183161\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"alter_height\":\"small\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"57b128f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"9aa2fd0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388d508\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ab5f59d\"}]},\"elements\":[{\"id\":\"805a762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"79ed14e\"}]},\"elements\":[{\"id\":\"4f811fe\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"641fc5b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78c99431\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4da88c9\"}]},\"elements\":[{\"id\":\"1aa9a694\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43.788,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ec7a4c7\"}]},\"elements\":[{\"id\":\"1b5250d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Fabric Store {{Online}}\",\"subtitle\":\"great variety\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"25ad3ef\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"9b1050e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c24942c\"}],\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7145e096\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Qadipiscing elit, sed do eiusmod tempor.\",\"text_color\":\"#1F242E\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"audio_effects\":[{\"_id\":\"d1d26c2\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f603c27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"e4183de\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ef61ef0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna laboris nisi aliqua.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"86d28f6\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13d7f8fd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8b10ffd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"25e7fbbb\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"About Us\",\"shadow\":\"\",\"_id\":\"48ff158\",\"color_style\":\"link2\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"36750c7\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f673293\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"simple\",\"color_style\":\"dark\",\"title\":\"0 800 555 44 33\",\"icon\":\"icon-call\",\"class\":\"button_bg_icon_color\",\"_id\":\"2fab2ec\",\"link\":{\"url\":\"tel:08005554433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"shadow\":\"\"}],\"audio_effects\":[{\"_id\":\"36750c7\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"5d8ac4d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"0bb0aab\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b74d76f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.212,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"586354a\"}]},\"elements\":[{\"id\":\"265dd257\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dd00f1\"}]},\"elements\":[{\"id\":\"e53b8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.449,\"content_position\":\"bottom\",\"_inline_size_mobile\":50,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8292bbd\"}]},\"elements\":[{\"id\":\"7b8c31d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18996,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-3.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"483\",\"height\":\"495\"},\"_z_index\":2,\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"806918c\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3602bede\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.549,\"_inline_size_mobile\":50,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5573902\"}]},\"elements\":[{\"id\":\"5d912da5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18994,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"599\"},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-110\",\"isLinked\":false},\"_css_classes\":\"no-title\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"31e2726\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4611edd2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c7d7d4e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"545743a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"81f59ae\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c60f09d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ab5f59d\"}]},\"elements\":[{\"id\":\"0786905\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"79ed14e\"}]},\"elements\":[{\"id\":\"07ccf18\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"641fc5b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b78b332\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f5e1cce\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ef678dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"edae8ac\"}]},\"elements\":[{\"id\":\"063d47a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f304307\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5982fc6c\",\"elType\":\"widget\",\"settings\":{\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icons\":[{\"title\":\"Best Prices\",\"description\":\"Custom Subtitle\",\"icon\":\"icon-present\",\"_id\":\"5d92d7b\",\"more_text\":\"info@email.com\",\"link_text\":\"\"},{\"title\":\"Fast Shipping\",\"description\":\"Custom Subtitle\",\"icon\":\"icon-percent\",\"more_text\":\"info@email.com\",\"link_text\":\"\",\"_id\":\"1c4b914\"},{\"title\":\"Buyer\'s Protection\",\"description\":\"Custom Subtitle\",\"icon\":\"icon-pocket\",\"_id\":\"e9c4b5f\",\"more_text\":\"Read more\",\"link_text\":\"\"},{\"title\":\"Live Support\",\"description\":\"Custom Subtitle\",\"icon\":\"icon-wallet-cash\",\"more_text\":\"Read more\",\"link_text\":\"\",\"_id\":\"f739c0e\"}],\"type\":\"divider4\",\"align\":\"none\",\"color_style\":\"dark\",\"columns_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7893342\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_icons\"},{\"id\":\"e95d892\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d039fb9\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(142913, 18101, '_elementor_page_assets', 'a:0:{}'),
(142914, 18106, '_wp_attached_file', '2022/08/shop-category1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(142915, 18106, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2022/08/shop-category1.jpg\";s:8:\"filesize\";i:291403;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"shop-category1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36786;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5788;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"shop-category1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40814;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"shop-category1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14176;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"shop-category1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100147;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5788;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"shop-category1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61261;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"shop-category1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208506;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19479;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"shop-category1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90881;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"shop-category1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43453;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"shop-category1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13747;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"shop-category1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4344;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"shop-category1-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71612;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"shop-category1-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22467;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"shop-category1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46402;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"shop-category1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43140;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"shop-category1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63094;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"shop-category1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14176;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"shop-category1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40937;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5788;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"shop-category1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7636;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"shop-category1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24697;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"shop-category1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19479;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142916, 18107, '_wp_attached_file', '2022/08/shop-category2.jpg'),
(142917, 18107, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2022/08/shop-category2.jpg\";s:8:\"filesize\";i:273366;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"shop-category2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26404;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4153;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"shop-category2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31326;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"shop-category2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10150;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"shop-category2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86348;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4166;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"shop-category2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49513;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"shop-category2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193798;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14087;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"shop-category2-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79032;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"shop-category2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34680;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"shop-category2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10537;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"shop-category2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3232;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"shop-category2-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59010;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"shop-category2-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16487;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"shop-category2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33890;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"shop-category2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33912;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"shop-category2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53408;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"shop-category2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10150;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"shop-category2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31521;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4166;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"shop-category2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5899;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"shop-category2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17547;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"shop-category2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14087;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142918, 18108, '_wp_attached_file', '2022/08/shop-category3.jpg'),
(142919, 18108, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2022/08/shop-category3.jpg\";s:8:\"filesize\";i:503860;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"shop-category3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41662;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4625;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"shop-category3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48101;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"shop-category3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13216;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"shop-category3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4642;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"shop-category3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83349;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"shop-category3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:349775;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19100;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"shop-category3-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156474;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"shop-category3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63673;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"shop-category3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14307;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"shop-category3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3513;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"shop-category3-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102049;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"shop-category3-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22951;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"shop-category3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57568;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"shop-category3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54289;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"shop-category3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94884;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"shop-category3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13216;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"shop-category3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48401;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4642;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"shop-category3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6846;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"shop-category3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26060;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"shop-category3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19100;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142920, 18109, '_wp_attached_file', '2022/08/shop-category4.jpg'),
(142921, 18109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2022/08/shop-category4.jpg\";s:8:\"filesize\";i:361085;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"shop-category4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37105;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4912;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"shop-category4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43224;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"shop-category4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13161;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"shop-category4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4927;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"shop-category4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68362;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"shop-category4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251834;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18743;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"shop-category4-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125113;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"shop-category4-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54743;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"shop-category4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15056;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"shop-category4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3804;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"shop-category4-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81525;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"shop-category4-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22190;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"shop-category4-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48247;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"shop-category4-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46802;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"shop-category4-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75641;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"shop-category4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13161;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"shop-category4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43378;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4927;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"shop-category4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7678;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"shop-category4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23919;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"shop-category4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142922, 18110, '_wp_attached_file', '2022/08/shop-category5.jpg'),
(142923, 18110, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2022/08/shop-category5.jpg\";s:8:\"filesize\";i:463515;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"shop-category5-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90648;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6932;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"shop-category5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105981;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"shop-category5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25804;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"shop-category5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6942;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"shop-category5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170374;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"shop-category5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:563368;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40567;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"shop-category5-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251675;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"shop-category5-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118563;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"shop-category5-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29759;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"shop-category5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4919;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"shop-category5-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202126;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"shop-category5-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50041;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"shop-category5-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119259;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"shop-category5-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111368;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"shop-category5-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172456;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"shop-category5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25804;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"shop-category5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106201;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6942;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"shop-category5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12595;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"shop-category5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56412;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"shop-category5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40567;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142924, 18111, '_wp_attached_file', '2022/08/shop-category6.jpg'),
(142925, 18111, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2022/08/shop-category6.jpg\";s:8:\"filesize\";i:314355;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"shop-category6-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49065;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4697;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"shop-category6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59861;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"shop-category6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14213;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"shop-category6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188683;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4693;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"shop-category6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101963;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"shop-category6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:407579;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21191;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"shop-category6-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177058;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"shop-category6-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73470;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"shop-category6-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15802;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"shop-category6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3571;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"shop-category6-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124315;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"shop-category6-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26290;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"shop-category6-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66789;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"shop-category6-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63991;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"shop-category6-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108370;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"shop-category6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14213;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"shop-category6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60005;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"shop-category6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4693;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"shop-category6-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7035;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"shop-category6-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29261;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"shop-category6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21191;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142968, 2346, 'rs_page_bg_color', ''),
(142970, 2340, '_thumbnail_id', '18015'),
(142971, 2340, '_wp_old_slug', 'fdff'),
(142972, 2340, 'rs_page_bg_color', ''),
(143018, 18124, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143019, 18124, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659948502'),
(143020, 18124, '_edit_lock', '1659948540:1'),
(143021, 18124, '_wp_old_slug', 'drapes'),
(143022, 18124, '_thumbnail_id', '17984'),
(143023, 18124, '_edit_last', '1'),
(143024, 18124, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143025, 18124, '_elementor_page_settings', 'a:0:{}'),
(143026, 18124, 'fabric_options', 'a:0:{}'),
(143027, 18124, '_wp_old_slug', 'drapes-2'),
(143028, 18124, 'rs_page_bg_color', ''),
(143029, 18125, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143030, 18125, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659948548'),
(143031, 18125, '_edit_lock', '1659948582:1'),
(143032, 18125, '_wp_old_slug', 'our-fabric'),
(143033, 18125, '_thumbnail_id', '17863'),
(143034, 18125, '_edit_last', '1'),
(143035, 18125, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143036, 18125, '_elementor_page_settings', 'a:0:{}'),
(143037, 18125, 'fabric_options', 'a:0:{}'),
(143038, 18125, '_wp_old_slug', 'our-fabric-2'),
(143039, 18125, 'rs_page_bg_color', ''),
(143040, 18126, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143041, 18126, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659948586'),
(143042, 18126, '_edit_lock', '1659948829:1'),
(143043, 18127, '_wp_attached_file', '2022/08/service-image16.jpg'),
(143044, 18127, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2022/08/service-image16.jpg\";s:8:\"filesize\";i:264309;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image16-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33115;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5699;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image16-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34282;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11872;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image16-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"service-image16-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49974;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image16-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144762;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image16-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16362;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image16-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90418;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image16-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47507;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image16-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16075;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image16-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4217;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"service-image16-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57816;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image16-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19403;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image16-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40579;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image16-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46170;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image16-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67373;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"service-image16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15325;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"service-image16-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34388;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5698;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image16-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8649;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image16-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22616;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image16-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20970;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143045, 18126, '_wp_old_slug', 'shipping-pricelist'),
(143046, 18126, '_thumbnail_id', '18127'),
(143047, 18126, '_edit_last', '1'),
(143048, 18126, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143049, 18126, '_elementor_page_settings', 'a:0:{}'),
(143050, 18126, 'fabric_options', 'a:0:{}'),
(143051, 18126, '_wp_old_slug', 'shipping-pricelist-2'),
(143052, 18126, 'rs_page_bg_color', ''),
(143116, 18137, '_wp_attached_file', '2022/08/home2-image1.jpg'),
(143117, 18137, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1449;s:6:\"height\";i:1485;s:4:\"file\";s:24:\"2022/08/home2-image1.jpg\";s:8:\"filesize\";i:258838;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home2-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27482;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home2-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4242;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home2-image1-600x615.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30577;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home2-image1-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10106;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home2-image1-999x1024.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home2-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4240;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home2-image1-768x787.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:787;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47558;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home2-image1-370x379.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14240;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home2-image1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66601;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home2-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29290;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home2-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8952;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home2-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3355;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home2-image1-840x861.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55766;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home2-image1-410x420.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16661;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home2-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35138;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home2-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30592;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home2-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43559;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home2-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10214;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home2-image1-600x615.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30809;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home2-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4240;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home2-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5018;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home2-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19481;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home2-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13951;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143118, 18138, '_wp_attached_file', '2022/08/home2-image2.jpg'),
(143119, 18138, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1560;s:6:\"height\";i:1797;s:4:\"file\";s:24:\"2022/08/home2-image2.jpg\";s:8:\"filesize\";i:324504;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home2-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37536;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home2-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6374;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home2-image2-600x691.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47955;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home2-image2-260x300.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14545;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home2-image2-889x1024.jpg\";s:5:\"width\";i:889;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91079;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home2-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6385;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home2-image2-768x885.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:885;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71295;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home2-image2-1333x1536.jpg\";s:5:\"width\";i:1333;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182930;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home2-image2-370x426.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23896;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home2-image2-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89323;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home2-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42622;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home2-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14615;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home2-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4750;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home2-image2-840x968.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:968;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82498;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home2-image2-410x472.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27341;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home2-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46824;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home2-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43920;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home2-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61350;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home2-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16228;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home2-image2-600x691.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48221;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home2-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6385;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home2-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8453;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home2-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26732;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home2-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143120, 18139, '_edit_lock', '1697066599:1'),
(143121, 18139, '_edit_last', '1'),
(143122, 18139, 'trx_addons_post_views_count', '21313'),
(143123, 18139, 'trx_addons_post_likes_count', '0'),
(143124, 18139, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(143125, 18139, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(143126, 18139, 'fabric_options', 'a:5:{s:10:\"body_style\";s:10:\"fullscreen\";s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:19:\"header-custom-18728\";}'),
(143127, 18139, '_elementor_edit_mode', 'builder'),
(143128, 18139, '_elementor_template_type', 'wp-page'),
(143129, 18139, '_elementor_version', '3.16.4'),
(143138, 18139, '_wp_page_template', 'default'),
(143139, 18139, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"no_links\":\"1\"},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(143146, 18139, '_elementor_page_assets', 'a:0:{}'),
(143194, 18150, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143195, 18150, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659950441'),
(143196, 18150, '_edit_lock', '1696401054:1'),
(143197, 18150, '_wp_old_slug', 'childrens-collection'),
(143198, 18150, '_thumbnail_id', '20173'),
(143199, 18150, '_edit_last', '1'),
(143200, 18150, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143201, 18150, '_elementor_page_settings', 'a:0:{}'),
(143202, 18150, 'fabric_options', 'a:0:{}'),
(143203, 18150, '_wp_old_slug', 'childrens-collection-2'),
(143204, 18150, 'rs_page_bg_color', ''),
(143205, 18150, 'trx_addons_post_views_count', '154'),
(143206, 18151, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143207, 18151, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659950499'),
(143208, 18151, '_edit_lock', '1696401580:1'),
(143209, 18151, '_wp_old_slug', 'yarns'),
(143210, 18151, '_thumbnail_id', '20178'),
(143211, 18151, '_edit_last', '1'),
(143212, 18151, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143213, 18151, '_elementor_page_settings', 'a:0:{}'),
(143214, 18151, 'fabric_options', 'a:0:{}'),
(143215, 18151, '_wp_old_slug', 'yarns-2'),
(143216, 18151, 'rs_page_bg_color', ''),
(143217, 18152, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143218, 18152, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659950557'),
(143219, 18152, '_edit_lock', '1696401220:1'),
(143220, 18153, '_wp_attached_file', '2022/08/service-image17.jpg'),
(143221, 18153, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2022/08/service-image17.jpg\";s:8:\"filesize\";i:256859;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image17-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39263;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6328;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image17-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29750;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image17-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11438;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image17-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6352;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"service-image17-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43850;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image17-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135982;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image17-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15307;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image17-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85447;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image17-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43503;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image17-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15537;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image17-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4764;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"service-image17-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50623;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image17-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17707;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image17-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49578;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image17-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44711;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image17-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62416;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"service-image17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15762;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"service-image17-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29852;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6352;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image17-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8824;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image17-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27055;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image17-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21313;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143222, 18152, '_wp_old_slug', 'fabrics'),
(143223, 18152, '_thumbnail_id', '20174'),
(143224, 18152, '_edit_last', '1'),
(143225, 18152, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143226, 18152, '_elementor_page_settings', 'a:0:{}'),
(143227, 18152, 'fabric_options', 'a:0:{}'),
(143228, 18152, '_wp_old_slug', 'fabrics-2'),
(143229, 18152, 'rs_page_bg_color', ''),
(143230, 18152, 'trx_addons_post_views_count', '164'),
(143231, 18154, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143232, 18154, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1659950678'),
(143233, 18154, '_edit_lock', '1696401362:1'),
(143234, 18154, '_wp_old_slug', 'clothing'),
(143235, 18154, '_thumbnail_id', '20176'),
(143236, 18154, '_edit_last', '1'),
(143237, 18154, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143238, 18154, '_elementor_page_settings', 'a:0:{}'),
(143239, 18154, 'fabric_options', 'a:0:{}'),
(143240, 18154, '_wp_old_slug', 'clothing-2'),
(143241, 18154, 'rs_page_bg_color', ''),
(143285, 18161, '_wp_attached_file', '2022/08/home3-image1.jpg'),
(143286, 18161, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1890;s:6:\"height\";i:1671;s:4:\"file\";s:24:\"2022/08/home3-image1.jpg\";s:8:\"filesize\";i:196685;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home3-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28001;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5363;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home3-image1-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29104;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home3-image1-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11951;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home3-image1-1024x905.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5379;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home3-image1-768x679.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41049;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home3-image1-1536x1358.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1358;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112766;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image1-370x327.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15475;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home3-image1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66078;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home3-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36159;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home3-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13815;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home3-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4087;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home3-image1-840x743.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46550;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home3-image1-410x362.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17822;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home3-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34003;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home3-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32941;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home3-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45590;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home3-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12723;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home3-image1-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29350;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5379;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home3-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8024;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home3-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20042;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home3-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16788;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143287, 18162, '_wp_attached_file', '2022/08/home3-image2.jpg'),
(143288, 18162, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1890;s:6:\"height\";i:1671;s:4:\"file\";s:24:\"2022/08/home3-image2.jpg\";s:8:\"filesize\";i:355167;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home3-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48506;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7215;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home3-image2-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49898;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home3-image2-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17602;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home3-image2-1024x905.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home3-image2-768x679.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72801;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home3-image2-1536x1358.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1358;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221874;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image2-370x327.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24437;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home3-image2-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118436;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home3-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59657;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home3-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19862;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home3-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5322;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home3-image2-840x743.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84155;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home3-image2-410x362.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28254;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home3-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60686;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home3-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56523;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home3-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82320;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home3-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19455;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home3-image2-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50094;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7250;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home3-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10708;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home3-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33238;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home3-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26796;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143289, 18163, '_wp_attached_file', '2022/08/home3-image3.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(143290, 18163, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1890;s:6:\"height\";i:1671;s:4:\"file\";s:24:\"2022/08/home3-image3.jpg\";s:8:\"filesize\";i:276787;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home3-image3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35308;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4535;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home3-image3-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35787;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home3-image3-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11216;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home3-image3-1024x905.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4549;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home3-image3-768x679.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54992;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home3-image3-1536x1358.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1358;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176248;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image3-370x327.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15876;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home3-image3-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93456;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home3-image3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44829;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home3-image3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12634;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home3-image3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3475;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home3-image3-840x743.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64129;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home3-image3-410x362.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18935;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home3-image3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45282;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home3-image3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41263;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home3-image3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63138;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home3-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12730;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home3-image3-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35908;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4549;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home3-image3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6286;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home3-image3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22544;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home3-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18457;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143291, 18164, '_wp_attached_file', '2022/08/home3-image4.jpg'),
(143292, 18164, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1890;s:6:\"height\";i:1671;s:4:\"file\";s:24:\"2022/08/home3-image4.jpg\";s:8:\"filesize\";i:321037;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home3-image4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45023;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5627;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home3-image4-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43470;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home3-image4-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14626;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home3-image4-1024x905.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98981;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home3-image4-768x679.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63716;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home3-image4-1536x1358.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1358;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187256;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image4-370x327.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20696;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home3-image4-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109639;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home3-image4-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56747;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home3-image4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18750;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home3-image4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4067;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home3-image4-840x743.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73245;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home3-image4-410x362.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24169;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home3-image4-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55705;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home3-image4-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49417;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home3-image4-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72272;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home3-image4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16774;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home3-image4-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43553;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home3-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5636;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home3-image4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9669;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home3-image4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30677;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home3-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23600;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143293, 18165, '_edit_lock', '1660131426:1'),
(143294, 18166, '_wp_attached_file', '2022/08/post-image5.jpg'),
(143295, 18166, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2022/08/post-image5.jpg\";s:8:\"filesize\";i:363380;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"post-image5-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41834;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6090;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"post-image5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37136;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"post-image5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12553;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"post-image5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6091;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"post-image5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55374;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"post-image5-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184828;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image5-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17388;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"post-image5-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125395;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"post-image5-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60404;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"post-image5-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19033;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"post-image5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4525;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"post-image5-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64240;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"post-image5-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20466;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"post-image5-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52711;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"post-image5-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52851;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"post-image5-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78429;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"post-image5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16658;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:23:\"post-image5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37168;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6091;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"post-image5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9991;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"post-image5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27361;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"post-image5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143298, 18165, '_wp_old_slug', 'post-1'),
(143299, 18165, '_thumbnail_id', '18166'),
(143300, 18165, '_edit_last', '1'),
(143301, 18165, 'trx_addons_post_views_count', '207'),
(143302, 18165, 'trx_addons_post_likes_count', '0'),
(143303, 18165, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(143304, 18165, '_elementor_page_settings', 'a:0:{}'),
(143305, 18165, 'fabric_options', 'a:0:{}'),
(143306, 18165, '_wp_page_template', 'default'),
(143309, 18165, 'rs_page_bg_color', ''),
(143310, 18165, '_wp_old_slug', 'post-1-2'),
(143311, 18169, '_edit_lock', '1660131423:1'),
(143314, 18169, '_wp_old_slug', 'post-2'),
(143315, 18169, '_thumbnail_id', '17782'),
(143316, 18169, '_edit_last', '1'),
(143317, 18169, 'trx_addons_post_views_count', '183'),
(143318, 18169, 'trx_addons_post_likes_count', '0'),
(143319, 18169, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(143320, 18169, '_elementor_page_settings', 'a:0:{}'),
(143321, 18169, 'fabric_options', 'a:0:{}'),
(143322, 18169, '_wp_page_template', 'default'),
(143325, 18169, '_wp_old_slug', 'post-2-2'),
(143326, 18169, 'rs_page_bg_color', ''),
(143327, 18171, '_edit_lock', '1660131419:1'),
(143328, 18172, '_wp_attached_file', '2022/08/post-image6.jpg'),
(143329, 18172, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2022/08/post-image6.jpg\";s:8:\"filesize\";i:136003;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"post-image6-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21302;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4242;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"post-image6-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19245;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"post-image6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7674;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"post-image6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4260;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"post-image6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27940;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"post-image6-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86161;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image6-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10037;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"post-image6-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57250;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"post-image6-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28333;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"post-image6-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10060;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"post-image6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3376;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"post-image6-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32220;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"post-image6-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11667;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"post-image6-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26431;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"post-image6-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26551;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"post-image6-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36992;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"post-image6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9527;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:23:\"post-image6-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19366;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4260;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"post-image6-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5908;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"post-image6-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13691;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"post-image6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12771;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143332, 18171, '_wp_old_slug', 'post-3'),
(143333, 18171, '_thumbnail_id', '18172'),
(143334, 18171, '_edit_last', '1'),
(143335, 18171, 'trx_addons_post_views_count', '267'),
(143336, 18171, 'trx_addons_post_likes_count', '0'),
(143337, 18171, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(143338, 18171, '_elementor_page_settings', 'a:0:{}'),
(143339, 18171, 'fabric_options', 'a:0:{}'),
(143340, 18171, '_wp_page_template', 'default'),
(143343, 18171, '_wp_old_slug', 'post-3-2'),
(143344, 18171, 'rs_page_bg_color', ''),
(143345, 18174, '_edit_lock', '1660131415:1'),
(143348, 18174, '_wp_old_slug', 'post-4'),
(143349, 18174, '_thumbnail_id', '17864'),
(143350, 18174, '_edit_last', '1'),
(143351, 18174, 'trx_addons_post_views_count', '189'),
(143352, 18174, 'trx_addons_post_likes_count', '0'),
(143353, 18174, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(143354, 18174, '_elementor_page_settings', 'a:0:{}'),
(143355, 18174, 'fabric_options', 'a:0:{}'),
(143356, 18174, '_wp_page_template', 'default'),
(143359, 18174, '_wp_old_slug', 'post-4-2'),
(143360, 18174, 'rs_page_bg_color', ''),
(143361, 18176, '_edit_lock', '1660131398:1'),
(143364, 18176, '_wp_old_slug', 'post-5'),
(143365, 18176, '_thumbnail_id', '17789'),
(143366, 18176, '_edit_last', '1'),
(143367, 18176, 'trx_addons_post_views_count', '192'),
(143368, 18176, 'trx_addons_post_likes_count', '0'),
(143369, 18176, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(143370, 18176, '_elementor_page_settings', 'a:0:{}'),
(143371, 18176, 'fabric_options', 'a:0:{}'),
(143372, 18176, '_wp_page_template', 'default'),
(143375, 18176, '_wp_old_slug', 'post-5-2'),
(143376, 18176, 'rs_page_bg_color', ''),
(143474, 18191, '_edit_lock', '1667405318:1'),
(143475, 18191, '_edit_last', '1'),
(143476, 18191, 'trx_addons_post_views_count', '221'),
(143477, 18191, 'trx_addons_post_likes_count', '0'),
(143478, 18191, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(143479, 18191, '_elementor_page_settings', 'a:22:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:18:\"header-custom-6817\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";s:36:\"fabric_options_field_header_position\";s:4:\"over\";s:39:\"fabric_options_override_header_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:19:\"footer-custom-18695\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:33:\"fabric_options_field_color_scheme\";s:4:\"dark\";s:36:\"fabric_options_override_color_scheme\";s:1:\"1\";s:34:\"fabric_options_field_header_scheme\";s:4:\"dark\";s:37:\"fabric_options_override_header_scheme\";s:1:\"1\";s:34:\"fabric_options_field_footer_scheme\";s:4:\"dark\";s:37:\"fabric_options_override_footer_scheme\";s:1:\"1\";}'),
(143480, 18191, 'fabric_options', 'a:11:{s:10:\"body_style\";s:10:\"fullscreen\";s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:18:\"header-custom-6817\";s:15:\"header_position\";s:4:\"over\";s:11:\"footer_type\";s:6:\"custom\";s:12:\"footer_style\";s:19:\"footer-custom-18695\";s:12:\"color_scheme\";s:4:\"dark\";s:13:\"header_scheme\";s:4:\"dark\";s:13:\"footer_scheme\";s:4:\"dark\";}'),
(143481, 18191, '_elementor_edit_mode', 'builder'),
(143482, 18191, '_elementor_template_type', 'wp-page'),
(143483, 18191, '_elementor_version', '3.8.0'),
(143484, 18193, '_edit_lock', '1666012725:1'),
(143485, 18194, '_wp_attached_file', '2022/08/portfolio-image27.jpg'),
(143486, 18194, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1686;s:4:\"file\";s:29:\"2022/08/portfolio-image27.jpg\";s:8:\"filesize\";i:204003;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image27-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22289;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3699;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-600x527.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19347;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7388;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image27-1024x899.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49309;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3706;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-768x674.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29503;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image27-1536x1349.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1349;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106815;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-370x325.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9809;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image27-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56532;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25369;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8227;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2974;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-840x738.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34597;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-410x360.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11216;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28587;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22347;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34056;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8451;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-600x527.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19435;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3706;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4870;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15997;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image27-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11344;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143487, 18193, '_wp_old_slug', 'sea-blue-bed-linen'),
(143488, 18193, '_thumbnail_id', '18194'),
(143489, 18193, '_edit_last', '1'),
(143490, 18193, 'trx_addons_project_author', 'none'),
(143491, 18193, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:13:\"Fashion Style\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Eva Wooster\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(143492, 18193, '_elementor_page_settings', 'a:0:{}'),
(143493, 18193, 'fabric_options', 'a:0:{}'),
(143494, 18193, '_wp_old_slug', 'sea-blue-bed-linen-2'),
(143496, 18193, 'trx_addons_post_views_count', '108'),
(143497, 18195, '_edit_lock', '1666011704:1'),
(143498, 18196, '_wp_attached_file', '2022/08/portfolio-image28.jpg'),
(143499, 18196, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image28.jpg\";s:8:\"filesize\";i:220747;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image28-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36021;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5099;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30631;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10180;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image28-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5104;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45493;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image28-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135174;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14286;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image28-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89478;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45786;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14609;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3809;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52796;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16901;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45028;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43595;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63174;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14091;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30717;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5104;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7636;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24305;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image28-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19801;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143500, 18195, '_wp_old_slug', 'spring-collection'),
(143501, 18195, '_thumbnail_id', '18196'),
(143502, 18195, '_edit_last', '1'),
(143503, 18195, 'trx_addons_project_author', 'none'),
(143504, 18195, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:12:\"Fashion Wear\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Eva Wooster\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(143505, 18195, '_elementor_page_settings', 'a:0:{}'),
(143506, 18195, 'fabric_options', 'a:0:{}'),
(143507, 18195, '_wp_old_slug', 'spring-collection-2'),
(143509, 18195, 'trx_addons_post_views_count', '108'),
(143510, 18197, '_edit_lock', '1666011701:1'),
(143511, 18198, '_wp_attached_file', '2022/08/portfolio-image29.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(143512, 18198, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image29.jpg\";s:8:\"filesize\";i:199566;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image29-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29144;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4605;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25164;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9043;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image29-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60979;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4605;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37358;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image29-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119478;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12334;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image29-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75295;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37340;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12444;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3544;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43523;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14462;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36793;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35633;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52423;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11827;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25273;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4605;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6880;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19827;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image29-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16308;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143513, 18197, '_wp_old_slug', 'evening-wear'),
(143514, 18197, '_thumbnail_id', '18198'),
(143515, 18197, '_edit_last', '1'),
(143516, 18197, 'trx_addons_project_author', 'none'),
(143517, 18197, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:13:\"Fashion Style\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Eva Wooster\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(143518, 18197, '_elementor_page_settings', 'a:0:{}'),
(143519, 18197, 'fabric_options', 'a:0:{}'),
(143520, 18197, '_wp_old_slug', 'evening-wear-2'),
(143522, 18199, '_edit_lock', '1666011686:1'),
(143523, 18200, '_wp_attached_file', '2022/08/portfolio-image30.jpg'),
(143524, 18200, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/08/portfolio-image30.jpg\";s:8:\"filesize\";i:265055;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image30-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31720;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5464;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35726;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12210;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image30-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84463;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5468;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52797;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image30-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159115;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17019;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image30-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106608;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54045;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17752;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4037;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61180;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20154;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39119;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43189;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68087;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13821;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35844;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5468;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9204;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22245;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image30-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18901;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143525, 18199, '_wp_old_slug', 'winter-collection'),
(143526, 18199, '_thumbnail_id', '19869'),
(143527, 18199, '_edit_last', '1'),
(143528, 18199, 'trx_addons_project_author', 'none'),
(143529, 18199, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:12:\"Fashion Shop\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Harry Mason\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(143530, 18199, '_elementor_page_settings', 'a:0:{}'),
(143531, 18199, 'fabric_options', 'a:0:{}'),
(143532, 18199, '_wp_old_slug', 'winter-collection-2'),
(143534, 18199, 'trx_addons_post_views_count', '101'),
(143543, 18191, '_wp_page_template', 'default'),
(143544, 18191, '_elementor_data', '[{\"id\":\"b49521f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#763235\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ab7ed00\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc6fa9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"58df3e6\"}]},\"elements\":[{\"id\":\"341eaca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"633ccd6\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4b2228d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"20\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"330b1c1\"}]},\"elements\":[{\"id\":\"eb10292\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1d770e6\"}],\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"b6aa39c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collection {{2022}}\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":96,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"53eda72\"}],\"title_typography_text_transform\":\"uppercase\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4a0593d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collection {{2022}}\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"53eda72\"}],\"title_typography_text_transform\":\"uppercase\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":true},{\"id\":\"f28e865\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"19b30f9\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"left sc_layouts_column\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c246edf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover your unique style with our new seasonal collections. Check new arrivals!\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fa4c48f\"}],\"hide_on_mobile\":\"hide_on_mobile\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"874330d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover your unique style with our new seasonal collections. Check new arrivals!\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fa4c48f\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"6\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"404f2ec\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f801517\"}],\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#763235\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e2d0d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"79a30b3\"}],\"background_background\":\"classic\",\"background_color\":\"#763235\",\"extra_bg\":\"extra_left\"},\"elements\":[{\"id\":\"a56c47c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f6ad37c\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c6e749\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"Read more\",\"cat\":\"179\",\"count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"878c2fa\"}],\"type\":\"extra\",\"slides_overflow\":\"1\",\"slider_autoplay\":\"\",\"_css_classes\":\" slider_width_auto\",\"columns_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"trx_sc_portfolio\"},{\"id\":\"cca6175\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"cdd144f\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(143551, 18191, '_elementor_page_assets', 'a:0:{}'),
(143553, 18204, '_edit_lock', '1666004425:1'),
(143554, 18204, '_edit_last', '1'),
(143555, 18204, 'trx_addons_post_views_count', '282'),
(143556, 18204, 'trx_addons_post_likes_count', '0'),
(143557, 18204, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(143558, 18204, '_elementor_page_settings', 'a:34:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:32:\"qwery_options_field_color_scheme\";s:5:\"light\";s:35:\"qwery_options_override_color_scheme\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18733\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";s:36:\"fabric_options_field_header_position\";s:4:\"over\";s:39:\"fabric_options_override_header_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:19:\"footer-custom-18754\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:33:\"fabric_options_field_color_scheme\";s:15:\"fashion_default\";s:36:\"fabric_options_override_color_scheme\";s:1:\"1\";s:34:\"fabric_options_field_header_scheme\";s:12:\"fashion_dark\";s:37:\"fabric_options_override_header_scheme\";s:1:\"1\";s:34:\"fabric_options_field_footer_scheme\";s:12:\"fashion_dark\";s:37:\"fabric_options_override_footer_scheme\";s:1:\"1\";}'),
(143559, 18204, 'fabric_options', 'a:11:{s:10:\"body_style\";s:10:\"fullscreen\";s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:19:\"header-custom-18733\";s:15:\"header_position\";s:4:\"over\";s:11:\"footer_type\";s:6:\"custom\";s:12:\"footer_style\";s:19:\"footer-custom-18754\";s:12:\"color_scheme\";s:15:\"fashion_default\";s:13:\"header_scheme\";s:12:\"fashion_dark\";s:13:\"footer_scheme\";s:12:\"fashion_dark\";}'),
(143560, 18204, '_elementor_edit_mode', 'builder'),
(143561, 18204, '_elementor_template_type', 'wp-page'),
(143562, 18204, '_elementor_version', '3.7.8'),
(143563, 18206, '_wp_attached_file', '2020/05/product-image8.jpg'),
(143564, 18206, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:26:\"2020/05/product-image8.jpg\";s:8:\"filesize\";i:162906;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"product-image8-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33965;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5755;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"product-image8-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41175;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"product-image8-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13530;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"product-image8-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81551;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5782;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"product-image8-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60061;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image8-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20531;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"product-image8-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82811;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"product-image8-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38612;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"product-image8-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13365;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"product-image8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4348;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"product-image8-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69216;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"product-image8-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23808;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"product-image8-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42042;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"product-image8-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38484;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"product-image8-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54734;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"product-image8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14122;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"product-image8-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41341;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5782;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"product-image8-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7615;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"product-image8-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23735;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"product-image8-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143565, 18207, '_wp_attached_file', '2020/05/product-image9.jpg'),
(143566, 18207, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:26:\"2020/05/product-image9.jpg\";s:8:\"filesize\";i:140596;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"product-image9-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35559;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6171;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"product-image9-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43517;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"product-image9-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14844;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"product-image9-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6184;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"product-image9-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61695;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image9-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22431;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"product-image9-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77507;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"product-image9-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40422;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"product-image9-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15276;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"product-image9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4582;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"product-image9-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70220;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"product-image9-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25856;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"product-image9-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43349;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"product-image9-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40761;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"product-image9-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55393;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"product-image9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15475;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"product-image9-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43684;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"product-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6184;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"product-image9-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8780;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"product-image9-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25167;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"product-image9-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20892;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143567, 18208, '_wp_attached_file', '2020/05/product-image10.jpg'),
(143568, 18208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:27:\"2020/05/product-image10.jpg\";s:8:\"filesize\";i:115271;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"product-image10-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27196;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5092;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"product-image10-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32752;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"product-image10-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11278;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"product-image10-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5091;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"product-image10-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46819;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image10-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16711;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"product-image10-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58799;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"product-image10-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28865;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"product-image10-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10604;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"product-image10-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3900;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"product-image10-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53569;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"product-image10-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19297;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"product-image10-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33703;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"product-image10-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30361;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"product-image10-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40696;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"product-image10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11747;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"product-image10-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32941;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5091;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"product-image10-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6274;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"product-image10-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19769;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"product-image10-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15720;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143569, 2339, '_thumbnail_id', '18206'),
(143570, 2339, '_sku', '245085'),
(143571, 2339, '_wp_old_slug', 'leather-belt'),
(143572, 2339, 'rs_page_bg_color', ''),
(143573, 2338, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(143574, 18210, '_variation_description', ''),
(143575, 18210, 'total_sales', '0'),
(143576, 18210, '_tax_status', 'taxable'),
(143577, 18210, '_tax_class', 'parent'),
(143578, 18210, '_manage_stock', 'no'),
(143579, 18210, '_backorders', 'no'),
(143580, 18210, '_sold_individually', 'no'),
(143581, 18210, '_virtual', 'no'),
(143582, 18210, '_downloadable', 'no'),
(143583, 18210, '_download_limit', '-1'),
(143584, 18210, '_download_expiry', '-1'),
(143585, 18210, '_stock', NULL),
(143586, 18210, '_stock_status', 'instock'),
(143587, 18210, '_wc_average_rating', '0'),
(143588, 18210, '_wc_review_count', '0'),
(143589, 18210, 'attribute_pa_color', 'beige'),
(143590, 18210, '_product_version', '6.7.0'),
(143591, 18211, '_variation_description', ''),
(143592, 18211, 'total_sales', '0'),
(143593, 18211, '_tax_status', 'taxable'),
(143594, 18211, '_tax_class', 'parent'),
(143595, 18211, '_manage_stock', 'no'),
(143596, 18211, '_backorders', 'no'),
(143597, 18211, '_sold_individually', 'no'),
(143598, 18211, '_virtual', 'no'),
(143599, 18211, '_downloadable', 'no'),
(143600, 18211, '_download_limit', '-1'),
(143601, 18211, '_download_expiry', '-1'),
(143602, 18211, '_stock', NULL),
(143603, 18211, '_stock_status', 'instock'),
(143604, 18211, '_wc_average_rating', '0'),
(143605, 18211, '_wc_review_count', '0'),
(143606, 18211, 'attribute_pa_color', 'white'),
(143607, 18211, '_product_version', '6.7.0'),
(143608, 18210, '_regular_price', '215'),
(143609, 18210, '_thumbnail_id', '0'),
(143610, 18210, '_price', '215'),
(143611, 18211, '_regular_price', '210'),
(143612, 18211, '_thumbnail_id', '0'),
(143613, 18211, '_price', '210'),
(143614, 2338, '_price', '210'),
(143615, 2338, '_price', '215'),
(143616, 2338, '_thumbnail_id', '18207'),
(143617, 2338, '_sku', '560212'),
(143618, 2338, '_regular_price', '28'),
(143619, 2338, '_wp_old_slug', 'cloche-bell-jar'),
(143620, 2338, 'rs_page_bg_color', ''),
(143621, 18212, '_wp_attached_file', '2020/05/product-image11.jpg'),
(143622, 18212, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:27:\"2020/05/product-image11.jpg\";s:8:\"filesize\";i:190773;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"product-image11-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41489;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6699;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"product-image11-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52050;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"product-image11-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17013;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"product-image11-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6710;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"product-image11-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75203;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image11-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26056;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"product-image11-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86191;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"product-image11-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42674;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"product-image11-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15232;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"product-image11-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4952;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"product-image11-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86203;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"product-image11-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30324;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"product-image11-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50904;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"product-image11-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45815;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"product-image11-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61368;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"product-image11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17506;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"product-image11-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52263;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6710;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"product-image11-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8684;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"product-image11-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28560;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"product-image11-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23765;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143623, 2337, '_thumbnail_id', '18208'),
(143624, 2337, '_wp_old_slug', 'leather-belt-bag'),
(143625, 2337, 'rs_page_bg_color', ''),
(143626, 2336, '_thumbnail_id', '18212'),
(143627, 2336, '_wp_old_slug', 'ceramic-vase'),
(143628, 2336, 'rs_page_bg_color', ''),
(143637, 18204, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(143638, 18204, '_elementor_data', '[{\"id\":\"640bea9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"883f3ae\"}]},\"elements\":[{\"id\":\"4234cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c0bf649\"}]},\"elements\":[{\"id\":\"3dad5b9\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Fashion\",\"shortcode\":\"[rev_slider alias=\\\"fashion\\\" slidertitle=\\\"Fashion\\\"][\\/rev_slider]\",\"audio_effects\":[{\"_id\":\"afd690e\"}]},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d7ae1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"232eab2\"}]},\"elements\":[{\"id\":\"ce06d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fb6b562\"}]},\"elements\":[{\"id\":\"3722838\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"0ccae3f\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"272ffe2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"parallax_blocks\":[],\"bg_text\":\"<h1><div><\\/div>What Our Customers Like<div><\\/div>Our Bestselling Items<\\/h1>\",\"bg_text_color\":\"#18191A\",\"bg_text_typography_typography\":\"custom\",\"bg_text_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"bg_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"bg_text_typography_font_weight\":\"300\",\"bg_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"bg_text_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bg_text_effect\":\"none\",\"bg_text_marquee\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"03ab8bd\"}],\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mouse_helper_bg_color\":\"#763235\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"css_classes\":\"background_text_star\",\"bg_text_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d2f12cc\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34504fd\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"232eab2\"}]},\"elements\":[{\"id\":\"df5f92a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fb6b562\"}]},\"elements\":[{\"id\":\"28dbad8\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"0ccae3f\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9cc4d61\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fd27f76\"}],\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"09c29cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"87e856e\"}]},\"elements\":[{\"id\":\"b0c0f65\",\"elType\":\"widget\",\"settings\":{\"type\":\"simple\",\"per_page\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"492b533\"}],\"ids\":\"2339, 2338, 2337, 2336\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_extended_products\"},{\"id\":\"f92106a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"27a7fcb\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b726ecd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2c43abd\"}]},\"elements\":[{\"id\":\"74f0621e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":19448,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-12.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_size\":\"cover\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"71b9e6a\"}]},\"elements\":[{\"id\":\"3ff11be2\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"99b1237\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1d80c232\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"_inline_size_mobile\":100,\"content_width_mobile\":\"none\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4a233c\"}]},\"elements\":[{\"id\":\"28d62b62\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"f70c423\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2af7ea4e\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"a830065\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75f4b3fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"1d690c8\"}],\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1889a59c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a Guide in the World of Style & Modern Trends\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h1\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-40\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"769e6b8\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"60470f64\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5776ba7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c81c603\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.natus error sit voluptatem accusantium doloremque laudantium.<\\/p><p>Veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.<\\/p>\",\"audio_effects\":[{\"_id\":\"5b0a02f\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c2025f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"4113fc9\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3c0041f7\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"About Us\",\"shadow\":\"\",\"_id\":\"cef9ddf\",\"type\":\"bordered\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"f49791d\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"3ddf2eaf\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"23bb0b2\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34975d7c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"319415c\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9e317\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"232eab2\"}]},\"elements\":[{\"id\":\"39b2a74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fb6b562\"}]},\"elements\":[{\"id\":\"73302e8\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"0ccae3f\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38281b8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"parallax_blocks\":[],\"bg_text\":\"<h1><div><\\/div>Sign Up To Join Fabric Society<div><\\/div>Subscribe To The Exclusive Updates!<\\/h1>\",\"bg_text_color\":\"#18191A\",\"bg_text_typography_typography\":\"custom\",\"bg_text_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"bg_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"bg_text_typography_font_weight\":\"300\",\"bg_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"bg_text_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bg_text_effect\":\"none\",\"bg_text_marquee\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"03ab8bd\"}],\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mouse_helper_bg_color\":\"#763235\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"css_classes\":\"background_text_star\",\"bg_text_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"66aaa39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d2f12cc\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"32d4b843\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9490bd5\"}]},\"elements\":[{\"id\":\"40311857\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bd3cd17\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"79c2444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"747e51e\"}]},\"elements\":[{\"id\":\"341a4dce\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"e0ee54b\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"17d448fa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-2\\\"]\",\"audio_effects\":[{\"_id\":\"1bd8d73\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"2991c01e\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"21eab8a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"111c66b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d541a62\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd20dbe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2c43abd\"}]},\"elements\":[{\"id\":\"82d236f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":false},\"_inline_size_mobile\":100,\"content_width_mobile\":\"none\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"12\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4a233c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"1abbc0a\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h2\",\"title_align\":\"center\",\"title\":\"Spring - Summer 2022\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"1f7f7e5\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"0f2c4e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"074e682\"}],\"alter_height\":\"small\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"37f145d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-15.jpg\",\"id\":19476,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"audio_effects\":[{\"_id\":\"54dee0c\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2d6411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"4810885\"}],\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"80c15a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim_big\\\" href=\\\"https:\\/\\/inkafine.com\\/product-category\\/cushions\\/\\\">Discover the Collection<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f85bcf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":19475,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-14.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_size\":\"cover\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"71b9e6a\"}]},\"elements\":[{\"id\":\"6f1a236\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"23bb0b2\"}],\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d610ba\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"21b52d9\"}]},\"elements\":[{\"id\":\"58129e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1d8710c\"}]},\"elements\":[{\"id\":\"21ca4a1\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"0ccae3f\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae7cf7d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"parallax_blocks\":[],\"bg_text\":\"<h1><div><\\/div>Handmade Prints<div><\\/div>Planting Trees<div><\\/div>Long Lasting Fabrics<\\/h1>\",\"bg_text_color\":\"#18191A\",\"bg_text_typography_typography\":\"custom\",\"bg_text_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"bg_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"bg_text_typography_font_weight\":\"300\",\"bg_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"bg_text_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bg_text_effect\":\"none\",\"bg_text_marquee\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"03ab8bd\"}],\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mouse_helper_bg_color\":\"#763235\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"css_classes\":\"background_text_star\",\"bg_text_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8e4f37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d2f12cc\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a475eea\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"21b52d9\"}]},\"elements\":[{\"id\":\"8996a75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1d8710c\"}]},\"elements\":[{\"id\":\"66df6e9\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"0ccae3f\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9496664\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"0654ab2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5076478\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e686e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ada8ac5\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-17.jpg\",\"id\":19492,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cdf6e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e9d07b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-16.jpg\",\"id\":19491,\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f13499\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3afde35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"8257258\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take a Closer Look at Our New Collection\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"44f761f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eed5105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.<\\/p>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aeb4aa0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"dfd3773\"}],\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"424ca31\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"yes\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"type\":\"bordered\",\"color_style\":\"dark\"}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b550ae9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c95dc88\"}]},\"elements\":[{\"id\":\"7d4524c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32a6abe\"}]},\"elements\":[{\"id\":\"7038e57\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"59d157f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"097114d\",\"elType\":\"widget\",\"settings\":{\"type\":\"partners\",\"icons\":[{\"title\":\"Worldwide Shipping\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-boxes\",\"_id\":\"77d6228\",\"link_text\":\"Read More\",\"description\":\"Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. \"},{\"title\":\"Buyer Protection\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-purse\",\"_id\":\"13d21ea\",\"link_text\":\"Read More\",\"description\":\"Consectetur adipiscing elit, sed do eiusm\\nod tempor incididunt ut labore. \"},{\"title\":\"Customer Support\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-24-hours\",\"_id\":\"f0fbd00\",\"link_text\":\"Read More\",\"description\":\"Consectetur adipiscing elit, sed do eiusm\\nod tempor incididunt ut labore. \"}],\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f433b6d\"}],\"color\":\"#415446\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"size\":\"small\"},\"elements\":[],\"widgetType\":\"trx_sc_icons\"},{\"id\":\"e06e196\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"bfe53c8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9eaa3f4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2012614\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"fashion_light\"},\"elements\":[{\"id\":\"50ffa9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1eb228d\"}]},\"elements\":[{\"id\":\"f6cce81\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"15b70e9\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e8b1494\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Complete Your Look\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"1f7f7e5\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"c315e57\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"ae77dab\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3d3faa\",\"elType\":\"widget\",\"settings\":{\"type\":\"centered\",\"per_page\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"492b533\"}],\"category\":[\"accessories\"],\"title_align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_extended_products\"},{\"id\":\"391798d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"16ea7d6\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f3eca50\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19470,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-13.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161412\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"scheme\":\"dark\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"0d8209e\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3566272f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"right sc_layouts_column\",\"column_align_mobile\":\"left sc_layouts_column\",\"audio_effects\":[{\"_id\":\"72ff07a\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"771f87f1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"1918dc5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"40fc18ce\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"large\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"78d54e5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f8d4a42\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"34070a7\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7090ebb6\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Buy One Get 20% Off for the Next Delivery\",\"typed_cursor\":\"\",\"typed_color\":\"#FFFFFF\",\"typed_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typed_delay\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"subtitle\":\"\",\"description\":\"\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"View More\",\"link_style\":\"bordered\",\"audio_effects\":[{\"_id\":\"1476d99\"}],\"color_style\":\"dark\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f75d245\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"64f66a3\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5238ea60\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"46e1146\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"600951c9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"large\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"013504b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(143645, 18204, '_elementor_page_assets', 'a:0:{}'),
(143667, 18219, '_wp_attached_file', '2022/08/home5-image1.jpg'),
(143668, 18219, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1955;s:4:\"file\";s:24:\"2022/08/home5-image1.jpg\";s:8:\"filesize\";i:254391;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home5-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33436;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5757;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home5-image1-600x611.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38199;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home5-image1-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14078;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"home5-image1-1006x1024.jpg\";s:5:\"width\";i:1006;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81795;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5781;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home5-image1-768x782.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54348;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home5-image1-1509x1536.jpg\";s:5:\"width\";i:1509;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152434;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image1-370x377.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19345;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home5-image1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65734;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home5-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34601;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home5-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12675;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home5-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4339;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home5-image1-840x855.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62629;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home5-image1-410x417.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22337;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home5-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40926;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home5-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37635;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home5-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51458;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home5-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14325;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home5-image1-600x611.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38383;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5781;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home5-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7348;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home5-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23532;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home5-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143669, 18220, '_wp_attached_file', '2022/08/home5-image2.jpg'),
(143670, 18220, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2022/08/home5-image2.jpg\";s:8:\"filesize\";i:465137;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home5-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54386;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7277;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home5-image2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67064;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home5-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21257;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"home5-image2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174883;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7285;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home5-image2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103602;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home5-image2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375997;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30377;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home5-image2-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145166;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home5-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66584;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home5-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20231;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home5-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home5-image2-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122304;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home5-image2-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35922;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home5-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69262;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home5-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68973;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home5-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100147;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home5-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21257;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home5-image2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67300;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7285;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home5-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10579;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home5-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35467;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home5-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30377;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143671, 18221, '_wp_attached_file', '2022/08/home5-image3.jpg'),
(143672, 18221, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2022/08/home5-image3.jpg\";s:8:\"filesize\";i:417991;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home5-image3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46589;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6230;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home5-image3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53816;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home5-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18209;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"home5-image3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135228;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6220;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home5-image3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81159;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home5-image3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:292064;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25545;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home5-image3-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117384;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home5-image3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53764;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home5-image3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17441;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home5-image3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4417;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home5-image3-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95287;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home5-image3-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29821;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home5-image3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58787;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home5-image3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54528;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home5-image3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78786;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home5-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18209;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home5-image3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53949;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6220;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home5-image3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9264;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home5-image3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31610;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home5-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25545;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143673, 18222, '_wp_attached_file', '2022/08/home5-image4.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(143674, 18222, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1157;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2022/08/home5-image4.jpg\";s:8:\"filesize\";i:209135;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home5-image4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35853;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5706;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home5-image4-600x996.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:996;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65366;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home5-image4-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10609;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home5-image4-617x1024.jpg\";s:5:\"width\";i:617;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5714;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"home5-image4-768x1274.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96147;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"home5-image4-926x1536.jpg\";s:5:\"width\";i:926;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128515;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image4-370x614.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31064;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home5-image4-1157x725.jpg\";s:5:\"width\";i:1157;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68728;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home5-image4-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37026;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home5-image4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13343;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home5-image4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4295;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:25:\"home5-image4-840x1394.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1394;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110948;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home5-image4-410x680.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36059;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home5-image4-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44348;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home5-image4-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40758;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home5-image4-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53544;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home5-image4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14649;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home5-image4-600x996.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:996;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65591;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5714;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home5-image4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7582;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home5-image4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25894;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home5-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20065;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143675, 18223, '_wp_attached_file', '2022/08/home5-image5.jpg'),
(143676, 18223, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1157;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2022/08/home5-image5.jpg\";s:8:\"filesize\";i:165223;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home5-image5-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33473;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5531;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home5-image5-600x996.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:996;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56304;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home5-image5-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10611;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home5-image5-617x1024.jpg\";s:5:\"width\";i:617;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58779;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5539;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"home5-image5-768x1274.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81146;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"home5-image5-926x1536.jpg\";s:5:\"width\";i:926;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106250;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image5-370x614.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28452;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home5-image5-1157x725.jpg\";s:5:\"width\";i:1157;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65538;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home5-image5-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36174;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home5-image5-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13311;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home5-image5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4193;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:25:\"home5-image5-840x1394.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1394;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92890;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home5-image5-410x680.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32538;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home5-image5-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41362;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home5-image5-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35639;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home5-image5-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49684;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home5-image5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13592;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home5-image5-600x996.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:996;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56520;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5539;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home5-image5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7639;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home5-image5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24345;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home5-image5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18444;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143677, 2382, 'rs_page_bg_color', ''),
(143678, 18224, '_wp_attached_file', '2020/05/product-image12.jpg'),
(143679, 18224, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:27:\"2020/05/product-image12.jpg\";s:8:\"filesize\";i:178012;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"product-image12-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23017;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4344;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"product-image12-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28120;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"product-image12-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9468;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"product-image12-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55321;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4345;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"product-image12-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41054;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image12-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14137;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"product-image12-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58259;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"product-image12-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27326;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"product-image12-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9733;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"product-image12-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3415;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"product-image12-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47211;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"product-image12-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16448;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"product-image12-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28614;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"product-image12-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26782;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"product-image12-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37033;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"product-image12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9890;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"product-image12-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28250;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4345;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"product-image12-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5712;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"product-image12-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16097;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"product-image12-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13133;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143680, 18225, '_wp_attached_file', '2020/05/product-image14.jpg'),
(143681, 18225, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:27:\"2020/05/product-image14.jpg\";s:8:\"filesize\";i:397908;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"product-image14-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54411;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6452;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"product-image14-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65783;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"product-image14-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17799;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"product-image14-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6461;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"product-image14-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99680;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image14-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29214;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"product-image14-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140439;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"product-image14-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65203;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"product-image14-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19162;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"product-image14-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4753;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"product-image14-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115620;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"product-image14-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34868;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"product-image14-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70048;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"product-image14-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62371;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"product-image14-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90823;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"product-image14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19164;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"product-image14-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66071;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6461;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"product-image14-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9624;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"product-image14-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38198;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"product-image14-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27191;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143682, 18226, '_wp_attached_file', '2020/05/product-image15.jpg'),
(143683, 18226, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:27:\"2020/05/product-image15.jpg\";s:8:\"filesize\";i:329312;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"product-image15-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26359;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3891;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"product-image15-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33707;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"product-image15-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9162;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"product-image15-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84324;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3905;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"product-image15-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55935;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image15-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14598;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"product-image15-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115680;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"product-image15-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39632;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"product-image15-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9691;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"product-image15-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3048;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"product-image15-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67773;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"product-image15-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17324;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"product-image15-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34699;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"product-image15-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32848;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"product-image15-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56077;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"product-image15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9710;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"product-image15-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33965;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3905;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"product-image15-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5185;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"product-image15-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17390;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"product-image15-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143684, 2335, '_thumbnail_id', '18224'),
(143685, 2335, '_wp_old_slug', 'office-chair'),
(143686, 2335, 'rs_page_bg_color', ''),
(143687, 18228, '_wp_attached_file', '2020/05/product-image13.jpg'),
(143688, 18228, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:27:\"2020/05/product-image13.jpg\";s:8:\"filesize\";i:244520;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"product-image13-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33999;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5899;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"product-image13-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41590;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"product-image13-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13484;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"product-image13-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5924;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"product-image13-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61303;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image13-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20368;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"product-image13-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93248;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"product-image13-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44274;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"product-image13-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14771;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"product-image13-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4545;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"product-image13-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70643;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"product-image13-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23700;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"product-image13-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42574;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"product-image13-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41279;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"product-image13-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60098;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"product-image13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14383;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"product-image13-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41796;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5924;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"product-image13-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8308;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"product-image13-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23745;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"product-image13-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143689, 2473, '_thumbnail_id', '18228'),
(143690, 2473, '_sku', '979504'),
(143691, 2473, '_wp_old_slug', 'wicker-basket'),
(143692, 2473, 'rs_page_bg_color', ''),
(143693, 2474, '_thumbnail_id', '18225'),
(143694, 2474, '_regular_price', '65'),
(143695, 2474, '_weight', '1240797'),
(143696, 2474, '_wp_old_slug', 'leather-chair'),
(143697, 2474, 'rs_page_bg_color', ''),
(143698, 2482, '_thumbnail_id', '18226'),
(143699, 2482, '_sku', '757012'),
(143700, 2482, '_wp_old_slug', 'ceramic-key-holder'),
(143701, 2482, 'rs_page_bg_color', ''),
(143751, 18237, '_wp_attached_file', '2022/08/home5-image6.jpg'),
(143752, 18237, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:24:\"2022/08/home5-image6.jpg\";s:8:\"filesize\";i:268980;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home5-image6-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35215;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6164;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home5-image6-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27075;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home5-image6-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9152;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home5-image6-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62629;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6151;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home5-image6-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39528;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"home5-image6-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115100;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image6-370x135.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12593;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home5-image6-1290x700.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87115;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home5-image6-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44972;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home5-image6-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16016;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home5-image6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4667;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home5-image6-840x306.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46080;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home5-image6-410x149.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14955;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home5-image6-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42900;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home5-image6-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41645;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home5-image6-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56886;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home5-image6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15553;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home5-image6-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27130;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home5-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6151;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home5-image6-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8786;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home5-image6-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25030;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home5-image6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20767;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143754, 18238, '_wp_attached_file', '2022/08/home6-image1.jpg'),
(143755, 18238, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:1350;s:4:\"file\";s:24:\"2022/08/home6-image1.jpg\";s:8:\"filesize\";i:311705;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home6-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45352;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7595;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home6-image1-600x659.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55659;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home6-image1-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18364;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home6-image1-933x1024.jpg\";s:5:\"width\";i:933;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7614;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home6-image1-768x843.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80052;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image1-370x406.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28179;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home6-image1-1230x725.jpg\";s:5:\"width\";i:1230;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112575;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home6-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52733;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home6-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18560;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home6-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5718;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home6-image1-840x922.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91841;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home6-image1-410x450.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32862;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home6-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55673;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home6-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53530;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home6-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72826;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home6-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19656;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home6-image1-600x659.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55803;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7614;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home6-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10498;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home6-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31609;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home6-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26518;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143756, 18239, '_wp_attached_file', '2022/08/home6-image2.jpg'),
(143757, 18239, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1320;s:6:\"height\";i:1758;s:4:\"file\";s:24:\"2022/08/home6-image2.jpg\";s:8:\"filesize\";i:369407;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home6-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53337;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6835;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home6-image2-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78997;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home6-image2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14897;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home6-image2-769x1024.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128135;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6827;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"home6-image2-768x1023.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127333;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home6-image2-1153x1536.jpg\";s:5:\"width\";i:1153;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278590;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33379;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home6-image2-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165003;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home6-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73222;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home6-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19388;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home6-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5006;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:25:\"home6-image2-840x1119.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1119;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152164;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home6-image2-410x546.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39907;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home6-image2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68887;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home6-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67834;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home6-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107802;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home6-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19097;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home6-image2-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79269;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6827;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home6-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9787;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home6-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33442;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home6-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27370;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143758, 18240, '_edit_lock', '1666376441:1'),
(143759, 18240, '_edit_last', '1'),
(143760, 18240, 'trx_addons_post_views_count', '233'),
(143761, 18240, 'trx_addons_post_likes_count', '0'),
(143762, 18240, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(143763, 18240, '_elementor_page_settings', 'a:24:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:32:\"qwery_options_field_color_scheme\";s:5:\"light\";s:35:\"qwery_options_override_color_scheme\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18739\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";s:36:\"fabric_options_field_header_position\";s:4:\"over\";s:39:\"fabric_options_override_header_position\";s:1:\"1\";s:33:\"fabric_options_field_color_scheme\";s:15:\"fashion_default\";s:36:\"fabric_options_override_color_scheme\";s:1:\"1\";}'),
(143764, 18240, 'fabric_options', 'a:6:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:19:\"header-custom-18739\";s:15:\"header_position\";s:4:\"over\";s:12:\"color_scheme\";s:15:\"fashion_default\";}'),
(143765, 18240, '_elementor_edit_mode', 'builder'),
(143766, 18240, '_elementor_template_type', 'wp-page'),
(143767, 18240, '_elementor_version', '3.7.8'),
(143776, 18240, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(143777, 18240, '_elementor_data', '[{\"id\":\"b1c4a2f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3ea91fe\"}]},\"elements\":[{\"id\":\"e5279ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a81cfc9\"}]},\"elements\":[{\"id\":\"4fd58c0\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Tailor\",\"shortcode\":\"[rev_slider alias=\\\"tailor\\\" slidertitle=\\\"Tailor\\\"][\\/rev_slider]\",\"audio_effects\":[{\"_id\":\"423fe7d\"}]},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88a73da\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85c069e\"}]},\"elements\":[{\"id\":\"fd6ff18\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aad36ad\"}]},\"elements\":[{\"id\":\"82b913e\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"9166da7\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a0d1aa7\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"351e8f7\"}]},\"elements\":[{\"id\":\"687fc59d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"24b12a1\"}]},\"elements\":[{\"id\":\"452b3cae\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"01a332c\"}]},\"elements\":[{\"id\":\"44415df9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.841,\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3429ee9\"}]},\"elements\":[{\"id\":\"3c3955c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"4a4353b\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50a69218\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"large\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"37ffeb4\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"27cd139c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.003,\"content_position\":\"bottom\",\"margin_mobile\":{\"unit\":\"%\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2ca0c2a\"}]},\"elements\":[{\"id\":\"5367c215\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19565,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-19.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"410\",\"height\":\"450\"},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-110\",\"isLinked\":false},\"_css_classes\":\"no-title\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"4bdc2c9\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"780afd17\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"53ec462\"}]},\"elements\":[{\"id\":\"40153f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'ll Create Your  Perfect Suit\",\"subtitle\":\"personal tailor\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7e4d05d\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"51b784cb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ec96d2c\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d2f7a73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We appreciate your trust greatly. Our clients choose us and our products because they know we are the best.<\\/p>\",\"text_color\":\"#6B6E71\",\"typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"7968327\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f856954\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fb7286d\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50d038bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mon-Fri: 9 AM \\u2013 22 PM<br \\/>Saturday: 9 AM \\u2013 20 PM<\\/p>\",\"text_color\":\"#727272\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"262bf54\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27015bf7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f7150da\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6aaa3575\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"About Us\",\"shadow\":\"\",\"_id\":\"6389624\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"9ad3565\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47a9d7d\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85c069e\"}]},\"elements\":[{\"id\":\"9fb2546\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aad36ad\"}]},\"elements\":[{\"id\":\"3b7c742\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"9166da7\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d7c735b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"fashion_light\",\"overflow\":\"hidden\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cd95cfe\"}],\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"26b04f31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"685f734\"}]},\"elements\":[{\"id\":\"343684d6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"9effe3f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cee0b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8605f4d\"}]},\"elements\":[{\"id\":\"7b38cda3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":34.341,\"_inline_size_tablet\":35,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"77fb899\"}]},\"elements\":[{\"id\":\"d91a0e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"subtitle\":\"all you need\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"5e1dedc\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":true},{\"id\":\"34735abd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.667,\"_inline_size_tablet\":45,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8ce0a64\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0aefb9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"414d97a\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c9db2c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitacion ullamco.<\\/p>\",\"audio_effects\":[{\"_id\":\"7bd214c\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4d866ef5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25.274,\"column_align\":\"right sc_layouts_column\",\"_inline_size_tablet\":20,\"column_align_mobile\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2e8a1e2\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76dab492\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b6e8330\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"681d0ff\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"simple\",\"title\":\"View More\",\"shadow\":0,\"_id\":\"a418869\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"57bd021\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23d19b2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"49ced4d\"}]},\"elements\":[{\"id\":\"1f7c51af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"76a2744\"}]},\"elements\":[{\"id\":\"71619fbc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"4d55943\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5eec72f0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6866e05\"}]},\"elements\":[{\"id\":\"3ed0af05\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"extra_bg\":\"extra_left\",\"z_index\":9,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6e887cb\"}]},\"elements\":[{\"id\":\"4562810c\",\"elType\":\"widget\",\"settings\":{\"type\":\"strong\",\"cat\":\"180\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"orderby\":\"post_date\",\"order\":\"desc\",\"more_text\":\"\",\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"featured\":\"number\",\"show_subtitle\":\"1\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_overflow\":\"1\",\"audio_effects\":[{\"_id\":\"21cfbb3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17e70d76\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"60372ff\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0df752b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"stretch_section\":\"section-stretched\",\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#415446\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"scheme\":\"fashion_dark\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"780f06f\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"318dc28\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6b08d05\"}],\"column_align\":\"left sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"9a95f7f\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h2\",\"title\":\"The Height of Handmade Luxury\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"87ce7ef\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"f72cb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ecedd6e\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7c893\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Pricies\",\"shadow\":\"\",\"_id\":\"6389624\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/pricing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"type\":\"bordered\",\"color_style\":\"dark\"}],\"audio_effects\":[{\"_id\":\"9ad3565\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24e9e61\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c382b94\"}]},\"elements\":[{\"id\":\"65559d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"304c712\"}]},\"elements\":[{\"id\":\"8898e3f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"9f60a39\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c20eddd\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Explore Our Portfolio\",\"subtitle\":\"Men\'s Fashion\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"87ce7ef\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"c39664a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"7c19984\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b4f21d\",\"elType\":\"widget\",\"settings\":{\"type\":\"lay_portfolio_grid\",\"post_type\":\"cpt_portfolio\",\"taxonomy\":\"cpt_portfolio_group\",\"cat\":[\"\",\"97\"],\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"orderby\":\"post_date\",\"filters_taxonomy\":\"cpt_portfolio_group\",\"filters_more_text\":\"More posts\",\"template_lay_portfolio_grid\":\"grid_style_5\",\"meta_parts\":[\"categories\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"5f8f127\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"a488e98\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"699b9ef\"}],\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c3a0a37\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"buttons\":[{\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/portfolio_group\\/mens-fashion\\/\",\"is_external\":\"\"},\"title\":\"Discover More\",\"shadow\":0,\"_id\":\"2f6261b\"}],\"audio_effects\":[{\"_id\":\"a522009\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"593d248\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c6b33b6\"}]},\"elements\":[{\"id\":\"c65eceb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9f71873\"}]},\"elements\":[{\"id\":\"2d12f6e\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"a508ac2\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cf467e\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee0df5\"}]},\"elements\":[{\"id\":\"1e749e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.848,\"_inline_size_tablet\":44,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0388219\"}]},\"elements\":[{\"id\":\"e56a35a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe for the exclusive updates!\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"2b18d01\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"6f5e652\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.152,\"_inline_size_tablet\":56,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ba9d1eb\"}]},\"elements\":[{\"id\":\"d6b6deb\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"ce5edf7\"}],\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8dc90c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-3\\\"]\",\"audio_effects\":[{\"_id\":\"1581854\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"e770b9d\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"2af7cec\"}],\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50a6222\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c6b33b6\"}]},\"elements\":[{\"id\":\"1b118e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9f71873\"}]},\"elements\":[{\"id\":\"8b670d8\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"a508ac2\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fe555e6\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"31768e3\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"fashion_default\"},\"elements\":[{\"id\":\"6a1fdb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7b936c4\"}]},\"elements\":[{\"id\":\"59a6e84\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"3e88415\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e1b39fb\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Wedding Collection\",\"subtitle\":\"special occasion\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"87ce7ef\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92636a5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"d43409a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"55c7de8\",\"elType\":\"widget\",\"settings\":{\"category\":[\"suits\"],\"order\":\"asc\",\"audio_effects\":[{\"_id\":\"1064567\"}],\"title_align\":\"center\",\"type\":\"simple\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_extended_products\"},{\"id\":\"9479505\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"e16f741\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9f8e93\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#F5F0EA\",\"scheme\":\"fashion_default\",\"reverse_order_mobile\":\"reverse-mobile\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"22f66b9\"}],\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"d405984\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2350ffc\"}]},\"elements\":[{\"id\":\"4b1ca0d2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c41c9f4\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7e4c1b99\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"alter_height\":\"medium\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"6c15127\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"393e7eed\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What They Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"492e425\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"60cf79fb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"1f5d224\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a6d70d7\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slider\":\"1\",\"slider_pagination\":\"bottom\",\"type\":\"simple\",\"audio_effects\":[{\"_id\":\"2ac26e0\"}]},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"6a2fec9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"5204022\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"458472cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"background_background\":\"classic\",\"background_image\":{\"id\":19583,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-20.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_size\":\"cover\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"978e336\"}]},\"elements\":[{\"id\":\"4575f878\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e922df3\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c36f7f1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e922df3\"}],\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77d9ccd7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e922df3\"}],\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2b19837f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8871c7d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"898e38d\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"14cf224\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"fashion_light\"},\"elements\":[{\"id\":\"fc3410c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"35d61bb\"}]},\"elements\":[{\"id\":\"fb3e5c4\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fd61a37\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"87db524\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Latest Fashion Tips & Tricks\",\"subtitle\":\"read more\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"87ce7ef\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"64e1f85\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"61bf0f0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cc21a22\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"182\"],\"count\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"c8158b2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"a3f274c\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(143784, 18240, '_elementor_page_assets', 'a:0:{}'),
(143785, 18154, 'trx_addons_post_views_count', '135'),
(143786, 18245, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143787, 18245, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1660036684'),
(143788, 18245, '_edit_lock', '1660036787:1'),
(143789, 18246, '_wp_attached_file', '2022/08/service-image18.jpg'),
(143790, 18246, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/08/service-image18.jpg\";s:8:\"filesize\";i:284522;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image18-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35612;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6357;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image18-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53743;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image18-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11549;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image18-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6350;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"service-image18-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80360;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image18-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130652;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image18-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26703;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image18-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115540;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image18-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51560;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image18-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16768;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image18-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4786;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"service-image18-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93453;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image18-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30812;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image18-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44058;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image18-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44509;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image18-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66794;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"service-image18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15623;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"service-image18-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54093;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6350;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image18-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9403;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image18-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24854;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image18-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21084;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143791, 18245, '_wp_old_slug', 'retail-shops'),
(143792, 18245, '_thumbnail_id', '18246'),
(143793, 18245, '_edit_last', '1'),
(143794, 18245, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143795, 18245, '_elementor_page_settings', 'a:0:{}'),
(143796, 18245, 'fabric_options', 'a:0:{}'),
(143797, 18245, '_wp_old_slug', 'retail-shops-2'),
(143798, 18245, 'rs_page_bg_color', ''),
(143799, 18247, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143800, 18247, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1660036912'),
(143801, 18247, '_edit_lock', '1660037120:1'),
(143802, 18248, '_wp_attached_file', '2022/08/service-image19.jpg'),
(143803, 18248, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/08/service-image19.jpg\";s:8:\"filesize\";i:363497;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image19-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53417;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6168;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image19-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87530;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image19-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12917;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image19-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6157;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"service-image19-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133805;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image19-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225620;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image19-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38254;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image19-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201412;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image19-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71957;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image19-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20720;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image19-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4392;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"service-image19-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157406;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image19-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45627;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image19-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68323;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image19-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66599;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image19-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103854;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"service-image19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19162;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"service-image19-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87784;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6157;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image19-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9884;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image19-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34518;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image19-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27665;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143804, 18247, '_wp_old_slug', 'individual-tailoring'),
(143805, 18247, '_thumbnail_id', '18248'),
(143806, 18247, '_edit_last', '1'),
(143807, 18247, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143808, 18247, '_elementor_page_settings', 'a:0:{}'),
(143809, 18247, 'fabric_options', 'a:0:{}'),
(143810, 18247, '_wp_old_slug', 'individual-tailoring-2'),
(143811, 18247, 'rs_page_bg_color', ''),
(143812, 18249, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143813, 18249, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1660037132'),
(143814, 18249, '_edit_lock', '1660037362:1'),
(143815, 18250, '_wp_attached_file', '2022/08/service-image20.jpg'),
(143816, 18250, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/08/service-image20.jpg\";s:8:\"filesize\";i:275660;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image20-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45013;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6753;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image20-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71577;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image20-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13501;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image20-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89909;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6773;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"service-image20-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111230;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image20-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189473;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image20-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33178;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image20-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139435;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image20-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58317;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image20-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17169;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image20-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4989;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"service-image20-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131265;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image20-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38580;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image20-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56725;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image20-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55153;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image20-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83922;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"service-image20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17663;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"service-image20-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71898;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6773;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image20-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9159;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image20-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30467;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image20-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24435;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143817, 18249, '_wp_old_slug', 'suit-resizing'),
(143818, 18249, '_thumbnail_id', '18250'),
(143819, 18249, '_edit_last', '1'),
(143820, 18249, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143821, 18249, '_elementor_page_settings', 'a:0:{}'),
(143822, 18249, 'fabric_options', 'a:0:{}'),
(143823, 18249, '_wp_old_slug', 'suit-resizing-2'),
(143824, 18249, 'rs_page_bg_color', ''),
(143825, 18251, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(143826, 18251, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1660037371'),
(143827, 18251, '_edit_lock', '1660037659:1'),
(143828, 18252, '_wp_attached_file', '2022/08/service-image21.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(143829, 18252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/08/service-image21.jpg\";s:8:\"filesize\";i:217352;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"service-image21-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32404;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5086;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"service-image21-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53530;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-image21-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9813;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-image21-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5090;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"service-image21-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85700;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"service-image21-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146043;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image21-370x555.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24110;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"service-image21-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86250;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"service-image21-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38751;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"service-image21-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12470;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"service-image21-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3793;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"service-image21-840x1260.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101406;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"service-image21-410x615.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27987;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"service-image21-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41554;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"service-image21-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38867;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"service-image21-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57020;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"service-image21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12591;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"service-image21-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53760;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"service-image21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5090;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"service-image21-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6957;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"service-image21-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22014;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"service-image21-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17397;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143830, 18251, '_wp_old_slug', 'custom-accessories'),
(143831, 18251, '_thumbnail_id', '18252'),
(143832, 18251, '_edit_last', '1'),
(143833, 18251, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";}'),
(143834, 18251, '_elementor_page_settings', 'a:0:{}'),
(143835, 18251, 'fabric_options', 'a:0:{}'),
(143836, 18251, '_wp_old_slug', 'custom-accessories-2'),
(143837, 18251, 'rs_page_bg_color', ''),
(143922, 18265, '_sku', '757012-1'),
(143923, 18265, '_regular_price', '235'),
(143924, 18265, 'total_sales', '0'),
(143925, 18265, '_tax_status', 'taxable'),
(143926, 18265, '_tax_class', ''),
(143927, 18265, '_manage_stock', 'no'),
(143928, 18265, '_backorders', 'no'),
(143929, 18265, '_sold_individually', 'no'),
(143930, 18265, '_virtual', 'no'),
(143931, 18265, '_downloadable', 'no'),
(143932, 18265, '_product_image_gallery', '18267,18268'),
(143933, 18265, '_download_limit', '-1'),
(143934, 18265, '_download_expiry', '-1'),
(143935, 18265, '_thumbnail_id', '18266'),
(143936, 18265, '_stock', NULL),
(143937, 18265, '_stock_status', 'instock'),
(143938, 18265, '_wc_average_rating', '0'),
(143939, 18265, '_wc_review_count', '0'),
(143940, 18265, '_product_version', '6.7.0'),
(143941, 18265, '_price', '235'),
(143942, 18265, 'trx_addons_post_views_count', '33'),
(143943, 18265, 'trx_addons_post_likes_count', '0'),
(143944, 18265, '_elementor_page_settings', 'a:0:{}'),
(143945, 18265, 'fabric_options', 'a:0:{}'),
(143946, 18265, '_wp_old_date', '2020-05-13'),
(143948, 18265, '_edit_lock', '1660131588:1'),
(143949, 18266, '_wp_attached_file', '2022/08/product-image18.jpg'),
(143950, 18266, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:27:\"2022/08/product-image18.jpg\";s:8:\"filesize\";i:196900;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"product-image18-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39277;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5709;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"product-image18-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49229;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"product-image18-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13895;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"product-image18-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111158;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5714;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"product-image18-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77085;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image18-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22274;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"product-image18-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127805;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"product-image18-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50807;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"product-image18-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14653;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"product-image18-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4266;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"product-image18-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91244;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"product-image18-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26090;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"product-image18-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50622;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"product-image18-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48172;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"product-image18-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74936;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"product-image18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14902;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"product-image18-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49443;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5714;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"product-image18-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7823;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"product-image18-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26489;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"product-image18-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20771;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143951, 18267, '_wp_attached_file', '2022/08/product-image16.jpg'),
(143952, 18267, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:27:\"2022/08/product-image16.jpg\";s:8:\"filesize\";i:360373;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"product-image16-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61236;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6052;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"product-image16-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77002;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"product-image16-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16861;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"product-image16-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186079;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6059;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"product-image16-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126907;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image16-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29521;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"product-image16-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219352;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"product-image16-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85957;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"product-image16-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20623;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"product-image16-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4329;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"product-image16-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151883;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"product-image16-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35907;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"product-image16-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82953;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"product-image16-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77130;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"product-image16-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125680;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"product-image16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18692;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"product-image16-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77283;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6059;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"product-image16-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9601;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"product-image16-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39545;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"product-image16-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27724;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143953, 18268, '_wp_attached_file', '2022/08/product-image17.jpg'),
(143954, 18268, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1268;s:6:\"height\";i:1395;s:4:\"file\";s:27:\"2022/08/product-image17.jpg\";s:8:\"filesize\";i:147037;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"product-image17-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35205;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5942;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"product-image17-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43065;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"product-image17-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13955;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"product-image17-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88053;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5963;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"product-image17-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62929;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image17-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21299;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"product-image17-1268x725.jpg\";s:5:\"width\";i:1268;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103168;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"product-image17-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40405;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"product-image17-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13699;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"product-image17-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4438;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"product-image17-840x924.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73610;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"product-image17-410x451.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24894;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"product-image17-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43791;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"product-image17-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41585;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"product-image17-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60042;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"product-image17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14786;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:27:\"product-image17-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43246;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"product-image17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5963;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"product-image17-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7678;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"product-image17-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24383;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"product-image17-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19925;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(143955, 18265, '_edit_last', '1'),
(143956, 18269, '_sku', '757012-1-1'),
(143957, 18269, '_regular_price', '168'),
(143958, 18269, 'total_sales', '0'),
(143959, 18269, '_tax_status', 'taxable'),
(143960, 18269, '_tax_class', ''),
(143961, 18269, '_manage_stock', 'no'),
(143962, 18269, '_backorders', 'no'),
(143963, 18269, '_sold_individually', 'no'),
(143964, 18269, '_virtual', 'no'),
(143965, 18269, '_downloadable', 'no'),
(143966, 18269, '_product_image_gallery', '18267,18266'),
(143967, 18269, '_download_limit', '-1'),
(143968, 18269, '_download_expiry', '-1'),
(143969, 18269, '_thumbnail_id', '18268'),
(143970, 18269, '_stock', NULL),
(143971, 18269, '_stock_status', 'instock'),
(143972, 18269, '_wc_average_rating', '0'),
(143973, 18269, '_wc_review_count', '0'),
(143974, 18269, '_product_version', '6.7.0'),
(143975, 18269, '_price', '168'),
(143976, 18269, 'trx_addons_post_views_count', '30'),
(143977, 18269, 'trx_addons_post_likes_count', '0'),
(143978, 18269, '_elementor_page_settings', 'a:0:{}'),
(143979, 18269, 'fabric_options', 'a:0:{}'),
(143980, 18269, '_wp_old_date', '2020-05-13'),
(143981, 18269, '_edit_lock', '1660131578:1'),
(143982, 18269, '_edit_last', '1'),
(143983, 18271, '_sku', '757012-1-2'),
(143984, 18271, '_regular_price', '235'),
(143985, 18271, 'total_sales', '0'),
(143986, 18271, '_tax_status', 'taxable'),
(143987, 18271, '_tax_class', ''),
(143988, 18271, '_manage_stock', 'no'),
(143989, 18271, '_backorders', 'no'),
(143990, 18271, '_sold_individually', 'no'),
(143991, 18271, '_virtual', 'no'),
(143992, 18271, '_downloadable', 'no'),
(143993, 18271, '_product_image_gallery', '18268,18266'),
(143994, 18271, '_download_limit', '-1'),
(143995, 18271, '_download_expiry', '-1'),
(143996, 18271, '_thumbnail_id', '18267'),
(143997, 18271, '_stock', NULL),
(143998, 18271, '_stock_status', 'instock'),
(143999, 18271, '_wc_average_rating', '0'),
(144000, 18271, '_wc_review_count', '0'),
(144001, 18271, '_product_version', '6.7.0'),
(144002, 18271, '_price', '235'),
(144003, 18271, 'trx_addons_post_views_count', '29'),
(144004, 18271, 'trx_addons_post_likes_count', '0'),
(144005, 18271, '_elementor_page_settings', 'a:0:{}'),
(144006, 18271, 'fabric_options', 'a:0:{}'),
(144007, 18271, '_wp_old_date', '2020-05-13'),
(144008, 18271, '_edit_lock', '1660131568:1'),
(144009, 18271, '_edit_last', '1'),
(144094, 18284, '_wp_attached_file', '2022/08/home6-image3.jpg'),
(144095, 18284, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2022/08/home6-image3.jpg\";s:8:\"filesize\";i:264869;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home6-image3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40401;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6156;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home6-image3-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42001;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home6-image3-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14622;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home6-image3-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6172;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home6-image3-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61052;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home6-image3-1536x1280.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191892;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image3-370x308.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20103;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home6-image3-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106769;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home6-image3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52555;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home6-image3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17542;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home6-image3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4515;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home6-image3-840x700.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70794;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home6-image3-410x342.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23447;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home6-image3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50409;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home6-image3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49244;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home6-image3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72865;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home6-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16445;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home6-image3-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42135;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home6-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6172;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home6-image3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9262;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home6-image3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27540;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home6-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22941;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144117, 18288, '_edit_lock', '1660131394:1'),
(144120, 18288, '_wp_old_slug', 'post-6'),
(144121, 18288, '_thumbnail_id', '17780'),
(144122, 18288, '_edit_last', '1'),
(144123, 18288, 'trx_addons_post_views_count', '212'),
(144124, 18288, 'trx_addons_post_likes_count', '0'),
(144125, 18288, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(144126, 18288, '_elementor_page_settings', 'a:0:{}'),
(144127, 18288, 'fabric_options', 'a:0:{}'),
(144128, 18288, '_wp_page_template', 'default'),
(144131, 18288, '_wp_old_slug', 'post-6-2'),
(144132, 18288, 'rs_page_bg_color', ''),
(144133, 18290, '_edit_lock', '1660131390:1'),
(144136, 18290, '_wp_old_slug', 'post-7'),
(144137, 18290, '_thumbnail_id', '17789'),
(144138, 18290, '_edit_last', '1'),
(144139, 18290, 'trx_addons_post_views_count', '206'),
(144140, 18290, 'trx_addons_post_likes_count', '0'),
(144141, 18290, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(144142, 18290, '_elementor_page_settings', 'a:0:{}'),
(144143, 18290, 'fabric_options', 'a:0:{}'),
(144144, 18290, '_wp_page_template', 'default'),
(144147, 18290, '_wp_old_slug', 'post-7-2'),
(144148, 18290, 'rs_page_bg_color', ''),
(144149, 18292, '_edit_lock', '1660131386:1'),
(144152, 18292, '_wp_old_slug', 'post-8'),
(144153, 18292, '_thumbnail_id', '17785'),
(144154, 18292, '_edit_last', '1'),
(144155, 18292, 'trx_addons_post_views_count', '201'),
(144156, 18292, 'trx_addons_post_likes_count', '0'),
(144157, 18292, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(144158, 18292, '_elementor_page_settings', 'a:0:{}'),
(144159, 18292, 'fabric_options', 'a:0:{}'),
(144160, 18292, '_wp_page_template', 'default'),
(144163, 18292, '_wp_old_slug', 'post-8-2'),
(144164, 18292, 'rs_page_bg_color', ''),
(144165, 18294, '_edit_lock', '1660131379:1'),
(144168, 18294, '_wp_old_slug', 'post-9'),
(144169, 18294, '_thumbnail_id', '17867'),
(144170, 18294, '_edit_last', '1'),
(144171, 18294, 'trx_addons_post_views_count', '232'),
(144172, 18294, 'trx_addons_post_likes_count', '0'),
(144173, 18294, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(144174, 18294, '_elementor_page_settings', 'a:0:{}'),
(144175, 18294, 'fabric_options', 'a:0:{}'),
(144176, 18294, '_wp_page_template', 'default'),
(144179, 18294, '_wp_old_slug', 'post-9-2'),
(144180, 18294, 'rs_page_bg_color', ''),
(144181, 18296, '_edit_lock', '1660131375:1'),
(144184, 18296, '_wp_old_slug', 'post-10'),
(144185, 18296, '_thumbnail_id', '17864'),
(144186, 18296, '_edit_last', '1'),
(144187, 18296, 'trx_addons_post_views_count', '211'),
(144188, 18296, 'trx_addons_post_likes_count', '0'),
(144189, 18296, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(144190, 18296, '_elementor_page_settings', 'a:0:{}'),
(144191, 18296, 'fabric_options', 'a:0:{}'),
(144192, 18296, '_wp_page_template', 'default'),
(144195, 18296, '_wp_old_slug', 'post-10-2'),
(144196, 18296, 'rs_page_bg_color', ''),
(144219, 18301, '_edit_lock', '1668413128:1'),
(144220, 18301, '_edit_last', '1'),
(144221, 18301, 'trx_addons_post_views_count', '278'),
(144222, 18301, 'trx_addons_post_likes_count', '0'),
(144223, 18301, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(144224, 18301, '_elementor_page_settings', 'a:32:{s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:35:\"qwery_options_override_color_scheme\";s:1:\"1\";s:32:\"qwery_options_field_color_scheme\";s:5:\"light\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18758\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";s:36:\"fabric_options_field_header_position\";s:4:\"over\";s:39:\"fabric_options_override_header_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:19:\"footer-custom-18750\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:33:\"fabric_options_field_color_scheme\";s:14:\"ethnic_default\";s:36:\"fabric_options_override_color_scheme\";s:1:\"1\";s:34:\"fabric_options_field_header_scheme\";s:11:\"ethnic_dark\";s:37:\"fabric_options_override_header_scheme\";s:1:\"1\";s:34:\"fabric_options_field_footer_scheme\";s:11:\"ethnic_dark\";s:37:\"fabric_options_override_footer_scheme\";s:1:\"1\";}'),
(144225, 18301, 'fabric_options', 'a:10:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:19:\"header-custom-18758\";s:15:\"header_position\";s:4:\"over\";s:11:\"footer_type\";s:6:\"custom\";s:12:\"footer_style\";s:19:\"footer-custom-18750\";s:12:\"color_scheme\";s:14:\"ethnic_default\";s:13:\"header_scheme\";s:11:\"ethnic_dark\";s:13:\"footer_scheme\";s:11:\"ethnic_dark\";}'),
(144226, 18301, '_elementor_edit_mode', 'builder'),
(144227, 18301, '_elementor_template_type', 'wp-page'),
(144228, 18301, '_elementor_version', '3.8.0'),
(144237, 18301, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(144238, 18301, '_elementor_data', '[{\"id\":\"372ae5e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"e800cae\"}]},\"elements\":[{\"id\":\"c944702\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"07f2457\"}]},\"elements\":[{\"id\":\"bc585cd\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Ethnic\",\"shortcode\":\"[rev_slider alias=\\\"ethnic\\\" slidertitle=\\\"Ethnic\\\"][\\/rev_slider]\",\"audio_effects\":[{\"_id\":\"da5a038\"}]},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e99bbdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"57ce0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"22b1713\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a8f991b\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"We find unique designs from authentic cultures & artisans, crafted with ture skill.\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"skill\\nlove\\ncare\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"224cfd5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2af2ed0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Peter Bowman\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"23905e6\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e193c18\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"704947a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3f04ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Creative Director<\\/p>\",\"text_color\":\"#716E6B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b1edc64\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ef86b2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a497120\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2c43abd\"}],\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"92f68cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"background_background\":\"classic\",\"background_image\":{\"id\":19634,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-21.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"71b9e6a\"}],\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"3367e40\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"99b1237\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1d42177\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"content_width\":\"1_2\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_inline_size_mobile\":100,\"content_width_mobile\":\"none\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4a233c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"76ec452\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"a830065\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72430c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unique Items, Crafted with Love\",\"subtitle\":\"handmade textile\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"19bfe04\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f56a7ce\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5776ba7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca798cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.natus error sit voluptatem accusantium doloremque laudantium.<\\/p><p>Veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.<\\/p>\",\"audio_effects\":[{\"_id\":\"5b0a02f\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab334b2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"4113fc9\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eb1beec\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"About Us\",\"shadow\":\"\",\"_id\":\"cef9ddf\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"f49791d\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"325977a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"23bb0b2\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3741f90\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b58b7a7\"}]},\"elements\":[{\"id\":\"9864723\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b289b73\"}]},\"elements\":[{\"id\":\"e74277a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b8b42c9\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e48ff38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Unique Products\",\"subtitle\":\"for your home\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"19bfe04\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a7db945\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"87161de\"}],\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"075de25\",\"elType\":\"widget\",\"settings\":{\"type\":\"lay_portfolio_grid\",\"post_type\":\"cpt_portfolio\",\"cat\":[\"113\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"orderby\":\"post_date\",\"filters_taxonomy\":\"cpt_portfolio_group\",\"filters_more_text\":\"More posts\",\"template_lay_portfolio_grid\":\"grid_style_9\",\"meta_parts\":[\"categories\"],\"more_button\":\"\",\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"1ee3070\"}],\"taxonomy\":\"cpt_portfolio_group\",\"filters_title_align\":\"center\",\"show_filters\":\"1\",\"filters_ids\":\"195, 113, 196, 197\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"219680a9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b94f09\"}]},\"elements\":[{\"id\":\"d1b0412\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"323a101\"}]},\"elements\":[{\"id\":\"382f21e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"3ea58b9\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1215f9ad\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0e922dc\"}]},\"elements\":[{\"id\":\"6a2af9a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ae8d20\"}]},\"elements\":[{\"id\":\"236d069b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1.2,\"suffix\":\"m\",\"duration\":1500,\"title\":\"Happy Clients\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"typography_number_font_size\":{\"unit\":\"em\",\"size\":3.333,\"sizes\":[]},\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_number_typography\":\"custom\",\"typography_number_font_weight\":\"500\",\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f5815a3\"}]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"67e14f5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f6e708\"}]},\"elements\":[{\"id\":\"5d55be9b\",\"elType\":\"widget\",\"settings\":{\"suffix\":\"%\",\"duration\":1000,\"title\":\"Ethically  Sourced\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":3.333,\"sizes\":[]},\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_number_font_weight\":\"500\",\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9d38c32\"}]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"6cbb71a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2e4670a\"}]},\"elements\":[{\"id\":\"35fc8c6f\",\"elType\":\"widget\",\"settings\":{\"ending_number\":45,\"suffix\":\"%\",\"duration\":1500,\"title\":\"Unique Cultures\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":3.333,\"sizes\":[]},\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_font_weight\":\"500\",\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"1c70400\"}]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c0548ac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"5a51a19\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cce369\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19635,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-22.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"15c1ed8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"b30f297\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9fb1407\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c70da9d\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d48f431\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e87a15f\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"dee4d1c\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3c01381\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b558eaa\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"04f2fc7\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d18f3e1\"}]},\"elements\":[{\"id\":\"ea9a847\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02817d1\"}]},\"elements\":[{\"id\":\"a1858d4\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"26bd0e9\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45a9238\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"351e8f7\"}]},\"elements\":[{\"id\":\"952cb1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"24b12a1\"}]},\"elements\":[{\"id\":\"329591c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"01a332c\"}]},\"elements\":[{\"id\":\"e897649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":73,\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3429ee9\"}],\"_inline_size_mobile\":70},\"elements\":[{\"id\":\"d0c8501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19640,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-24.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"459\",\"height\":\"484\"},\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"4a4353b\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f332d99\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"37ffeb4\"}],\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"7b36aab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.844,\"content_position\":\"bottom\",\"margin_mobile\":{\"unit\":\"%\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2ca0c2a\"}],\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"36902f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19639,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-23.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"459\",\"height\":\"484\"},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-160\",\"isLinked\":false},\"_css_classes\":\"no-title\",\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"4bdc2c9\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e417129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"53ec462\"}]},\"elements\":[{\"id\":\"8bb7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Items by Local People\",\"subtitle\":\"ethnic crafts\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"56b7833\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"507fc87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cfa6f7a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"db0b725\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d5fb1df\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Buy Now\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c6425aa\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c897577\"}]},\"elements\":[{\"id\":\"00148c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a64678d\"}]},\"elements\":[{\"id\":\"2d91a08\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df6d3f9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ecc91f\"}]},\"elements\":[{\"id\":\"95f7d84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2d9465a\"}]},\"elements\":[{\"id\":\"43e465f\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"183572e\"}],\"type\":\"decoration\",\"cat\":\"183\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"slider_pagination_thumbs\":\"1\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80267b5\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ca2f14a\"}]},\"elements\":[{\"id\":\"3a2a84e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4a15ab7\"}]},\"elements\":[{\"id\":\"1990d7f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fffd6e9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"50fedd0\"}]},\"elements\":[{\"id\":\"3481fe83\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.969,\"_inline_size_tablet\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"e29b9b0\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-25.jpg\",\"id\":19654,\"alt\":\"\",\"source\":\"library\"},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2071033\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"e28c605\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"35dfb563\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"370ebc4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"44848da3\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"0283481\"}],\"space\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ac46888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Questions? ||Get in Touch!\",\"subtitle\":\"Contact Us\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"957dc9c\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"7c673458\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c78b108\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a025dcb\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1266\",\"audio_effects\":[{\"_id\":\"dbee617\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"},{\"id\":\"1f85cb62\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"52b4866\"}],\"space\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(144245, 18301, '_elementor_page_assets', 'a:0:{}'),
(144246, 18307, '_wp_attached_file', '2022/08/home7-image1.jpg'),
(144247, 18307, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:24:\"2022/08/home7-image1.jpg\";s:8:\"filesize\";i:318815;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home7-image1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62464;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8576;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home7-image1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50123;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home7-image1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17435;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home7-image1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8580;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home7-image1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74200;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home7-image1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:227059;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24109;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home7-image1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145973;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home7-image1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73604;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home7-image1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23875;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home7-image1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6112;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home7-image1-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86366;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home7-image1-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28427;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home7-image1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78771;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home7-image1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75513;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home7-image1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107992;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home7-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24331;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home7-image1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50206;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8580;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home7-image1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12733;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home7-image1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41566;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home7-image1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144370, 18323, '_wp_attached_file', '2022/08/home7-image2.jpg'),
(144371, 18323, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:680;s:4:\"file\";s:24:\"2022/08/home7-image2.jpg\";s:8:\"filesize\";i:361803;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home7-image2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78263;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6605;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home7-image2-600x213.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31943;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home7-image2-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9051;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home7-image2-1024x363.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97315;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home7-image2-768x272.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"home7-image2-1536x544.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217067;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image2-370x131.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13013;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home7-image2-1290x680.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260948;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home7-image2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106095;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home7-image2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24333;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home7-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4639;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home7-image2-840x298.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63995;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home7-image2-410x145.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15627;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home7-image2-570x680.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114667;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home7-image2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97783;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home7-image2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151568;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home7-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23759;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home7-image2-600x213.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32046;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6618;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home7-image2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10957;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home7-image2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49127;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home7-image2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36213;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144372, 18324, '_wp_attached_file', '2022/08/home7-image3.jpg'),
(144373, 18324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1377;s:6:\"height\";i:1452;s:4:\"file\";s:24:\"2022/08/home7-image3.jpg\";s:8:\"filesize\";i:481075;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home7-image3-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90001;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9117;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home7-image3-600x633.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111621;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home7-image3-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28716;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home7-image3-971x1024.jpg\";s:5:\"width\";i:971;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:279792;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home7-image3-768x810.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178696;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image3-370x390.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46194;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home7-image3-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:268217;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home7-image3-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119143;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home7-image3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31044;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home7-image3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6276;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home7-image3-840x886.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:886;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212638;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home7-image3-410x432.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55139;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home7-image3-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117547;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home7-image3-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109644;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home7-image3-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172604;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home7-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30059;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home7-image3-600x633.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111835;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9136;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home7-image3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14883;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home7-image3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57054;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home7-image3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43981;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144374, 18325, '_wp_attached_file', '2022/08/home7-image4.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(144375, 18325, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1377;s:6:\"height\";i:1452;s:4:\"file\";s:24:\"2022/08/home7-image4.jpg\";s:8:\"filesize\";i:241866;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home7-image4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48863;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7297;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home7-image4-600x633.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60205;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home7-image4-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19499;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home7-image4-971x1024.jpg\";s:5:\"width\";i:971;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7316;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home7-image4-768x810.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87691;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image4-370x390.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29210;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home7-image4-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114119;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home7-image4-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59639;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home7-image4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19767;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home7-image4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home7-image4-840x886.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:886;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100782;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home7-image4-410x432.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33765;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home7-image4-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60233;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home7-image4-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59500;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home7-image4-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84087;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home7-image4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20261;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home7-image4-600x633.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60375;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7316;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home7-image4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10426;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home7-image4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33158;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home7-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28161;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144376, 18326, '_edit_lock', '1660061521:1'),
(144377, 18327, '_wp_attached_file', '2022/08/testimonials-image4.jpg'),
(144378, 18327, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2022/08/testimonials-image4.jpg\";s:8:\"filesize\";i:421464;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"testimonials-image4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64299;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18366;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67651;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31550;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"testimonials-image4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140604;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18374;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94460;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39163;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:32:\"testimonials-image4-1200x725.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112843;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61289;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27316;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16349;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106683;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43932;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77876;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67594;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85715;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31550;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67822;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18374;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19809;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48800;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:31:\"testimonials-image4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39163;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(144379, 18326, '_wp_old_slug', 'mary-dowson'),
(144380, 18326, '_thumbnail_id', '18327'),
(144381, 18326, '_edit_last', '1'),
(144382, 18326, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:10:\"Art Expert\";s:6:\"rating\";s:1:\"0\";}'),
(144383, 18328, '_edit_lock', '1660061628:1'),
(144384, 18329, '_wp_attached_file', '2022/08/testimonials-image5.jpg'),
(144385, 18329, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2022/08/testimonials-image5.jpg\";s:8:\"filesize\";i:138199;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"testimonials-image5-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34625;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5098;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38828;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13287;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"testimonials-image5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5125;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58450;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18402;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:32:\"testimonials-image5-1200x725.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82108;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41473;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13213;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3861;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68084;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21478;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44002;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40110;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57887;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13287;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38938;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5125;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7194;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23673;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:31:\"testimonials-image5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144386, 18328, '_wp_old_slug', 'mary-dowson-3'),
(144387, 18328, '_thumbnail_id', '18329'),
(144388, 18328, '_edit_last', '1'),
(144389, 18328, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:8:\"Designer\";s:6:\"rating\";s:1:\"0\";}'),
(144390, 18330, '_edit_lock', '1660061701:1'),
(144391, 18331, '_wp_attached_file', '2022/08/testimonials-image6.jpg'),
(144392, 18331, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2022/08/testimonials-image6.jpg\";s:8:\"filesize\";i:178405;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"testimonials-image6-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40713;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5430;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43481;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14742;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"testimonials-image6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109473;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5423;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66952;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20386;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:32:\"testimonials-image6-1200x725.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98575;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46127;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14601;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4102;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78044;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23926;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52848;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45390;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65349;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14742;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43609;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5423;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7865;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28489;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:31:\"testimonials-image6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20386;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144393, 18330, '_wp_old_slug', 'mary-dowson-3-2'),
(144394, 18330, '_thumbnail_id', '18331'),
(144395, 18330, '_edit_last', '1'),
(144396, 18330, 'trx_addons_options', 'a:2:{s:8:\"subtitle\";s:6:\"Artist\";s:6:\"rating\";s:1:\"0\";}'),
(144473, 18342, '_wp_attached_file', '2022/08/home7-image5.jpg'),
(144474, 18342, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:24:\"2022/08/home7-image5.jpg\";s:8:\"filesize\";i:460747;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"home7-image5-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60414;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7749;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"home7-image5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56241;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home7-image5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17733;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"home7-image5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7791;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"home7-image5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home7-image5-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:289048;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image5-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25431;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"home7-image5-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192177;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"home7-image5-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90190;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"home7-image5-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26547;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"home7-image5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5520;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"home7-image5-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101316;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"home7-image5-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30255;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"home7-image5-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76719;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"home7-image5-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79850;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"home7-image5-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123900;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home7-image5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23072;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"home7-image5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56312;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"home7-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7791;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"home7-image5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13104;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"home7-image5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38879;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"home7-image5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144475, 18343, '_wp_attached_file', '2020/04/post-image7.jpg'),
(144476, 18343, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2049;s:4:\"file\";s:23:\"2020/04/post-image7.jpg\";s:8:\"filesize\";i:428928;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"post-image7-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43378;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6548;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"post-image7-600x640.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53248;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"post-image7-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16965;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"post-image7-960x1024.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6578;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"post-image7-768x820.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81031;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"post-image7-1439x1536.jpg\";s:5:\"width\";i:1439;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251143;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image7-370x395.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25370;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"post-image7-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130948;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"post-image7-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58327;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"post-image7-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17376;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"post-image7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4811;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"post-image7-840x896.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94076;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"post-image7-410x438.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29698;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"post-image7-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54477;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"post-image7-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52699;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"post-image7-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79942;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"post-image7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17698;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:23:\"post-image7-600x640.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53387;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6578;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"post-image7-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9370;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"post-image7-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29457;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"post-image7-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24361;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144477, 308, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(144478, 308, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1660062609'),
(144481, 18346, '_wp_attached_file', '2020/04/post-image8.jpg'),
(144482, 18346, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1602;s:4:\"file\";s:23:\"2020/04/post-image8.jpg\";s:8:\"filesize\";i:285296;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"post-image8-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33485;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5068;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"post-image8-600x501.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31536;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"post-image8-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11193;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"post-image8-1024x854.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5078;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"post-image8-768x641.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47007;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"post-image8-1536x1282.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149746;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image8-370x309.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15212;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"post-image8-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79567;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"post-image8-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39131;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"post-image8-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13028;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"post-image8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3800;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"post-image8-840x701.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53827;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"post-image8-410x342.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17792;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"post-image8-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42255;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"post-image8-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37677;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"post-image8-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54071;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"post-image8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12938;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:23:\"post-image8-600x501.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31607;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5078;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"post-image8-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7181;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"post-image8-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23754;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"post-image8-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18006;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144483, 306, '_oembed_196185fcc6fb4643d4a29752eb28b0c5', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(144484, 306, '_oembed_time_196185fcc6fb4643d4a29752eb28b0c5', '1660062774'),
(144487, 18348, '_wp_attached_file', '2020/04/post-image9.jpg'),
(144488, 18348, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2048;s:4:\"file\";s:23:\"2020/04/post-image9.jpg\";s:8:\"filesize\";i:498726;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"post-image9-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53148;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6856;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"post-image9-600x640.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63102;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"post-image9-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18890;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"post-image9-960x1024.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134523;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6866;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"post-image9-768x819.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94805;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"post-image9-1440x1536.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:262171;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image9-370x395.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29458;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:24:\"post-image9-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125243;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:23:\"post-image9-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62428;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:23:\"post-image9-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19670;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"post-image9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4915;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:23:\"post-image9-840x896.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109741;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"post-image9-410x437.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34531;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:23:\"post-image9-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67285;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:23:\"post-image9-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60973;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:23:\"post-image9-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86966;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"post-image9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19794;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:23:\"post-image9-600x640.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63274;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:23:\"post-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6866;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"post-image9-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10200;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"post-image9-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36937;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"post-image9-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144491, 18351, '_wp_attached_file', '2020/04/post-image10.jpg'),
(144492, 18351, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2020/04/post-image10.jpg\";s:8:\"filesize\";i:356985;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"post-image10-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37055;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"post-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6049;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"post-image10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42267;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"post-image10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15647;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"post-image10-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95198;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"post-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6056;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"post-image10-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61079;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"post-image10-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187680;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"post-image10-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21420;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:25:\"post-image10-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99908;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"post-image10-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50670;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"post-image10-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18010;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"post-image10-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4528;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"post-image10-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69870;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"post-image10-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24652;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"post-image10-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45829;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:24:\"post-image10-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45059;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:24:\"post-image10-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66641;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"post-image10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15647;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:24:\"post-image10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42392;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"post-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6056;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"post-image10-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9970;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"post-image10-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26064;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"post-image10-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144495, 310, 'rs_page_bg_color', ''),
(144502, 18355, '_edit_lock', '1665923606:1'),
(144503, 18355, '_wp_page_template', 'blog.php'),
(144504, 18355, '_edit_last', '1'),
(144505, 18355, 'trx_addons_post_views_count', '0'),
(144506, 18355, 'trx_addons_post_likes_count', '0'),
(144507, 18355, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(144508, 18355, '_elementor_page_settings', 'a:8:{s:31:\"fabric_options_field_blog_style\";s:4:\"band\";s:34:\"fabric_options_override_blog_style\";s:1:\"1\";s:31:\"fabric_options_field_parent_cat\";s:3:\"182\";s:34:\"fabric_options_override_parent_cat\";s:1:\"1\";s:35:\"fabric_options_field_posts_per_page\";s:1:\"5\";s:38:\"fabric_options_override_posts_per_page\";s:1:\"1\";s:31:\"fabric_options_field_meta_parts\";s:90:\"author=0|date=1|modified=0|views=0|likes=0|comments=1|share=0|categories=1|edit=0|rating=0\";s:34:\"fabric_options_override_meta_parts\";s:1:\"1\";}'),
(144509, 18355, 'fabric_options', 'a:4:{s:10:\"blog_style\";s:4:\"band\";s:10:\"parent_cat\";s:3:\"182\";s:14:\"posts_per_page\";s:1:\"5\";s:10:\"meta_parts\";s:90:\"author=0|date=1|modified=0|views=0|likes=0|comments=1|share=0|categories=1|edit=0|rating=0\";}'),
(144510, 18355, 'fabric_options_post_type', 'post'),
(144511, 18355, 'fabric_options_parent_cat', '182'),
(144512, 18357, '_edit_lock', '1660131371:1'),
(144515, 18357, '_wp_old_slug', 'post-11'),
(144516, 18357, '_thumbnail_id', '17781'),
(144517, 18357, '_edit_last', '1'),
(144518, 18357, 'trx_addons_post_views_count', '204'),
(144519, 18357, 'trx_addons_post_likes_count', '0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(144520, 18357, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(144521, 18357, '_elementor_page_settings', 'a:0:{}'),
(144522, 18357, 'fabric_options', 'a:0:{}'),
(144523, 18357, '_wp_page_template', 'default'),
(144526, 18357, '_wp_old_slug', 'post-11-2'),
(144527, 18357, 'rs_page_bg_color', ''),
(144528, 18359, '_edit_lock', '1660131367:1'),
(144531, 18359, '_wp_old_slug', 'post-12'),
(144532, 18359, '_thumbnail_id', '17783'),
(144533, 18359, '_edit_last', '1'),
(144534, 18359, 'trx_addons_post_views_count', '242'),
(144535, 18359, 'trx_addons_post_likes_count', '0'),
(144536, 18359, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(144537, 18359, '_elementor_page_settings', 'a:0:{}'),
(144538, 18359, 'fabric_options', 'a:0:{}'),
(144539, 18359, '_wp_page_template', 'default'),
(144542, 18359, '_wp_old_slug', 'post-12-2'),
(144543, 18359, 'rs_page_bg_color', ''),
(144544, 18361, '_edit_lock', '1660131363:1'),
(144547, 18361, '_wp_old_slug', 'post-13'),
(144548, 18361, '_thumbnail_id', '17787'),
(144549, 18361, '_edit_last', '1'),
(144550, 18361, 'trx_addons_post_views_count', '234'),
(144551, 18361, 'trx_addons_post_likes_count', '0'),
(144552, 18361, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(144553, 18361, '_elementor_page_settings', 'a:0:{}'),
(144554, 18361, 'fabric_options', 'a:0:{}'),
(144555, 18361, '_wp_page_template', 'default'),
(144558, 18361, '_wp_old_slug', 'post-13-2'),
(144559, 18361, 'rs_page_bg_color', ''),
(144560, 18363, '_edit_lock', '1660131359:1'),
(144563, 18363, '_wp_old_slug', 'post-14'),
(144564, 18363, '_thumbnail_id', '17984'),
(144565, 18363, '_edit_last', '1'),
(144566, 18363, 'trx_addons_post_views_count', '238'),
(144567, 18363, 'trx_addons_post_likes_count', '0'),
(144568, 18363, 'trx_addons_options', 'a:43:{s:4:\"icon\";s:0:\"\";s:14:\"sponsored_post\";i:0;s:15:\"sponsored_label\";s:0:\"\";s:13:\"sponsored_url\";s:0:\"\";s:22:\"sponsored_rel_nofollow\";s:1:\"1\";s:23:\"sponsored_rel_sponsored\";s:1:\"1\";s:12:\"video_source\";s:6:\"manual\";s:11:\"video_total\";s:1:\"4\";s:12:\"video_sticky\";i:0;s:19:\"video_without_cover\";i:0;s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:10:\"video_list\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"meta\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:11:\"video_embed\";s:0:\"\";}}s:10:\"audio_list\";a:1:{i:0;a:6:{s:7:\"caption\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"cover\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"embed\";s:0:\"\";}}s:12:\"gallery_list\";s:0:\"\";s:15:\"slides_per_view\";s:1:\"1\";s:12:\"slides_space\";s:1:\"0\";s:15:\"slides_centered\";i:0;s:15:\"slides_overflow\";i:0;s:11:\"mouse_wheel\";i:0;s:8:\"controls\";i:0;s:10:\"pagination\";i:0;s:15:\"pagination_type\";s:7:\"bullets\";s:10:\"controller\";i:0;s:14:\"controller_pos\";s:6:\"bottom\";s:17:\"controller_height\";s:3:\"100\";s:19:\"controller_per_view\";s:1:\"5\";s:16:\"controller_space\";s:1:\"1\";s:17:\"controller_margin\";s:1:\"1\";s:13:\"posts_banners\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"code\";s:0:\"\";s:8:\"position\";s:19:\"before_post_content\";s:5:\"width\";s:4:\"auto\";s:7:\"padding\";s:0:\"\";s:4:\"show\";s:9:\"permanent\";s:5:\"delay\";s:1:\"0\";}}s:14:\"reviews_enable\";i:0;s:12:\"reviews_mark\";s:1:\"0\";s:17:\"reviews_mark_text\";s:0:\"\";s:13:\"reviews_title\";s:0:\"\";s:15:\"reviews_summary\";s:0:\"\";s:13:\"reviews_image\";s:0:\"\";s:18:\"reviews_link_title\";s:0:\"\";s:12:\"reviews_link\";s:0:\"\";s:20:\"reviews_link_caption\";s:0:\"\";s:17:\"reviews_positives\";s:0:\"\";s:17:\"reviews_negatives\";s:0:\"\";s:17:\"reviews_criterias\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"mark\";s:1:\"0\";}}s:18:\"reviews_attributes\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}'),
(144569, 18363, '_elementor_page_settings', 'a:0:{}'),
(144570, 18363, 'fabric_options', 'a:0:{}'),
(144573, 18363, '_wp_page_template', 'default'),
(144576, 18363, '_wp_old_slug', 'post-14-2'),
(144577, 18363, 'rs_page_bg_color', ''),
(144578, 18365, '_edit_lock', '1660063874:1'),
(144579, 18365, '_wp_page_template', 'blog.php'),
(144580, 18365, '_edit_last', '1'),
(144581, 18365, 'trx_addons_post_views_count', '0'),
(144582, 18365, 'trx_addons_post_likes_count', '0'),
(144583, 18365, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(144584, 18365, '_elementor_page_settings', 'a:12:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_image_hover\";s:4:\"info\";s:35:\"fabric_options_override_image_hover\";s:1:\"1\";s:31:\"fabric_options_field_blog_style\";s:11:\"portfolio_3\";s:34:\"fabric_options_override_blog_style\";s:1:\"1\";s:31:\"fabric_options_field_parent_cat\";s:3:\"182\";s:34:\"fabric_options_override_parent_cat\";s:1:\"1\";s:35:\"fabric_options_field_posts_per_page\";s:1:\"9\";s:38:\"fabric_options_override_posts_per_page\";s:1:\"1\";s:31:\"fabric_options_field_meta_parts\";s:90:\"author=0|date=1|modified=0|views=0|likes=0|comments=0|share=0|categories=1|edit=0|rating=0\";s:34:\"fabric_options_override_meta_parts\";s:1:\"1\";}'),
(144585, 18365, 'fabric_options', 'a:6:{s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"image_hover\";s:4:\"info\";s:10:\"blog_style\";s:11:\"portfolio_3\";s:10:\"parent_cat\";s:3:\"182\";s:14:\"posts_per_page\";s:1:\"9\";s:10:\"meta_parts\";s:90:\"author=0|date=1|modified=0|views=0|likes=0|comments=0|share=0|categories=1|edit=0|rating=0\";}'),
(144586, 18365, 'fabric_options_post_type', 'post'),
(144587, 18365, 'fabric_options_parent_cat', '182'),
(144588, 18367, '_edit_lock', '1660064000:1'),
(144589, 18367, '_wp_page_template', 'blog.php'),
(144590, 18367, '_edit_last', '1'),
(144591, 18367, 'trx_addons_post_views_count', '0'),
(144592, 18367, 'trx_addons_post_likes_count', '0'),
(144593, 18367, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(144594, 18367, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:31:\"fabric_options_field_blog_style\";s:9:\"classic_3\";s:34:\"fabric_options_override_blog_style\";s:1:\"1\";s:31:\"fabric_options_field_parent_cat\";s:3:\"182\";s:34:\"fabric_options_override_parent_cat\";s:1:\"1\";s:35:\"fabric_options_field_posts_per_page\";s:1:\"9\";s:38:\"fabric_options_override_posts_per_page\";s:1:\"1\";s:31:\"fabric_options_field_meta_parts\";s:90:\"author=0|date=1|modified=0|views=0|likes=0|comments=0|share=0|categories=1|edit=0|rating=0\";s:34:\"fabric_options_override_meta_parts\";s:1:\"1\";}'),
(144595, 18367, 'fabric_options', 'a:5:{s:16:\"sidebar_position\";s:4:\"hide\";s:10:\"blog_style\";s:9:\"classic_3\";s:10:\"parent_cat\";s:3:\"182\";s:14:\"posts_per_page\";s:1:\"9\";s:10:\"meta_parts\";s:90:\"author=0|date=1|modified=0|views=0|likes=0|comments=0|share=0|categories=1|edit=0|rating=0\";}'),
(144596, 18367, 'fabric_options_post_type', 'post'),
(144597, 18367, 'fabric_options_parent_cat', '182'),
(144642, 18373, '_wp_attached_file', '2022/08/logo.png'),
(144643, 18373, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:147;s:6:\"height\";i:39;s:4:\"file\";s:16:\"2022/08/logo.png\";s:8:\"filesize\";i:8396;s:5:\"sizes\";a:1:{s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:15:\"logo-120x39.png\";s:5:\"width\";i:120;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5151;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144644, 18374, '_wp_attached_file', '2022/08/logo-2x.png'),
(144645, 18374, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:293;s:6:\"height\";i:78;s:4:\"file\";s:19:\"2022/08/logo-2x.png\";s:8:\"filesize\";i:10032;s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"logo-2x-150x78.png\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4614;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"logo-2x-150x78.png\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3986;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"logo-2x-120x78.png\";s:5:\"width\";i:120;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2895;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:18:\"logo-2x-150x78.png\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3986;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"logo-2x-270x78.png\";s:5:\"width\";i:270;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144719, 17405, '_wp_old_date', '2021-02-22'),
(144729, 18384, '_menu_item_type', 'post_type'),
(144730, 18384, '_menu_item_menu_item_parent', '0'),
(144731, 18384, '_menu_item_object_id', '17758'),
(144732, 18384, '_menu_item_object', 'page'),
(144733, 18384, '_menu_item_target', ''),
(144734, 18384, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(144735, 18384, '_menu_item_xfn', ''),
(144736, 18384, '_menu_item_url', ''),
(144756, 17981, 'rs_page_bg_color', ''),
(144783, 17868, 'rs_page_bg_color', ''),
(144792, 17890, 'rs_page_bg_color', ''),
(144810, 17944, 'rs_page_bg_color', ''),
(144819, 18005, '_wp_page_template', 'default'),
(144820, 18005, 'rs_page_bg_color', ''),
(144821, 17997, 'rs_page_bg_color', ''),
(144884, 18403, '_edit_lock', '1661459227:1'),
(144885, 18403, '_edit_last', '1'),
(144886, 18403, 'trx_addons_post_views_count', '162'),
(144887, 18403, 'trx_addons_post_likes_count', '0'),
(144888, 18403, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(144889, 18403, '_elementor_page_settings', 'a:18:{s:33:\"echo_options_field_remove_margins\";s:1:\"1\";s:36:\"echo_options_override_remove_margins\";s:1:\"1\";s:35:\"echo_options_field_sidebar_position\";s:4:\"hide\";s:38:\"echo_options_override_sidebar_position\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(144890, 18403, 'fabric_options', 'a:2:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(144891, 18403, '_elementor_edit_mode', 'builder'),
(144892, 18403, '_elementor_template_type', 'wp-page'),
(144893, 18403, '_elementor_version', '3.7.2'),
(145216, 18441, '_wp_attached_file', '2020/06/logo-2.png'),
(145217, 18441, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:147;s:6:\"height\";i:39;s:4:\"file\";s:18:\"2020/06/logo-2.png\";s:8:\"filesize\";i:4570;s:5:\"sizes\";a:1:{s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:17:\"logo-2-120x39.png\";s:5:\"width\";i:120;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2593;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(145218, 18442, '_wp_attached_file', '2020/06/logo-2-2x.png'),
(145219, 18442, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:293;s:6:\"height\";i:78;s:4:\"file\";s:21:\"2020/06/logo-2-2x.png\";s:8:\"filesize\";i:6524;s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"logo-2-2x-150x78.png\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"logo-2-2x-150x78.png\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2121;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:20:\"logo-2-2x-120x78.png\";s:5:\"width\";i:120;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1556;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"logo-2-2x-150x78.png\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2121;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"logo-2-2x-270x78.png\";s:5:\"width\";i:270;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4171;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(145234, 6817, '_elementor_page_assets', 'a:0:{}'),
(145249, 4105, '_elementor_page_assets', 'a:0:{}'),
(145254, 304, '_wp_old_slug', 'fresh-startup-ideas-for-your-digital-business'),
(145257, 17970, '_wp_old_slug', 'quote-post'),
(145260, 308, 'rs_page_bg_color', ''),
(145271, 17972, '_wp_old_slug', 'gallery'),
(145274, 17974, '_wp_old_slug', 'audio'),
(145277, 17978, '_wp_old_slug', 'video'),
(145280, 17965, '_wp_old_slug', 'post-1'),
(145283, 18165, '_wp_old_slug', 'post-2'),
(145286, 18169, '_wp_old_slug', 'post-3'),
(145289, 18171, '_wp_old_slug', 'post-4'),
(145292, 18174, '_wp_old_slug', 'post-5'),
(145295, 18176, '_wp_old_slug', 'post-6'),
(145298, 18288, '_wp_old_slug', 'post-7'),
(145301, 18290, '_wp_old_slug', 'post-8'),
(145304, 18292, '_wp_old_slug', 'post-9'),
(145307, 18294, '_wp_old_slug', 'post-10'),
(145310, 18296, '_wp_old_slug', 'post-11'),
(145313, 18357, '_wp_old_slug', 'post-12'),
(145316, 18359, '_wp_old_slug', 'post-13'),
(145319, 18361, '_wp_old_slug', 'post-14'),
(145322, 18363, '_wp_old_slug', 'post-15'),
(145378, 18271, '_wp_old_date', '2022-08-09'),
(145379, 18271, 'rs_page_bg_color', ''),
(145380, 18269, '_wp_old_date', '2022-08-09'),
(145381, 18269, 'rs_page_bg_color', ''),
(145382, 18265, '_wp_old_date', '2022-08-09'),
(145383, 18265, 'rs_page_bg_color', ''),
(145384, 18472, '_wp_attached_file', '2022/08/textile-shop-slider1.jpg'),
(145385, 18472, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1780;s:6:\"height\";i:690;s:4:\"file\";s:32:\"2022/08/textile-shop-slider1.jpg\";s:8:\"filesize\";i:202587;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"textile-shop-slider1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54478;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6697;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-600x233.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25432;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8863;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"textile-shop-slider1-1024x397.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62915;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6712;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-768x298.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38609;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"textile-shop-slider1-1536x595.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124015;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-370x143.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11894;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:33:\"textile-shop-slider1-1290x690.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142360;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69893;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19987;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4865;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-840x326.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44815;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-410x159.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13926;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-570x690.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72227;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67133;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97926;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20017;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-600x233.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25486;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6712;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10261;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36542;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29045;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(145386, 18473, '_wp_attached_file', '2022/08/textile-shop-slider2.jpg'),
(145387, 18473, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1780;s:6:\"height\";i:690;s:4:\"file\";s:32:\"2022/08/textile-shop-slider2.jpg\";s:8:\"filesize\";i:188092;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"textile-shop-slider2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49576;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6178;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-600x233.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22789;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8433;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"textile-shop-slider2-1024x397.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6183;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-768x298.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34121;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"textile-shop-slider2-1536x595.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112451;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-370x143.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11034;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:33:\"textile-shop-slider2-1290x690.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125696;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60278;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17694;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4665;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-840x326.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39470;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-410x159.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12826;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-570x690.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67087;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60652;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87504;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17465;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-600x233.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22896;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6183;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9568;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32689;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:32:\"textile-shop-slider2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25451;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(145388, 18474, '_wp_attached_file', '2022/08/manufacturing-header.jpg'),
(145389, 18474, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:608;s:4:\"file\";s:32:\"2022/08/manufacturing-header.jpg\";s:8:\"filesize\";i:179112;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"manufacturing-header-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37516;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5873;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-600x190.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23446;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"manufacturing-header-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8823;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"manufacturing-header-1024x324.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52071;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5886;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-768x243.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34023;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"manufacturing-header-1536x486.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95663;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-370x117.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12036;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:33:\"manufacturing-header-1290x608.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101669;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54329;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18189;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4358;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-840x266.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38684;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-410x130.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13924;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-570x608.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47014;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47472;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-890x608.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73072;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15062;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-600x190.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23487;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5886;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10055;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25081;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:32:\"manufacturing-header-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(145390, 18475, '_wp_attached_file', '2022/08/fashion-label-header.jpg'),
(145391, 18475, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:980;s:4:\"file\";s:32:\"2022/08/fashion-label-header.jpg\";s:8:\"filesize\";i:162515;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"fashion-label-header-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31045;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5781;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24287;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9258;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"fashion-label-header-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53241;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5781;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34697;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"fashion-label-header-1536x784.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94949;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-370x189.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12303;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:33:\"fashion-label-header-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78328;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42302;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15199;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4329;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-840x429.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39725;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-410x209.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14306;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37762;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37793;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54176;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14180;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24418;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5781;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8453;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22293;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:32:\"fashion-label-header-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18741;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(145392, 18476, '_wp_attached_file', '2022/08/tailor-header.jpg'),
(145393, 18476, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:980;s:4:\"file\";s:25:\"2022/08/tailor-header.jpg\";s:8:\"filesize\";i:449846;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"tailor-header-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70475;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"tailor-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7130;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"tailor-header-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40225;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"tailor-header-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11720;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"tailor-header-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112541;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"tailor-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7153;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"tailor-header-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64096;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"tailor-header-1536x784.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228569;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"tailor-header-370x189.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16648;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:26:\"tailor-header-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195963;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:25:\"tailor-header-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90168;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:25:\"tailor-header-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22897;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"tailor-header-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5132;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:25:\"tailor-header-840x429.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76833;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"tailor-header-410x209.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20095;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:25:\"tailor-header-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89775;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:25:\"tailor-header-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91922;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:25:\"tailor-header-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142013;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"tailor-header-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23647;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:25:\"tailor-header-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40371;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:25:\"tailor-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7153;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"tailor-header-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10928;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"tailor-header-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43148;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"tailor-header-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35188;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(145394, 18477, '_wp_attached_file', '2022/08/ethnic-handmade-slider1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(145395, 18477, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:980;s:4:\"file\";s:35:\"2022/08/ethnic-handmade-slider1.jpg\";s:8:\"filesize\";i:465696;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72874;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8913;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55577;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16742;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"ethnic-handmade-slider1-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8927;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85144;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"ethnic-handmade-slider1-1536x784.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:293376;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-370x189.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24060;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:36:\"ethnic-handmade-slider1-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230549;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107859;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30736;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6192;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-840x429.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100778;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-410x209.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28928;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92528;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91793;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142814;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26574;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55710;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8927;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14918;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46766;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37995;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(145396, 18478, '_wp_attached_file', '2022/08/ethnic-handmade-slider2.jpg'),
(145397, 18478, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:980;s:4:\"file\";s:35:\"2022/08/ethnic-handmade-slider2.jpg\";s:8:\"filesize\";i:238106;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44930;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7244;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35014;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12536;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"ethnic-handmade-slider2-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78671;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7239;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50482;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"ethnic-handmade-slider2-1536x784.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144439;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-370x189.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16940;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:36:\"ethnic-handmade-slider2-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118391;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61802;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20995;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5339;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-840x429.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58236;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-410x209.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20005;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55168;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56024;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81085;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19305;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35102;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7239;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11181;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30030;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:35:\"ethnic-handmade-slider2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(146504, 18637, '_wp_attached_file', '2020/06/Right-Bar.svg'),
(146505, 18637, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2976;s:5:\"width\";i:21;s:6:\"height\";i:21;}'),
(146516, 18640, '_elementor_template_type', 'cpt_layouts'),
(146517, 18640, 'trx_addons_layout_type', 'custom'),
(146518, 18640, '_edit_lock', '1696455380:1'),
(146525, 4614, '_elementor_page_assets', 'a:0:{}'),
(146526, 18640, '_edit_last', '1'),
(146527, 18640, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(146528, 18640, '_elementor_edit_mode', 'builder'),
(146529, 18640, '_elementor_version', '3.16.4'),
(146530, 18640, 'trx_addons_post_views_count', '98'),
(146534, 18640, '_wp_page_template', 'default'),
(146535, 18640, '_elementor_data', '[{\"id\":\"ee9c336\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"content_position\":\"space-between\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3ee3e\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"2889ba17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8afa663\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"230f2c92\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"5260db9\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"},{\"id\":\"11476141\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"d90ab0c\"}],\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#DDDDDD\",\"type\":\"icons_names\",\"align\":\"left\",\"audio_effects\":[{\"_id\":\"47fddd2\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"},{\"id\":\"607e2dba\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"98a128e\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"1b0de62e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d5c3c95\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"33285a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"+51 954304327\",\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"b942f07\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c64ab4d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"671ba2f\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"389708f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"inkafine@hotmail.com\",\"link\":{\"url\":\"mailto:inkafine@hotmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"span\",\"audio_effects\":[{\"_id\":\"e4186c7\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"426d8167\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f8d8aa7\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(146541, 18640, '_elementor_page_assets', 'a:0:{}'),
(146542, 18640, 'fabric_options', 'a:0:{}'),
(146727, 18676, '_menu_item_type', 'post_type'),
(146728, 18676, '_menu_item_menu_item_parent', '0'),
(146729, 18676, '_menu_item_object_id', '1453'),
(146730, 18676, '_menu_item_object', 'page'),
(146731, 18676, '_menu_item_target', ''),
(146732, 18676, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(146733, 18676, '_menu_item_xfn', ''),
(146734, 18676, '_menu_item_url', ''),
(146745, 8, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(146872, 6817, '_wp_old_slug', 'header-over'),
(146873, 18693, '_wp_attached_file', '2020/06/Modern-Burger.svg'),
(146874, 18693, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:927;s:5:\"width\";i:26;s:6:\"height\";i:17;}'),
(146886, 18695, '_elementor_template_type', 'cpt_layouts'),
(146887, 18695, 'trx_addons_layout_type', 'footer'),
(146888, 18695, '_edit_lock', '1667403653:1'),
(146889, 18695, '_edit_last', '1'),
(146890, 18695, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"footer\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(146891, 18695, '_elementor_edit_mode', 'builder'),
(146892, 18695, '_elementor_version', '3.8.0'),
(146893, 18695, 'trx_addons_post_views_count', '88'),
(146900, 18695, 'fabric_options', 'a:0:{}'),
(146901, 18698, '_wp_attached_file', '2022/08/logo-combine-l-retina.png'),
(146902, 18698, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:293;s:6:\"height\";i:78;s:4:\"file\";s:33:\"2022/08/logo-combine-l-retina.png\";s:8:\"filesize\";i:9197;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"logo-combine-l-retina-150x78.png\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"logo-combine-l-retina-150x78.png\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3986;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:32:\"logo-combine-l-retina-120x78.png\";s:5:\"width\";i:120;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1853;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:32:\"logo-combine-l-retina-270x78.png\";s:5:\"width\";i:270;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11477;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(146903, 18699, '_wp_attached_file', '2022/08/logo-combine-m.png'),
(146904, 18699, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:122;s:6:\"height\";i:32;s:4:\"file\";s:26:\"2022/08/logo-combine-m.png\";s:8:\"filesize\";i:5443;s:5:\"sizes\";a:1:{s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"logo-combine-m-120x32.png\";s:5:\"width\";i:120;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5350;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(146905, 18700, '_wp_attached_file', '2022/08/logo-combine-m-retina.png'),
(146906, 18700, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:244;s:6:\"height\";i:64;s:4:\"file\";s:33:\"2022/08/logo-combine-m-retina.png\";s:8:\"filesize\";i:7569;s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"logo-combine-m-retina-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4832;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"logo-combine-m-retina-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4832;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:32:\"logo-combine-m-retina-120x64.png\";s:5:\"width\";i:120;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2592;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(146907, 18701, '_wp_attached_file', '2022/08/logo-combine-l.png'),
(146908, 18701, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:147;s:6:\"height\";i:39;s:4:\"file\";s:26:\"2022/08/logo-combine-l.png\";s:8:\"filesize\";i:6856;s:5:\"sizes\";a:1:{s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"logo-combine-l-120x39.png\";s:5:\"width\";i:120;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5375;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(146912, 18695, '_wp_page_template', 'default'),
(146913, 18695, '_elementor_data', '[{\"id\":\"4138b9ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"642c1f2\"}],\"parallax_blocks\":[],\"layout\":\"full_width\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"25\",\"left\":\"55\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d975e96\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"7df3a04\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"47c7daf1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"https:\\/\\/axiomthemes.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">AxiomThemes<\\/a> \\u00a9 {{Y}}. All Rights Reserved.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#D2D3D5\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8c8a57b\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"57a1550e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332,\"column_align\":\"center sc_layouts_column\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"4a76844\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3b363e76\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo\":{\"id\":18699,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m.png\",\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"id\":18700,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m-retina.png\",\"alt\":\"\",\"source\":\"library\"},\"audio_effects\":[{\"_id\":\"137a6b6\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"182cd05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"a27fd57\"}],\"parallax_blocks\":[],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"71b9a0c9\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"abe0cc9\"}],\"audio_effects\":[{\"_id\":\"09a8d07\"}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"}],\"isInner\":false}],\"isInner\":false}]'),
(146919, 18695, '_elementor_page_assets', 'a:0:{}'),
(146950, 4109, '_elementor_page_assets', 'a:0:{}'),
(146988, 18712, '_elementor_template_type', 'cpt_layouts'),
(146989, 18712, 'trx_addons_layout_type', 'footer'),
(146990, 18712, '_edit_lock', '1667403652:1'),
(146991, 18712, '_edit_last', '1'),
(146992, 18712, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"footer\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(146993, 18712, '_elementor_edit_mode', 'builder'),
(146994, 18712, '_elementor_version', '3.8.0'),
(146995, 18712, 'trx_addons_post_views_count', '92'),
(146999, 18712, '_wp_page_template', 'default'),
(147000, 18712, '_elementor_data', '[{\"id\":\"7f36f89e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#151617\",\"audio_effects\":[{\"_id\":\"c5e1b6d\"}],\"parallax_blocks\":[],\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"11070cfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"a6edaef\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"db8f695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"c23b1bb\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5258ec09\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"0fde790\"}],\"parallax_blocks\":[],\"content_position\":\"top\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"2888c810\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"2703f4e\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":35},\"elements\":[{\"id\":\"41d02c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"cf7c774\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"20f98b05\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo\":{\"id\":18701,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-l.png\",\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"id\":18698,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-l-retina.png\",\"alt\":\"\",\"source\":\"library\"},\"audio_effects\":[{\"_id\":\"9db9542\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"46b64485\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"bd6dcd0\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":65},\"elements\":[{\"id\":\"31fb58a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Develop & Create Modern Textile Products\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9dfc841\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59d5e961\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#151617\",\"audio_effects\":[{\"_id\":\"5fe87dd\"}],\"parallax_blocks\":[],\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"f0d0a35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"e5349d4\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"101f27f3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d1a6092\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51b3e434\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"43df478\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"253fab8b\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"4264b94\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"692d7f18\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"audio_effects\":[{\"_id\":\"897f3e8\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"4481d6cd\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Newsletter Signup\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"577da0a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"73300d3e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-9\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"ec17fc3\"}]},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"35c174e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":16.364,\"_inline_size_tablet\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"553e6a9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"5a90bb58\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Socials\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7ff7f46\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"245b6779\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b2a4a49\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"71d6bfa\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"abe0cc9\"}],\"type\":\"names\",\"align\":\"left\",\"audio_effects\":[{\"_id\":\"7c1d202\"}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"}],\"isInner\":false},{\"id\":\"17db7987\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":16.818,\"_inline_size_tablet\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"660082e\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"4cd95e53\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Menu\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"ff32ed3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"dd02129\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5eb97a6\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34acf1f7\",\"elType\":\"widget\",\"settings\":{\"links\":[{\"title\":\"Home\",\"url\":{\"url\":\"https:\\/\\/inkafine.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"none\",\"_id\":\"41d8217\"},{\"title\":\"Services\",\"url\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"none\",\"_id\":\"70c1421\"},{\"title\":\"About Us\",\"url\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"none\",\"_id\":\"a1d9fa1\"},{\"title\":\"Blog\",\"url\":{\"url\":\"https:\\/\\/inkafine.com\\/blog-standard\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"none\",\"_id\":\"ecfdc82\"},{\"title\":\"Contacts\",\"url\":{\"url\":\"https:\\/\\/inkafine.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"none\",\"_id\":\"052b596\"}],\"audio_effects\":[{\"_id\":\"034c7c5\"}]},\"elements\":[],\"widgetType\":\"trx_widget_custom_links\"}],\"isInner\":false},{\"id\":\"4fd5116c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":16.78,\"_inline_size_tablet\":25,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"123ad68\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"4b7bef59\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Say Hello\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"6c1da5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6c215bee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8c85045\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"46a1138e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"mailto:info@email.com\\\">info@email.com<\\/a>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"ef0c8c3\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2467ae72\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"4bd9fff\"}],\"parallax_blocks\":[],\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"63bf688e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"audio_effects\":[{\"_id\":\"86d5b1a\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"37df7b5f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"758d65a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7a70daa9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"d4d7032\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ce7f3c8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#2A2B2C\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2867b25\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76acd1a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"ee127ca\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"543c97b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"https:\\/\\/axiomthemes.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">AxiomThemes<\\/a> \\u00a9 {{Y}}. All Rights Reserved.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#96999F\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7607d52\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7c2b3914\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"de411d9\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"79138ee3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"8d17556\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(147006, 18712, '_elementor_page_assets', 'a:0:{}'),
(147007, 18712, 'fabric_options', 'a:0:{}'),
(147008, 18716, '_elementor_template_type', 'cpt_layouts'),
(147009, 18716, 'trx_addons_layout_type', 'header'),
(147010, 18716, '_edit_lock', '1667479178:1'),
(147011, 18716, '_edit_last', '1'),
(147012, 18716, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(147013, 18716, '_elementor_edit_mode', 'builder'),
(147014, 18716, '_elementor_version', '3.8.0'),
(147015, 18716, 'trx_addons_post_views_count', '88'),
(147019, 18716, '_wp_page_template', 'default'),
(147020, 18716, '_elementor_data', '[{\"id\":\"74a35892\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"50\",\"bottom\":\"26\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b613fe2\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"1463da34\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f1da3b\"}],\"_inline_size_tablet\":38},\"elements\":[{\"id\":\"3adc2d8b\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"audio_effects\":[{\"_id\":\"ca27db7\"}],\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m.png\",\"id\":18699,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m-retina.png\",\"id\":18700,\"alt\":\"\",\"source\":\"library\"},\"type\":\"modern\",\"scheme_search\":\"dark\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"}],\"isInner\":false},{\"id\":\"4373eaab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d4ce64f\"}],\"_inline_size_tablet\":24},\"elements\":[{\"id\":\"50cf7564\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a4f7d61\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"470fe518\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d05be7d\"}],\"_inline_size_tablet\":38},\"elements\":[{\"id\":\"13b27261\",\"elType\":\"widget\",\"settings\":{\"icon\":\"none\",\"text1\":\"1 800 458 56 97\",\"link\":{\"url\":\"tel:18004585697\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"3e721c3\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_iconed_text\"},{\"id\":\"74d3184c\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Let\'s Talk\",\"size\":\"small\",\"shadow\":\"\",\"_id\":\"45d2756\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"f1147b8\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ad0aff\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1826f4f\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"1d1b2950\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2abeeb8\"}]},\"elements\":[{\"id\":\"3669e2cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"cf51955\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ecc318e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"34\",\"padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"50\",\"bottom\":\"19\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"71fba6f\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"15\",\"bottom\":\"12\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"3b06ef56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9229f1c\"}],\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"be6b0f2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/Right-Bar.svg\",\"id\":18637},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3a7fd5f\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"}],\"isInner\":false},{\"id\":\"49b4da62\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdef47c\"}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"509d88de\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"6728312\"}],\"mobile_menu\":\"1\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"10a0ca4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0cf8314\"}],\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"18152207\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"052004d\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc3fb46\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bff35db\"}],\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6cb43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"column_align_tablet\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"04f106b\"}]},\"elements\":[{\"id\":\"829f8ee\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a4f7d61\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"3da979a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_align_tablet\":\"right\",\"column_align_tablet\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a287c3c\"}]},\"elements\":[{\"id\":\"b26e9d6\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"6728312\"}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"6a33c69\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"audio_effects\":[{\"_id\":\"ca27db7\"}],\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m.png\",\"id\":18699,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m-retina.png\",\"id\":18700,\"alt\":\"\",\"source\":\"library\"},\"type\":\"modern\",\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"55df2db\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"052004d\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"}],\"isInner\":false}],\"isInner\":false}]'),
(147026, 18716, '_elementor_page_assets', 'a:0:{}'),
(147027, 18716, 'fabric_options', 'a:0:{}'),
(147054, 18723, '_elementor_template_type', 'cpt_layouts'),
(147055, 18723, 'trx_addons_layout_type', 'header'),
(147056, 18723, '_edit_lock', '1666339290:1'),
(147057, 18723, '_edit_last', '1'),
(147058, 18723, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(147059, 18723, '_elementor_edit_mode', 'builder'),
(147060, 18723, '_elementor_version', '3.7.8'),
(147061, 18723, 'trx_addons_post_views_count', '89'),
(147065, 18723, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(147066, 18723, '_elementor_data', '[{\"id\":\"e1db555\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"33\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"25\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"5f98eb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\"}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"02cbbb7\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"3a08012\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"column_align\":\"center sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\"}],\"_inline_size_tablet\":65},\"elements\":[{\"id\":\"0ec5a4e\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\"}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"53cb5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\"}],\"_inline_size_tablet\":15},\"elements\":[{\"id\":\"e65f531\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"519d53d\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"5534abd\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\"}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c858ea9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"a067f5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\"}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"edfc430\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"fe556d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\"}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fbbbed\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"519d53d\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"1d6fd53\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\"}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"65df9c0\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\"}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false}]'),
(147072, 18723, '_elementor_page_assets', 'a:0:{}'),
(147073, 18723, 'fabric_options', 'a:0:{}'),
(147083, 18728, '_elementor_template_type', 'cpt_layouts'),
(147084, 18728, 'trx_addons_layout_type', 'header'),
(147085, 18728, '_edit_lock', '1667989804:1'),
(147087, 18728, '_edit_last', '1'),
(147088, 18728, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(147089, 18728, '_elementor_edit_mode', 'builder'),
(147090, 18728, '_elementor_version', '3.8.0'),
(147091, 18728, 'trx_addons_post_views_count', '77'),
(147095, 18728, '_wp_page_template', 'default'),
(147096, 18728, '_elementor_data', '[{\"id\":\"d811f97\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"25\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"b27ef96\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\"}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"a2dfc99\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"4ea15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\"}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"c0c1905\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"687757c\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\"}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"062be35\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"0f223cc\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\"}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"af8a954\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/Right-Bar.svg\",\"id\":18637},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b880c9e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"25\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"5b5fbfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\"}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e259ea0\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"3d35f10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\"}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0578f3b\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"8d62596\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\"}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"1664593\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\"}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false}]'),
(147102, 18728, '_elementor_page_assets', 'a:0:{}'),
(147103, 18728, 'fabric_options', 'a:0:{}'),
(147114, 18733, '_elementor_template_type', 'cpt_layouts'),
(147115, 18733, 'trx_addons_layout_type', 'header'),
(147116, 18733, '_edit_lock', '1666374495:1'),
(147117, 18733, '_edit_last', '1'),
(147118, 18733, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(147119, 18733, '_elementor_edit_mode', 'builder'),
(147120, 18733, '_elementor_version', '3.7.8'),
(147121, 18733, 'trx_addons_post_views_count', '85'),
(147125, 18733, '_wp_page_template', 'default'),
(147126, 18733, '_elementor_data', '[{\"id\":\"7e3eee56\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"442f8fb\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"scheme\":\"fashion_dark\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"6a683453\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42.084,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d54743d\"}],\"_inline_size_tablet\":35},\"elements\":[{\"id\":\"527d70a1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"a619e42\"}],\"mobile_menu\":\"1\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"934a492\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"a619e42\"}],\"type\":\"burger\",\"mobile_button\":\"1\",\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"3c1c0117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15.494,\"column_align\":\"center sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0d2b1cf\"}],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"177d3c20\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"458d8c7\"}],\"logo\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"29171508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42.057,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"24b52ef\"}],\"_inline_size_tablet\":35},\"elements\":[{\"id\":\"0ad9f3f\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"1559557e\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"88a30bc\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"16cb9272\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"fc2f971\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"5d580734\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/Right-Bar.svg\",\"id\":18637},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9936479\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d6666f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"442f8fb\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"scheme\":\"fashion_dark\",\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"6cc5c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0d2b1cf\"}],\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"column_align_tablet\":\"left sc_layouts_column\"},\"elements\":[{\"id\":\"6ea66a5\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"458d8c7\"}],\"logo\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"5c0062b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"24b52ef\"}],\"_inline_size_tablet\":50,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"56c28c3\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"88a30bc\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"89e4c19\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"fc2f971\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"28e9495\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"a619e42\"}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false}]'),
(147132, 18733, '_elementor_page_assets', 'a:0:{}'),
(147133, 18733, 'fabric_options', 'a:0:{}'),
(147152, 18739, '_elementor_template_type', 'cpt_layouts'),
(147153, 18739, 'trx_addons_layout_type', 'header'),
(147154, 18739, '_edit_lock', '1667405443:1'),
(147155, 18739, '_edit_last', '1'),
(147156, 18739, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(147157, 18739, '_elementor_edit_mode', 'builder'),
(147158, 18739, '_elementor_version', '3.8.0'),
(147159, 18739, 'trx_addons_post_views_count', '82'),
(147163, 18739, '_wp_page_template', 'default'),
(147164, 18739, '_elementor_data', '[{\"id\":\"6d89e342\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"scheme\":\"fashion_dark\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"900ed2a\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"716b6c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.989,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"797c50b\"}],\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"216b7796\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"59171df\"}],\"logo\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"18141344\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.973,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f41f503\"}],\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6f1d3818\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"2414f22\"}],\"mobile_menu\":\"1\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"fddb3c7\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"2414f22\"}],\"type\":\"burger\",\"mobile_button\":\"1\",\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"282d73d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"bfc2823\"}],\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m.png\",\"id\":18699,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m-retina.png\",\"id\":18700,\"alt\":\"\",\"source\":\"library\"},\"type\":\"modern\",\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"6bd38d55\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Request a Call\",\"size\":\"small\",\"shadow\":\"\",\"_id\":\"45d2756\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"color_style\":\"link2\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9114995\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(147170, 18739, '_elementor_page_assets', 'a:0:{}'),
(147171, 18739, 'fabric_options', 'a:0:{}'),
(147209, 18750, '_elementor_template_type', 'cpt_layouts'),
(147210, 18750, 'trx_addons_layout_type', 'footer'),
(147211, 18750, '_edit_lock', '1696450671:1'),
(147212, 18750, '_edit_last', '1'),
(147213, 18750, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"footer\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(147214, 18750, '_elementor_edit_mode', 'builder'),
(147215, 18750, '_elementor_version', '3.8.0'),
(147216, 18750, 'trx_addons_post_views_count', '112'),
(147220, 18750, '_wp_page_template', 'default'),
(147221, 18750, '_elementor_data', '[{\"id\":\"46da26c\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#1F1D1B\",\"scheme\":\"ethnic_dark\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"858ef70\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"466d4d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"8c89991\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3246e7aa\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"a3c172d\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c679a05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unique Handcrafted Items for Your Home\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"8a58eb7\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"60f0246a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"5947a5a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4990e3a6\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#1F1D1B\",\"scheme\":\"ethnic_dark\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"8cc4a6a\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1eb86cd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68.333,\"column_align\":\"left sc_layouts_column\",\"content_align_mobile\":\"center\",\"audio_effects\":[{\"_id\":\"6ad5878\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"607a515d\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu-2\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"6bab653\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"225a1ceb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31.629,\"column_align\":\"right sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"6f12505\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"396e5388\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"abe0cc9\"}],\"audio_effects\":[{\"_id\":\"1d2697c\"}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"708c33c1\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#1F1D1B\",\"scheme\":\"ethnic_dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"9326de4\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"40a3f0d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"0aebb24\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"bb8e9f6\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"e9f73b2\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"517ce22b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#2E2C29\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"1b23e5f\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1170e9e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c917128\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23e02cd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"https:\\/\\/axiomthemes.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">AxiomThemes<\\/a> \\u00a9 {{Y}}. All Rights Reserved.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#96999F\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"adb70ef\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"380fd436\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"4283be8\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7e26838\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"104d8b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(147227, 18750, '_elementor_page_assets', 'a:0:{}'),
(147228, 18750, 'fabric_options', 'a:0:{}'),
(147229, 18754, '_elementor_template_type', 'cpt_layouts'),
(147230, 18754, 'trx_addons_layout_type', 'footer'),
(147231, 18754, '_edit_lock', '1667403651:1'),
(147232, 18754, '_edit_last', '1'),
(147233, 18754, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"footer\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(147234, 18754, '_elementor_edit_mode', 'builder'),
(147235, 18754, '_elementor_version', '3.8.0'),
(147236, 18754, 'trx_addons_post_views_count', '85'),
(147240, 18754, '_wp_page_template', 'default'),
(147241, 18754, '_elementor_data', '[{\"id\":\"ea06998\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"642c1f2\"}],\"parallax_blocks\":[],\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0e2d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"7df3a04\"}],\"parallax_blocks\":[],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1092bde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"https:\\/\\/axiomthemes.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">AxiomThemes<\\/a> \\u00a9 {{Y}}. All Rights Reserved.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#D2D3D5\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8c8a57b\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"44914ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332,\"column_align\":\"center sc_layouts_column\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"4a76844\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"da1ec91\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo\":{\"id\":18441,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"id\":18442,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"alt\":\"\",\"source\":\"library\"},\"audio_effects\":[{\"_id\":\"137a6b6\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"f1c052d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"a27fd57\"}],\"parallax_blocks\":[],\"margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"179c8a7\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"abe0cc9\"}],\"audio_effects\":[{\"_id\":\"09a8d07\"}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"}],\"isInner\":false}],\"isInner\":false}]'),
(147247, 18754, '_elementor_page_assets', 'a:0:{}'),
(147248, 18754, 'fabric_options', 'a:0:{}'),
(147249, 18758, '_elementor_template_type', 'cpt_layouts'),
(147250, 18758, 'trx_addons_layout_type', 'header'),
(147251, 18758, '_edit_lock', '1665601381:1'),
(147252, 18758, '_edit_last', '1'),
(147253, 18758, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(147255, 18758, '_elementor_edit_mode', 'builder'),
(147256, 18758, '_elementor_version', '3.7.8'),
(147257, 18758, 'trx_addons_post_views_count', '85'),
(147261, 18758, '_wp_page_template', 'default'),
(147262, 18758, '_elementor_data', '[{\"id\":\"6ef4d7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"50\",\"bottom\":\"15\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b613fe2\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\",\"scheme\":\"ethnic_dark\"},\"elements\":[{\"id\":\"f9c281c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f1da3b\"}],\"_inline_size_tablet\":38},\"elements\":[{\"id\":\"00b6632\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"audio_effects\":[{\"_id\":\"ca27db7\"}],\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m.png\",\"id\":18699,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m-retina.png\",\"id\":18700,\"alt\":\"\",\"source\":\"library\"},\"type\":\"modern\",\"scheme_search\":\"dark\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"}],\"isInner\":false},{\"id\":\"e354f23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d4ce64f\"}],\"_inline_size_tablet\":24},\"elements\":[{\"id\":\"831d98c\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a4f7d61\"}],\"logo\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"905381e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d05be7d\"}],\"_inline_size_tablet\":38},\"elements\":[{\"id\":\"87a56b2\",\"elType\":\"widget\",\"settings\":{\"icon\":\"none\",\"text1\":\"1 800 458 56 97\",\"link\":{\"url\":\"tel:18004585697\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"3e721c3\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_iconed_text\"},{\"id\":\"0ef4e83\",\"elType\":\"widget\",\"settings\":{\"icon\":\"icon-phone-call\",\"link\":{\"url\":\"tel:18004585697\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"3e721c3\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_iconed_text\"},{\"id\":\"9688843\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Let\'s Talk\",\"size\":\"small\",\"shadow\":\"\",\"_id\":\"45d2756\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"color_style\":\"link2\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"f1147b8\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68c1b8f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1826f4f\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\",\"scheme\":\"ethnic_dark\"},\"elements\":[{\"id\":\"c520537\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2abeeb8\"}]},\"elements\":[{\"id\":\"cb94c0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"cf51955\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"864748a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"34\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"71fba6f\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"15\",\"bottom\":\"4\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\",\"scheme\":\"ethnic_dark\"},\"elements\":[{\"id\":\"9bb006d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9229f1c\"}],\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"19f0e00\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/Right-Bar-White.svg\",\"id\":19321},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ecd858d\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"}],\"isInner\":false},{\"id\":\"cdc4487\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdef47c\"}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"ef23fb5\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"6728312\"}],\"mobile_menu\":\"1\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"5ac5b32\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0cf8314\"}],\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"6d8127b\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"052004d\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1de28ed\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bff35db\"}],\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"scheme\":\"ethnic_dark\"},\"elements\":[{\"id\":\"e055fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"column_align_tablet\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"04f106b\"}]},\"elements\":[{\"id\":\"a6daccb\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a4f7d61\"}],\"logo\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"2884acd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_align_tablet\":\"right\",\"column_align_tablet\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a287c3c\"}],\"column_align\":\"right sc_layouts_column\"},\"elements\":[{\"id\":\"d883dea\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"6728312\"}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"db37245\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"audio_effects\":[{\"_id\":\"ca27db7\"}],\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m.png\",\"id\":18699,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-m-retina.png\",\"id\":18700,\"alt\":\"\",\"source\":\"library\"},\"type\":\"modern\",\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"d80ccdb\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"052004d\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"}],\"isInner\":false}],\"isInner\":false}]'),
(147268, 18758, '_elementor_page_assets', 'a:0:{}'),
(147269, 18758, 'fabric_options', 'a:0:{}'),
(147655, 18023, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(147656, 18023, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1661266696'),
(147657, 18067, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(147658, 18067, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1661266701'),
(147659, 18023, '_oembed_73c8bb07216ebbc9a6de392393b46401', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"242\" height=\"136\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(147660, 18023, '_oembed_time_73c8bb07216ebbc9a6de392393b46401', '1661266730'),
(148770, 302, '_wp_old_slug', 'whats-trending-on-designers-charts-this-spring');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(148775, 304, '_wp_old_slug', 'fresh-startup-ideas-for-your-tailoring-business'),
(148778, 306, '_wp_old_slug', 'top-5-photo-locations-to-update-your-portfolio'),
(149056, 18994, '_wp_attached_file', '2022/08/textile-img-1.jpg'),
(149057, 18994, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:599;s:4:\"file\";s:25:\"2022/08/textile-img-1.jpg\";s:8:\"filesize\";i:45367;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"textile-img-1-500x599.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30801;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4442;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"textile-img-1-260x300.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10721;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4442;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-1-370x426.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17896;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:25:\"textile-img-1-520x473.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26395;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:25:\"textile-img-1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10988;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"textile-img-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3180;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"textile-img-1-410x472.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20627;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:25:\"textile-img-1-520x572.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30803;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"textile-img-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6065;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"textile-img-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"textile-img-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16292;}s:24:\"elementor_custom_520x599\";a:4:{s:4:\"file\";s:77:\"elementor/thumbs/textile-img-1-px0pf29oi6g6wj114aq7gj1uymjgl3tr53p3shdybk.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149058, 18995, '_wp_attached_file', '2022/08/textile-img-2.jpg'),
(149059, 18995, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:680;s:4:\"file\";s:25:\"2022/08/textile-img-2.jpg\";s:8:\"filesize\";i:162454;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"textile-img-2-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26784;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2923;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"textile-img-2-600x213.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11075;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"textile-img-2-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4022;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"textile-img-2-1024x363.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28749;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2923;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"textile-img-2-768x272.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16873;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"textile-img-2-1536x544.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59081;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-2-370x131.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5360;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:26:\"textile-img-2-1290x680.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71120;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:25:\"textile-img-2-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33477;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:25:\"textile-img-2-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8566;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"textile-img-2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2128;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:25:\"textile-img-2-840x298.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20158;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"textile-img-2-410x145.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6204;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:25:\"textile-img-2-570x680.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35358;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:25:\"textile-img-2-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33018;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:25:\"textile-img-2-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48067;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"textile-img-2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4248;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"textile-img-2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17283;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"textile-img-2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13745;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149060, 18996, '_wp_attached_file', '2022/08/textile-img-3.jpg'),
(149061, 18996, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:483;s:6:\"height\";i:495;s:4:\"file\";s:25:\"2022/08/textile-img-3.jpg\";s:8:\"filesize\";i:32505;s:5:\"sizes\";a:14:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3390;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"textile-img-3-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3390;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-3-370x379.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12523;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:25:\"textile-img-3-483x473.jpg\";s:5:\"width\";i:483;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18890;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:25:\"textile-img-3-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7562;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"textile-img-3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2495;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"textile-img-3-410x420.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14637;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"textile-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8954;s:9:\"uncropped\";b:0;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"textile-img-3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4068;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"textile-img-3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17036;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"textile-img-3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12235;}s:24:\"elementor_custom_483x495\";a:4:{s:4:\"file\";s:77:\"elementor/thumbs/textile-img-3-px0pf29o1yabwcl9zbw4k7vcx4tjj0eufax1koyt4w.jpg\";s:5:\"width\";i:483;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_520x642\";a:4:{s:4:\"file\";s:42:\"elementor/thumbs/textile-img-3-150x150.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149062, 18101, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(149063, 18101, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1661341768'),
(149064, 18126, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(149065, 18126, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1661341772'),
(149066, 18101, '_oembed_73c8bb07216ebbc9a6de392393b46401', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"242\" height=\"136\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(149067, 18101, '_oembed_time_73c8bb07216ebbc9a6de392393b46401', '1661341961'),
(149089, 18101, '_oembed_066434fbb2c52578689673270da8836d', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(149090, 18101, '_oembed_time_066434fbb2c52578689673270da8836d', '1661342220'),
(149091, 18101, '_oembed_fb4fef4818ace25274b004708ccec83b', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"202\" height=\"114\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(149092, 18101, '_oembed_time_fb4fef4818ace25274b004708ccec83b', '1661342222'),
(149107, 18126, '_oembed_066434fbb2c52578689673270da8836d', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(149108, 18126, '_oembed_time_066434fbb2c52578689673270da8836d', '1661342228'),
(149117, 19003, '_edit_lock', '1661507239:1'),
(149118, 19003, '_edit_last', '1'),
(149119, 19003, 'trx_addons_post_views_count', '87'),
(149120, 19003, 'trx_addons_post_likes_count', '0'),
(149121, 19003, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(149122, 19003, '_elementor_page_settings', 'a:2:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(149123, 19003, 'fabric_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(149739, 19085, '_wp_attached_file', '2022/08/textile-img-4.jpg'),
(149740, 19085, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:642;s:4:\"file\";s:25:\"2022/08/textile-img-4.jpg\";s:8:\"filesize\";i:127561;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"textile-img-4-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14679;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2585;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"textile-img-4-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5292;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2585;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-4-370x457.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9529;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:25:\"textile-img-4-520x473.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14257;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:25:\"textile-img-4-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5535;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"textile-img-4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1974;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"textile-img-4-410x506.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11069;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:25:\"textile-img-4-520x572.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15882;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"textile-img-4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3152;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"textile-img-4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10455;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"textile-img-4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8843;}s:24:\"elementor_custom_520x642\";a:4:{s:4:\"file\";s:77:\"elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149741, 18139, '_oembed_066434fbb2c52578689673270da8836d', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(149742, 18139, '_oembed_time_066434fbb2c52578689673270da8836d', '1661351522'),
(149743, 19086, '_wp_attached_file', '2022/08/textile-img-5.jpg'),
(149744, 19086, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:680;s:4:\"file\";s:25:\"2022/08/textile-img-5.jpg\";s:8:\"filesize\";i:256502;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"textile-img-5-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64375;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6508;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"textile-img-5-600x213.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31712;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"textile-img-5-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9095;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"textile-img-5-1024x363.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6508;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"textile-img-5-768x272.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48567;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"textile-img-5-1536x544.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168641;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-5-370x131.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13380;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:26:\"textile-img-5-1290x680.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203794;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:25:\"textile-img-5-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89654;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:25:\"textile-img-5-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24313;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"textile-img-5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4337;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:25:\"textile-img-5-840x298.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57993;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"textile-img-5-410x145.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16042;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:25:\"textile-img-5-570x680.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91269;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:25:\"textile-img-5-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80268;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:25:\"textile-img-5-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122527;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"textile-img-5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11358;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"textile-img-5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40723;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"textile-img-5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32660;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149811, 19096, '_elementor_template_type', 'cpt_layouts'),
(149812, 19096, 'trx_addons_layout_type', 'custom'),
(149813, 19096, '_edit_lock', '1662979233:1'),
(149814, 19098, '_elementor_template_type', 'cpt_layouts'),
(149815, 19098, 'trx_addons_layout_type', 'custom'),
(149816, 19098, '_edit_lock', '1662979280:1'),
(149817, 19096, '_edit_last', '1'),
(149818, 19096, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(149819, 19098, '_edit_last', '1'),
(149820, 19098, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(149821, 19096, '_elementor_edit_mode', 'builder'),
(149822, 19096, '_elementor_version', '3.7.4'),
(149823, 19096, 'trx_addons_post_views_count', '74'),
(149824, 19098, '_elementor_edit_mode', 'builder'),
(149825, 19098, '_elementor_version', '3.7.4'),
(149826, 19100, '_elementor_template_type', 'cpt_layouts'),
(149827, 19100, 'trx_addons_layout_type', 'custom'),
(149828, 19100, '_edit_lock', '1662979442:1'),
(149829, 19098, 'trx_addons_post_views_count', '80'),
(149830, 19100, '_edit_last', '1'),
(149831, 19100, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(149832, 19100, '_elementor_edit_mode', 'builder'),
(149833, 19100, '_elementor_version', '3.7.4'),
(149834, 19102, '_elementor_template_type', 'cpt_layouts'),
(149835, 19102, 'trx_addons_layout_type', 'custom'),
(149836, 19102, '_edit_lock', '1662979361:1'),
(149837, 19100, 'trx_addons_post_views_count', '74'),
(149838, 19102, '_edit_last', '1'),
(149839, 19102, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(149840, 19102, '_elementor_edit_mode', 'builder'),
(149841, 19102, '_elementor_version', '3.7.4'),
(149845, 19102, 'trx_addons_post_views_count', '72'),
(149923, 19096, 'fabric_options', 'a:0:{}'),
(149927, 19096, '_wp_page_template', 'default'),
(149928, 19096, '_elementor_data', '[{\"id\":\"4c8a4247\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d9f742e\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"2210d6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"73a70d4\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"741f0540\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"e3e6701\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3329aa3\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title\":\"We Believe that Every Client Is Unique\",\"subtitle\":\"individual approach\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/blog-standard\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"More Details\",\"audio_effects\":[{\"_id\":\"aae29b4\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"5160c17f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"124184b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"42077b17\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"audio_effects\":[{\"_id\":\"c245aaf\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"f0f2c57\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":19122,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-6.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b65819b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"591cb87c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"1c012b5\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(149934, 19096, '_elementor_page_assets', 'a:0:{}'),
(149935, 19122, '_wp_attached_file', '2022/08/textile-img-6.jpg'),
(149936, 19122, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:630;s:6:\"height\";i:557;s:4:\"file\";s:25:\"2022/08/textile-img-6.jpg\";s:8:\"filesize\";i:159835;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"textile-img-6-500x557.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20160;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3619;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"textile-img-6-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21802;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"textile-img-6-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3619;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-6-370x327.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11325;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:25:\"textile-img-6-630x473.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21709;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:25:\"textile-img-6-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9786;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"textile-img-6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2641;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"textile-img-6-410x362.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12941;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:25:\"textile-img-6-570x557.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22002;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"textile-img-6-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5531;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"textile-img-6-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14513;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"textile-img-6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12211;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149937, 19123, '_wp_attached_file', '2022/08/textile-img-7.jpg'),
(149938, 19123, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:630;s:6:\"height\";i:557;s:4:\"file\";s:25:\"2022/08/textile-img-7.jpg\";s:8:\"filesize\";i:253626;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"textile-img-7-500x557.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45232;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6327;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"textile-img-7-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46387;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"textile-img-7-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6327;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-7-370x327.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22742;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:25:\"textile-img-7-630x473.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48092;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:25:\"textile-img-7-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18255;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"textile-img-7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4459;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"textile-img-7-410x362.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26431;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:25:\"textile-img-7-570x557.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49670;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"textile-img-7-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9612;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"textile-img-7-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30436;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"textile-img-7-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149939, 19124, '_wp_attached_file', '2022/08/textile-img-8.jpg'),
(149940, 19124, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:630;s:6:\"height\";i:557;s:4:\"file\";s:25:\"2022/08/textile-img-8.jpg\";s:8:\"filesize\";i:222583;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"textile-img-8-500x557.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34828;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3700;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"textile-img-8-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33872;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"textile-img-8-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10199;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3700;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-8-370x327.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14673;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:25:\"textile-img-8-630x473.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36073;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:25:\"textile-img-8-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11432;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"textile-img-8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2660;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"textile-img-8-410x362.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17631;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:25:\"textile-img-8-570x557.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38612;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"textile-img-8-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5356;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"textile-img-8-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20891;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"textile-img-8-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17177;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149941, 19125, '_wp_attached_file', '2022/08/textile-img-9.jpg'),
(149942, 19125, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:630;s:6:\"height\";i:557;s:4:\"file\";s:25:\"2022/08/textile-img-9.jpg\";s:8:\"filesize\";i:212971;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"textile-img-9-500x557.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40479;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4728;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"textile-img-9-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39458;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"textile-img-9-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4728;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"textile-img-9-370x327.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18899;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:25:\"textile-img-9-630x473.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41228;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:25:\"textile-img-9-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16914;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"textile-img-9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3201;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"textile-img-9-410x362.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22140;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:25:\"textile-img-9-570x557.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43369;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"textile-img-9-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8521;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"textile-img-9-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27643;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"textile-img-9-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21518;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149949, 19098, '_wp_page_template', 'default'),
(149950, 19098, '_elementor_data', '[{\"id\":\"9a61219\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d9f742e\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"c181681\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"73a70d4\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"17a8429\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"e3e6701\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"befbecd\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title\":\"We\'ll Find a Suit that Fits You Perfectly\",\"subtitle\":\"Ready to wear\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"Online Store\",\"audio_effects\":[{\"_id\":\"aae29b4\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2168bf1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"124184b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23e4e37\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"audio_effects\":[{\"_id\":\"c245aaf\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3c0a327\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":19123,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-7.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b65819b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"e6f637f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"1c012b5\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(149956, 19098, '_elementor_page_assets', 'a:0:{}'),
(149957, 19098, 'fabric_options', 'a:0:{}'),
(149961, 19100, '_wp_page_template', 'default'),
(149962, 19100, '_elementor_data', '[{\"id\":\"995a251\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d9f742e\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"150a65c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"73a70d4\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"349f4b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"e3e6701\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca1251d\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title\":\"Accessories for Casual and Elegant Style\",\"subtitle\":\"Mind the details\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/our-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"Learn More\",\"audio_effects\":[{\"_id\":\"aae29b4\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4965f96\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"124184b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a39217\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"audio_effects\":[{\"_id\":\"c245aaf\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"63a7be2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":19124,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b65819b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"1d59b28\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"1c012b5\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(149968, 19100, '_elementor_page_assets', 'a:0:{}'),
(149969, 19100, 'fabric_options', 'a:0:{}'),
(149979, 19102, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(149980, 19102, '_elementor_data', '[{\"id\":\"6cf0321\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d9f742e\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"ec5d626\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"73a70d4\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"e7e68ac\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"e3e6701\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c73be2\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title\":\"Expert Suit Alteration of Any Complexity\",\"subtitle\":\"Perfect Fit\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"More Services\",\"audio_effects\":[{\"_id\":\"aae29b4\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"c1d27c7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"124184b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a856be\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"audio_effects\":[{\"_id\":\"c245aaf\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"344e73b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":19125,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-9.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b65819b\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"cd2441a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"1c012b5\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(149986, 19102, '_elementor_page_assets', 'a:0:{}'),
(149987, 19102, 'fabric_options', 'a:0:{}'),
(150046, 19140, '_wp_attached_file', '2022/08/textile-img-10.jpg'),
(150047, 19140, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2022/08/textile-img-10.jpg\";s:8:\"filesize\";i:265278;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-10-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36030;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5051;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-10-600x190.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22563;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"textile-img-10-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7998;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-10-1024x324.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5051;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-10-768x243.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32925;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"textile-img-10-1536x486.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93428;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-10-370x117.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11163;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"textile-img-10-1290x608.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98045;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-10-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52590;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-10-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17184;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-10-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3526;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-10-840x266.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37601;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-10-410x130.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13027;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-10-570x608.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44857;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-10-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45699;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-10-890x608.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70317;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-10-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9171;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-10-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23772;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-10-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19859;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(151458, 19314, '_elementor_template_type', 'cpt_layouts'),
(151459, 19314, 'trx_addons_layout_type', 'header'),
(151460, 19314, '_edit_lock', '1661435907:1'),
(151461, 19314, '_edit_last', '1'),
(151462, 19314, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(151463, 19314, '_elementor_edit_mode', 'builder'),
(151464, 19314, '_elementor_version', '3.7.2'),
(151465, 19314, 'trx_addons_post_views_count', '74'),
(151472, 19314, 'fabric_options', 'a:0:{}'),
(151476, 19314, '_wp_page_template', 'default'),
(151477, 19314, '_elementor_data', '[{\"id\":\"7bb36e5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"full\",\"column_position\":\"top\",\"content_position\":\"middle\",\"scheme\":\"dark\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b832729\"}],\"css_classes\":\"header_fullscreen\"},\"elements\":[{\"id\":\"c1a2d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ecc3a39\"}]},\"elements\":[{\"id\":\"bbd7fbe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"25\",\"left\":\"55\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"db36316\"}],\"hide_on_mobile\":\"hide_on_mobile\",\"content_position\":\"middle\",\"z_index\":3},\"elements\":[{\"id\":\"6355fc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4f8a144\"}]},\"elements\":[{\"id\":\"3c96a0f\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-l.png\",\"id\":18701,\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-l-retina.png\",\"id\":18698,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":true},{\"id\":\"c059d90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4c90b93\"}]},\"elements\":[{\"id\":\"21a7eea\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"347808b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"e14ef7e\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"696cb37\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"679c4dd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/Right-Bar-White.svg\",\"id\":19321},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a8cfa4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"25\",\"left\":\"55\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"db36316\"}],\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"z_index\":3},\"elements\":[{\"id\":\"6ff01cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4f8a144\"}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e06218\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-l.png\",\"id\":18701,\"alt\":\"\",\"source\":\"library\"},\"logo_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/logo-combine-l-retina.png\",\"id\":18698,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":true},{\"id\":\"140dc3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4c90b93\"}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8704e81\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"b0d2286\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"49ac1d0\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c7fee8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"use_featured_image\":\"1\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8a0f99f\"}],\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-11.jpg\",\"id\":19323,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_title\"}],\"isInner\":false}],\"isInner\":false}]'),
(151483, 19314, '_elementor_page_assets', 'a:0:{}'),
(151499, 19321, '_wp_attached_file', '2022/08/Right-Bar-White.svg'),
(151500, 19321, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2949;s:5:\"width\";i:21;s:6:\"height\";i:21;}'),
(151509, 19323, '_wp_attached_file', '2022/08/textile-img-11.jpg'),
(151510, 19323, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2022/08/textile-img-11.jpg\";s:8:\"filesize\";i:132891;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-11-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29250;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4858;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-11-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25297;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8835;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-11-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4858;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-11-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35614;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"textile-img-11-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94951;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-11-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12271;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"textile-img-11-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75744;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-11-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40984;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-11-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14240;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-11-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3449;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-11-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41036;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-11-410x231.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14399;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-11-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35199;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-11-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36097;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-11-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51671;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-11-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7549;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-11-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20677;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-11-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(151524, 17880, '_oembed_4427cff607c19d3804de71c78e1b1d56', '<iframe title=\"Varier Textile Collection\" src=\"https://player.vimeo.com/video/563671824?h=f05059fbc4&amp;dnt=1&amp;app_id=122963\" width=\"1290\" height=\"726\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(151525, 17880, '_oembed_time_4427cff607c19d3804de71c78e1b1d56', '1661435976'),
(151526, 17880, '_oembed_698075aac1f8ddb766d6777f9cc51628', '<iframe title=\"Textile Study\" src=\"https://player.vimeo.com/video/36944567?h=46ddaf9315&amp;dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(151527, 17880, '_oembed_time_698075aac1f8ddb766d6777f9cc51628', '1661436045'),
(151528, 19326, '_wp_attached_file', '2022/08/portfolio.mp4'),
(151529, 19326, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1776657;s:8:\"filesize\";i:11130098;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:50;s:16:\"length_formatted\";s:4:\"0:50\";s:5:\"width\";i:1366;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1628774122;}'),
(151530, 19327, '_elementor_template_type', 'cpt_layouts'),
(151531, 19327, 'trx_addons_layout_type', 'header'),
(151532, 19327, '_edit_lock', '1661438074:1'),
(151533, 19327, '_wp_old_slug', 'header-main'),
(151534, 19327, '_edit_last', '1'),
(151535, 19327, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(151536, 19327, '_elementor_edit_mode', 'builder'),
(151537, 19327, '_elementor_version', '3.7.2'),
(151538, 19327, 'trx_addons_post_views_count', '80'),
(151542, 19327, '_wp_page_template', 'default'),
(151543, 19327, '_elementor_data', '[{\"id\":\"6b3bc46\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"20\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"3b34c62\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"3b5b9ad\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"dfeabbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"f082d22\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c21545d\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"65b47ea\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"4e6543d\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"29667a0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/Right-Bar.svg\",\"id\":18637},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39adeaa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"6352bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56c74c1\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"74739c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"55d644e\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"b9e35b3\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"aef62e8\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"879c99d\",\"elType\":\"section\",\"settings\":{\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0edba2a\"}]},\"elements\":[{\"id\":\"8af2f01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"69f5664\"}]},\"elements\":[{\"id\":\"727b44f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5eabcf9\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7e18363\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"title\":\"1\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c951cd\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_title\"}],\"isInner\":false}],\"isInner\":false}]'),
(151549, 19327, '_elementor_page_assets', 'a:0:{}'),
(151550, 19327, 'fabric_options', 'a:0:{}'),
(151576, 18384, '_wp_old_date', '2022-08-10'),
(151612, 17405, '_wp_old_date', '2022-08-10'),
(151651, 18005, '_elementor_edit_mode', 'builder'),
(151652, 18005, '_elementor_template_type', 'wp-page'),
(151653, 18005, '_elementor_version', '3.7.3'),
(151671, 18005, '_elementor_data', '[{\"id\":\"71def972\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"45110df\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"1e76878a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f6f7fe3\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"2da57015\",\"elType\":\"widget\",\"settings\":{\"prices\":[{\"title\":\"Silver Pack\",\"details\":\"<ul>\\n \\t<li>Adipiscing elit sed do.<\\/li>\\n \\t<li>Eusmod tempor incididunt ut.<\\/li>\\n \\t<li>labore et dolore magna.<\\/li>\\n<\\/ul>\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"Get Now\",\"price\":\"$50.00\",\"after_price\":\"Per Month\",\"icon\":\"none\",\"_id\":\"2f1df30\",\"shadow\":\"yes\",\"price_active\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"bg_image\":{\"url\":\"\",\"id\":\"\"}},{\"title\":\"Gold Pack\",\"details\":\"<ul>\\n \\t<li>Adipiscing elit sed do.<\\/li>\\n \\t<li>Eusmod tempor incididunt ut.<\\/li>\\n \\t<li>labore et dolore magna.<\\/li>\\n<\\/ul>\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"Get Now\",\"price\":\"$70.00\",\"after_price\":\"Per Month\",\"icon\":\"none\",\"shadow\":\"yes\",\"price_active\":\"yes\",\"_id\":\"152b159\",\"image\":{\"url\":\"\",\"id\":\"\"},\"bg_image\":{\"url\":\"\",\"id\":\"\"}},{\"title\":\"Platinum Pack\",\"details\":\"<ul>\\n<li>Adipiscing elit sed do.<\\/li>\\n \\t<li>Eusmod tempor incididunt ut.<\\/li>\\n \\t<li>labore et dolore magna.<\\/li>\\n<\\/ul>\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_text\":\"Get Now\",\"price\":\"$90.00\",\"after_price\":\"Per Month\",\"icon\":\"none\",\"_id\":\"0cf6713\",\"image\":{\"url\":\"\",\"id\":\"\"},\"bg_image\":{\"url\":\"\",\"id\":\"\"},\"price_active\":\"\"}],\"type\":\"simple_shadow\",\"audio_effects\":[{\"_id\":\"921a476\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_price\"},{\"id\":\"73b797dd\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"bdba5ea\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0eb554\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"5a9f2e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"isInner\":false},{\"id\":\"d672247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"8162941\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"88a089b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ee545bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19fff6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"0f3d05f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a015c76\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"70c98c0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"aeabd55\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a291cdc\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"880c0c1\"}]},\"elements\":[{\"id\":\"9c03f36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"e850f5e\"}]},\"elements\":[{\"id\":\"6b30ba5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"3be647b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48dc77\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"21\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d68a8bc\"}]},\"elements\":[{\"id\":\"08e2961\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c8fd373\"}]},\"elements\":[{\"id\":\"181f0f3\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title\":\"FAQ\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"60dfe38\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"3092b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fcf94f7\"}]},\"elements\":[{\"id\":\"6903e826\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How long does a fitting take?\",\"tab_content\":\"<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.<\\/p>\",\"_id\":\"94fe240\"},{\"tab_title\":\"Do you keep my measurements?\",\"tab_content\":\"<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.<\\/p>\",\"_id\":\"72c09f9\"},{\"tab_title\":\"Do you offer standard sizes?\",\"tab_content\":\"<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.<\\/p>\",\"_id\":\"ed78cb2\"},{\"tab_title\":\"How long does it take to tailor my garment?\",\"tab_content\":\"<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.<\\/p>\",\"_id\":\"e3e4f0a\"}],\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"title_html_tag\":\"h5\",\"title_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"e7aa95f\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false}]'),
(151678, 18005, '_elementor_page_assets', 'a:0:{}'),
(151774, 17758, '_oembed_066434fbb2c52578689673270da8836d', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(151775, 17758, '_oembed_time_066434fbb2c52578689673270da8836d', '1661442319'),
(151849, 17790, '_oembed_066434fbb2c52578689673270da8836d', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(151850, 17790, '_oembed_time_066434fbb2c52578689673270da8836d', '1661442820'),
(151991, 17952, '_oembed_066434fbb2c52578689673270da8836d', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(151992, 17952, '_oembed_time_066434fbb2c52578689673270da8836d', '1661443845'),
(152071, 18403, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(152072, 18403, '_elementor_data', '[{\"id\":\"2f4419a1\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1170fbd\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"8b5b680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5a7beae\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"755f974a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"3a32d94\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26b3b460\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\",\"scheme\":\"default\",\"audio_effects\":[{\"_id\":\"d821285\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"parallax_blocks\":[],\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"22e82bef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"dada64c\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"37804af1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"6c4dd65\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6cc93c80\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"Default\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"cd01728\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"53e2f162\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"ecee32c\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ea7021e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"buttons\":[{\"title\":\"Open Demo\",\"item_id\":\"manual-launch-3\",\"shadow\":\"\",\"_id\":\"e433a4c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"bg_image\":{\"url\":\"\",\"id\":\"\"},\"image\":{\"url\":\"\",\"id\":\"\"}}],\"audio_effects\":[{\"_id\":\"a947ea1\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"52479327\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"538130a\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1af7cd6\",\"elType\":\"section\",\"settings\":{\"audio_effects\":[{\"_id\":\"cbc925e\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"6c76f319\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"8bdf055\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"9cd14d4\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"688f298\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d1d43f\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"Newsletter Box\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"709dd17\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"74aa789e\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"7784be9\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"485de735\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"buttons\":[{\"title\":\"Open Demo\",\"item_id\":\"manual-launch-4\",\"shadow\":\"\",\"_id\":\"e433a4c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"bg_image\":{\"url\":\"\",\"id\":\"\"},\"image\":{\"url\":\"\",\"id\":\"\"}}],\"audio_effects\":[{\"_id\":\"3bec041\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"66e24201\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b571cbd\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(152079, 18403, '_elementor_page_assets', 'a:0:{}'),
(152132, 19403, '_elementor_template_type', 'cpt_layouts'),
(152133, 19403, 'trx_addons_layout_type', 'custom'),
(152134, 19403, '_edit_lock', '1661459360:1'),
(152135, 19403, '_edit_last', '1'),
(152136, 19403, 'trx_addons_options', 'a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}'),
(152137, 19403, '_elementor_edit_mode', 'builder'),
(152138, 19403, '_elementor_version', '3.7.2'),
(152139, 19403, 'trx_addons_post_views_count', '92'),
(152143, 19403, '_wp_page_template', 'default'),
(152144, 19403, '_elementor_data', '[{\"id\":\"1291e7cd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"52\",\"isLinked\":false},\"scheme\":\"default\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a7fb8a6\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"3be0ba32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"656a526\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"16f7c761\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h3\",\"title\":\"Subscribe for the updates!\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"af4fc13\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"42ed38f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a45e542\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"24387065\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-11\\\"]\",\"audio_effects\":[{\"_id\":\"f40fabf\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(152150, 19403, '_elementor_page_assets', 'a:0:{}'),
(152151, 19403, 'fabric_options', 'a:0:{}'),
(152152, 19407, '_edit_lock', '1698334764:1'),
(152153, 19407, '_edit_last', '1'),
(152154, 19407, '_adp_popup_type', 'content'),
(152155, 19407, '_adp_popup_location', 'bottom-right'),
(152156, 19407, '_adp_popup_preview_image', 'left'),
(152157, 19407, '_adp_popup_info_text', ''),
(152158, 19407, '_adp_popup_info_buton_label', ''),
(152159, 19407, '_adp_popup_info_button_action', 'link'),
(152160, 19407, '_adp_popup_info_button_link', ''),
(152161, 19407, '_adp_popup_limit_display', '0'),
(152162, 19407, '_adp_popup_limit_lifetime', '30'),
(152163, 19407, '_adp_popup_show_to', 'user'),
(152164, 19407, '_adp_popup_rules_mode', 'specific'),
(152165, 19407, '_adp_popup_open_trigger', 'manual'),
(152166, 19407, '_adp_popup_open_delay_number', '1'),
(152167, 19407, '_adp_popup_open_scroll_position', '10'),
(152168, 19407, '_adp_popup_open_scroll_type', '%'),
(152169, 19407, '_adp_popup_open_manual_selector', '#manual-launch-4'),
(152170, 19407, '_adp_popup_close_trigger', 'none'),
(152171, 19407, '_adp_popup_close_delay_number', '30'),
(152172, 19407, '_adp_popup_close_scroll_position', '10'),
(152173, 19407, '_adp_popup_close_scroll_type', '%'),
(152174, 19407, '_adp_popup_open_animation', 'popupOpenFade'),
(152175, 19407, '_adp_popup_exit_animation', 'popupExitFade'),
(152176, 19407, '_adp_popup_content_box_width', '446'),
(152177, 19407, '_adp_popup_notification_box_width', '400'),
(152178, 19407, '_adp_popup_notification_bar_width', '1024'),
(152179, 19407, '_adp_popup_light_close', ''),
(152180, 19407, '_adp_popup_display_overlay', '1'),
(152181, 19407, '_adp_popup_mobile_disable', ''),
(152182, 19407, '_adp_popup_body_scroll_disable', '1'),
(152183, 19407, '_adp_popup_overlay_close', ''),
(152184, 19407, '_adp_popup_esc_close', ''),
(152185, 19407, '_adp_popup_f4_close', ''),
(152187, 19407, '_adp_popup_rules', 'a:1:{i:0;a:1:{i:0;a:3:{s:4:\"rule\";s:14:\"post_type_page\";s:3:\"url\";s:0:\"\";s:6:\"object\";a:1:{i:0;s:5:\"18403\";}}}}'),
(152188, 19409, '_edit_lock', '1698334151:1'),
(152189, 19409, '_edit_last', '1'),
(152190, 19409, '_adp_popup_type', 'content'),
(152191, 19409, '_adp_popup_location', 'center'),
(152192, 19409, '_adp_popup_preview_image', 'left'),
(152193, 19409, '_adp_popup_info_text', ''),
(152194, 19409, '_adp_popup_info_buton_label', ''),
(152195, 19409, '_adp_popup_info_button_action', 'link'),
(152196, 19409, '_adp_popup_info_button_link', ''),
(152197, 19409, '_adp_popup_limit_display', '0'),
(152198, 19409, '_adp_popup_limit_lifetime', '30'),
(152199, 19409, '_adp_popup_show_to', 'both'),
(152200, 19409, '_adp_popup_rules_mode', 'specific'),
(152201, 19409, '_adp_popup_open_trigger', 'manual'),
(152202, 19409, '_adp_popup_open_delay_number', '1'),
(152203, 19409, '_adp_popup_open_scroll_position', '10'),
(152204, 19409, '_adp_popup_open_scroll_type', '%'),
(152205, 19409, '_adp_popup_open_manual_selector', '#manual-launch-3'),
(152206, 19409, '_adp_popup_close_trigger', 'none'),
(152207, 19409, '_adp_popup_close_delay_number', '30'),
(152208, 19409, '_adp_popup_close_scroll_position', '10'),
(152209, 19409, '_adp_popup_close_scroll_type', '%'),
(152210, 19409, '_adp_popup_open_animation', 'popupOpenFade'),
(152211, 19409, '_adp_popup_exit_animation', 'popupExitFade'),
(152212, 19409, '_adp_popup_content_box_width', '1050'),
(152213, 19409, '_adp_popup_notification_box_width', '400'),
(152214, 19409, '_adp_popup_notification_bar_width', '1024'),
(152215, 19409, '_adp_popup_light_close', ''),
(152216, 19409, '_adp_popup_display_overlay', '1'),
(152217, 19409, '_adp_popup_mobile_disable', ''),
(152218, 19409, '_adp_popup_body_scroll_disable', ''),
(152219, 19409, '_adp_popup_overlay_close', ''),
(152220, 19409, '_adp_popup_esc_close', ''),
(152221, 19409, '_adp_popup_f4_close', ''),
(152222, 19409, '_adp_popup_rules', 'a:1:{i:0;a:1:{i:0;a:3:{s:4:\"rule\";s:14:\"post_type_page\";s:3:\"url\";s:0:\"\";s:6:\"object\";a:1:{i:0;s:5:\"18403\";}}}}'),
(152365, 18009, 'trx_addons_post_views_count', '171'),
(152366, 18010, 'trx_addons_post_views_count', '110'),
(152367, 18009, '_edit_lock', '1661507227:1'),
(152368, 18010, '_edit_lock', '1661507234:1'),
(152369, 18009, '_edit_last', '1'),
(152370, 18009, 'trx_addons_post_likes_count', '0'),
(152371, 18009, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(152372, 18009, '_elementor_page_settings', 'a:2:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(152373, 18009, 'fabric_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(152374, 18010, '_edit_last', '1'),
(152375, 18010, 'trx_addons_post_likes_count', '0'),
(152376, 18010, 'trx_addons_options', 'a:2:{s:21:\"audio_effects_allowed\";s:2:\"-1\";s:13:\"audio_effects\";a:1:{i:0;a:5:{s:5:\"event\";s:10:\"background\";s:9:\"selectors\";s:0:\"\";s:5:\"local\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"volume\";s:2:\"50\";}}}'),
(152377, 18010, '_elementor_page_settings', 'a:2:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(152378, 18010, 'fabric_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(152512, 19448, '_wp_attached_file', '2022/08/textile-img-12.jpg'),
(152513, 19448, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:945;s:6:\"height\";i:962;s:4:\"file\";s:26:\"2022/08/textile-img-12.jpg\";s:8:\"filesize\";i:64135;s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-12-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31617;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4912;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-12-600x611.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36248;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-12-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13010;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4912;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-12-768x782.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50819;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-12-370x377.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18159;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:26:\"textile-img-12-945x725.jpg\";s:5:\"width\";i:945;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54698;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-12-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31291;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-12-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11500;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-12-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3500;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-12-840x855.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57693;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-12-410x417.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20983;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-12-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38297;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-12-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35234;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-12-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47066;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-12-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6436;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-12-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22098;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-12-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(152651, 19470, '_wp_attached_file', '2022/08/textile-img-13.jpg'),
(152652, 19470, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2022/08/textile-img-13.jpg\";s:8:\"filesize\";i:156193;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-13-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27175;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4328;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-13-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21929;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-13-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6993;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-13-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50909;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4328;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-13-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32156;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"textile-img-13-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92642;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-13-370x135.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10012;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"textile-img-13-1290x700.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66624;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-13-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35085;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-13-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12279;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-13-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3128;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-13-840x306.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37570;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-13-410x149.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11964;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-13-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32945;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-13-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32018;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-13-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43779;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-13-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6479;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-13-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18988;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-13-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15934;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(152681, 19475, '_wp_attached_file', '2022/08/textile-img-14.jpg'),
(152682, 19475, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:945;s:6:\"height\";i:962;s:4:\"file\";s:26:\"2022/08/textile-img-14.jpg\";s:8:\"filesize\";i:97429;s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-14-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49819;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6035;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-14-600x611.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59060;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-14-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19377;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6035;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-14-768x782.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85365;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-14-370x377.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28064;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:26:\"textile-img-14-945x725.jpg\";s:5:\"width\";i:945;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90701;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-14-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54394;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-14-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18521;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-14-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3987;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-14-840x855.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97058;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-14-410x417.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33004;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-14-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61567;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-14-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58065;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-14-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78292;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-14-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9470;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-14-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33875;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-14-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27571;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(152683, 19476, '_wp_attached_file', '2022/08/textile-img-15.jpg'),
(152684, 19476, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:630;s:6:\"height\";i:557;s:4:\"file\";s:26:\"2022/08/textile-img-15.jpg\";s:8:\"filesize\";i:112531;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-15-500x557.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57246;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6961;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-15-600x530.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63122;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-15-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20069;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6961;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-15-370x327.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28449;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-15-630x473.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63732;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-15-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21072;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-15-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4752;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-15-410x362.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33880;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-15-570x557.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67234;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-15-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10620;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-15-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35307;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-15-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30418;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(152796, 19491, '_wp_attached_file', '2022/08/textile-img-16.jpg'),
(152797, 19491, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:422;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2022/08/textile-img-16.jpg\";s:8:\"filesize\";i:176298;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-16-422x600.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30889;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4655;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-16-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9623;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4655;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-16-370x614.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26892;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-16-422x473.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24745;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-16-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12128;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-16-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3341;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-16-410x680.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30882;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-16-422x696.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33966;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-16-422x572.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29802;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-16-422x664.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32937;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-16-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6665;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-16-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22896;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-16-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17144;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(152798, 19492, '_wp_attached_file', '2022/08/textile-img-17.jpg'),
(152799, 19492, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:422;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2022/08/textile-img-17.jpg\";s:8:\"filesize\";i:195910;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-17-422x600.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33878;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4811;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-17-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4811;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-17-370x614.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29276;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-17-422x473.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26586;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-17-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12069;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-17-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3446;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-17-410x680.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33992;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-17-422x696.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38321;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-17-422x572.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32220;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-17-422x664.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36942;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-17-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6597;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-17-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24251;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-17-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153341, 18384, '_wp_old_date', '2022-08-25'),
(153379, 17405, '_wp_old_date', '2022-08-25'),
(153404, 19564, '_wp_attached_file', '2022/08/textile-img-18.jpg'),
(153405, 19564, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:440;s:6:\"height\";i:586;s:4:\"file\";s:26:\"2022/08/textile-img-18.jpg\";s:8:\"filesize\";i:207500;s:5:\"sizes\";a:16:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5895;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-18-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13603;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5895;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-18-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30266;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-18-440x473.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38412;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-18-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17025;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-18-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4127;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-18-410x546.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35991;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-18-440x572.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43856;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17371;s:9:\"uncropped\";b:0;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-18-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8627;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-18-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30266;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-18-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24648;}s:24:\"elementor_custom_670x895\";a:4:{s:4:\"file\";s:43:\"elementor/thumbs/textile-img-18-150x150.jpg\";s:5:\"width\";s:3:\"670\";s:6:\"height\";s:3:\"895\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_440x586\";a:4:{s:4:\"file\";s:78:\"elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_520x642\";a:4:{s:4:\"file\";s:43:\"elementor/thumbs/textile-img-18-150x150.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153406, 19565, '_wp_attached_file', '2022/08/textile-img-19.jpg'),
(153407, 19565, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:410;s:6:\"height\";i:450;s:4:\"file\";s:26:\"2022/08/textile-img-19.jpg\";s:8:\"filesize\";i:121522;s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5760;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-19-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5760;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-19-370x406.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22192;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-19-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15024;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-19-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4148;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15325;s:9:\"uncropped\";b:0;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-19-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7935;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-19-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24730;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-19-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20747;}s:24:\"elementor_custom_565x620\";a:4:{s:4:\"file\";s:43:\"elementor/thumbs/textile-img-19-150x150.jpg\";s:5:\"width\";s:3:\"565\";s:6:\"height\";s:3:\"620\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_410x450\";a:4:{s:4:\"file\";s:78:\"elementor/thumbs/textile-img-19-puoyz5aw586vwpitczseie60h55vwjocor8i5q62gw.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153525, 18240, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(153526, 18240, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1661537232'),
(153527, 2759, '_oembed_d0aa5fbe82da673fa4b2e6b1418fe455', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(153528, 2759, '_oembed_time_d0aa5fbe82da673fa4b2e6b1418fe455', '1661537238'),
(153529, 19583, '_wp_attached_file', '2022/08/textile-img-20.jpg'),
(153530, 19583, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:840;s:4:\"file\";s:26:\"2022/08/textile-img-20.jpg\";s:8:\"filesize\";i:83398;s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-20-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41260;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5869;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-20-600x525.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45531;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-20-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15789;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5869;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-20-768x672.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64365;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-20-370x324.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21960;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:26:\"textile-img-20-960x725.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82864;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-20-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52552;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-20-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18200;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-20-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4105;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-20-840x735.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73868;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-20-410x359.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25549;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-20-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50259;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-20-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51217;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-20-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72803;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-20-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9518;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-20-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28395;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-20-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23698;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153531, 18240, '_oembed_73c8bb07216ebbc9a6de392393b46401', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"242\" height=\"136\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(153532, 18240, '_oembed_time_73c8bb07216ebbc9a6de392393b46401', '1661537348'),
(153950, 19634, '_wp_attached_file', '2022/08/textile-img-21.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(153951, 19634, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1055;s:6:\"height\";i:702;s:4:\"file\";s:26:\"2022/08/textile-img-21.jpg\";s:8:\"filesize\";i:92774;s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-21-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54370;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7631;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-21-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46589;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16183;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-21-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104051;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7631;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-21-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67619;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-21-370x246.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22545;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-21-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66026;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-21-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22255;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-21-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5215;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-21-840x559.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77423;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-21-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26526;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-21-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66404;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-21-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66932;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-21-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93969;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-21-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11663;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-21-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37091;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-21-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31341;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153952, 19635, '_wp_attached_file', '2022/08/textile-img-22.jpg'),
(153953, 19635, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:680;s:4:\"file\";s:26:\"2022/08/textile-img-22.jpg\";s:8:\"filesize\";i:391116;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-22-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76620;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5769;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-22-600x213.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31070;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-22-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8181;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-22-1024x363.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5769;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-22-768x272.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50928;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"textile-img-22-1536x544.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213331;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-22-370x131.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12136;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"textile-img-22-1290x680.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257436;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-22-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104056;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-22-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23340;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-22-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3809;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-22-840x298.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62738;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-22-410x145.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14716;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-22-570x680.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112897;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-22-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95710;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-22-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148879;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-22-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10084;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-22-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47723;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-22-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35065;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153954, 17882, '_oembed_066434fbb2c52578689673270da8836d', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(153955, 17882, '_oembed_time_066434fbb2c52578689673270da8836d', '1661778970'),
(153974, 19639, '_wp_attached_file', '2022/08/textile-img-23.jpg'),
(153975, 19639, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:459;s:6:\"height\";i:484;s:4:\"file\";s:26:\"2022/08/textile-img-23.jpg\";s:8:\"filesize\";i:109213;s:5:\"sizes\";a:14:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8053;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-23-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8053;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-23-370x390.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41203;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-23-459x473.jpg\";s:5:\"width\";i:459;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65868;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-23-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27083;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-23-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5336;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-23-410x432.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48610;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27109;s:9:\"uncropped\";b:0;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-23-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13112;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-23-370x484.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55972;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-23-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39114;}s:24:\"elementor_custom_410x450\";a:4:{s:4:\"file\";s:78:\"elementor/thumbs/textile-img-23-ptz99oipdi51yimdodlxeginro57cgvvv0hdp89x5g.jpg\";s:5:\"width\";s:3:\"410\";s:6:\"height\";s:3:\"450\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_459x484\";a:4:{s:4:\"file\";s:78:\"elementor/thumbs/textile-img-23-px0s116t060mgdsggssrj9qlgin4181vxqfmkagjcw.jpg\";s:5:\"width\";i:459;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153976, 19640, '_wp_attached_file', '2022/08/textile-img-24.jpg'),
(153977, 19640, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:459;s:6:\"height\";i:484;s:4:\"file\";s:26:\"2022/08/textile-img-24.jpg\";s:8:\"filesize\";i:35906;s:5:\"sizes\";a:15:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6393;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-24-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6393;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-24-370x390.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27135;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-24-459x473.jpg\";s:5:\"width\";i:459;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38148;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-24-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17915;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-24-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4425;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-24-410x432.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31247;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-24-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18768;s:9:\"uncropped\";b:0;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-24-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9262;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-24-370x484.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31434;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-24-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26210;}s:24:\"elementor_custom_440x586\";a:4:{s:4:\"file\";s:78:\"elementor/thumbs/textile-img-24-ptz99sa2hzxqf5as6qhsjzltnw1tcmk6iyoz7ozd2g.jpg\";s:5:\"width\";s:3:\"440\";s:6:\"height\";s:3:\"586\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_460x485\";a:4:{s:4:\"file\";s:43:\"elementor/thumbs/textile-img-24-150x150.jpg\";s:5:\"width\";s:3:\"460\";s:6:\"height\";s:3:\"485\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_459x484\";a:4:{s:4:\"file\";s:78:\"elementor/thumbs/textile-img-24-px0s116t060mgdsggssrj9qlgin4181vxqfmkagjcw.jpg\";s:5:\"width\";i:459;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153978, 18301, '_oembed_066434fbb2c52578689673270da8836d', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"1290\" height=\"726\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(153979, 18301, '_oembed_time_066434fbb2c52578689673270da8836d', '1661779797'),
(154072, 19654, '_wp_attached_file', '2022/08/textile-img-25.jpg'),
(154073, 19654, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1195;s:6:\"height\";i:644;s:4:\"file\";s:26:\"2022/08/textile-img-25.jpg\";s:8:\"filesize\";i:138001;s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-25-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51600;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6452;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-25-600x323.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45423;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-25-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14366;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-25-1024x552.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108447;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-25-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67365;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-25-370x199.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20098;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-25-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81498;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-25-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24800;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-25-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4474;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-25-840x453.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78978;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-25-410x221.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23854;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-25-570x644.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62119;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-25-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66602;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-25-890x644.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104882;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-25-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12049;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-25-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33705;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-25-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28632;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(154212, 19671, '_wp_attached_file', '2022/08/Ethnic-Burger.svg'),
(154213, 19671, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1129;s:5:\"width\";i:32;s:6:\"height\";i:18;}'),
(154654, 19716, '_order_key', 'wc_order_NbFj3BmuQn6AH'),
(154655, 19716, '_customer_user', '1'),
(154656, 19716, '_payment_method', 'elegro'),
(154657, 19716, '_payment_method_title', 'elegro Crypto Payment'),
(154658, 19716, '_customer_ip_address', '127.0.0.1'),
(154659, 19716, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),
(154660, 19716, '_created_via', 'checkout'),
(154661, 19716, '_cart_hash', '176e9018cea81d2a668cad2e05164cb3'),
(154662, 19716, '_billing_first_name', 'Ashton'),
(154663, 19716, '_billing_last_name', 'Porter'),
(154664, 19716, '_billing_company', 'Ukraine'),
(154665, 19716, '_billing_address_1', 'Centralny Avenu'),
(154666, 19716, '_billing_address_2', '584'),
(154667, 19716, '_billing_city', 'Nikolaev'),
(154668, 19716, '_billing_state', 'MY'),
(154669, 19716, '_billing_postcode', '54010'),
(154670, 19716, '_billing_country', 'UA'),
(154671, 19716, '_billing_email', 'user1@user-mail.net'),
(154672, 19716, '_billing_phone', '0931665081'),
(154673, 19716, '_shipping_first_name', 'Ashton'),
(154674, 19716, '_shipping_last_name', 'Porter'),
(154675, 19716, '_shipping_company', 'Ukraine'),
(154676, 19716, '_shipping_address_1', 'Centralny Avenu'),
(154677, 19716, '_shipping_address_2', '584'),
(154678, 19716, '_shipping_city', 'Nikolaev'),
(154679, 19716, '_shipping_state', 'MY'),
(154680, 19716, '_shipping_postcode', '54010'),
(154681, 19716, '_shipping_country', 'UA'),
(154682, 19716, '_order_currency', 'USD'),
(154683, 19716, '_cart_discount', '0'),
(154684, 19716, '_cart_discount_tax', '0'),
(154685, 19716, '_order_shipping', '0'),
(154686, 19716, '_order_shipping_tax', '0'),
(154687, 19716, '_order_tax', '0'),
(154688, 19716, '_order_total', '303.00'),
(154689, 19716, '_order_version', '6.8.2'),
(154690, 19716, '_prices_include_tax', 'no'),
(154691, 19716, '_billing_address_index', 'Ashton Porter Ukraine Centralny Avenu 584 Nikolaev MY 54010 UA user1@user-mail.net 0931665081'),
(154692, 19716, '_shipping_address_index', 'Ashton Porter Ukraine Centralny Avenu 584 Nikolaev MY 54010 UA '),
(154693, 19716, 'is_vat_exempt', 'no'),
(154694, 19716, '_recorded_sales', 'yes'),
(154695, 19716, '_recorded_coupon_usage_counts', 'yes'),
(154696, 19716, '_order_stock_reduced', 'yes'),
(154697, 19716, '_new_order_email_sent', 'true'),
(155250, 19779, '_wp_attached_file', '2022/08/70_4-1-min.jpg'),
(155251, 19779, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:980;s:4:\"file\";s:22:\"2022/08/70_4-1-min.jpg\";s:8:\"filesize\";i:179635;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"70_4-1-min-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42583;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3828;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23506;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6460;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"70_4-1-min-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67666;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3838;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37930;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"70_4-1-min-1536x784.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141040;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-370x189.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9201;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:23:\"70_4-1-min-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121221;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54451;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13072;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2636;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-840x429.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45809;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-410x209.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11299;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54672;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56001;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88280;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6059;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25576;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"70_4-1-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20728;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155252, 19780, '_wp_attached_file', '2022/08/70_1-1-min.jpg'),
(155253, 19780, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:850;s:6:\"height\";i:840;s:4:\"file\";s:22:\"2022/08/70_1-1-min.jpg\";s:8:\"filesize\";i:70572;s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"70_1-1-min-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36365;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4254;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-600x593.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41651;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-768x759.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64581;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-370x366.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17663;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-850x725.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74211;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49361;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13819;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3008;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-840x830.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:830;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74891;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-410x405.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21127;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46209;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44679;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-850x664.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64769;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6753;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22616;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"70_1-1-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17857;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155254, 19781, '_wp_attached_file', '2022/08/70_1-2-min.jpg'),
(155255, 19781, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:235;s:6:\"height\";i:404;s:4:\"file\";s:22:\"2022/08/70_1-2-min.jpg\";s:8:\"filesize\";i:8171;s:5:\"sizes\";a:8:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"70_1-2-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2509;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"70_1-2-min-175x300.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4101;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"70_1-2-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2517;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:22:\"70_1-2-min-235x230.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4434;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"70_1-2-min-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1918;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"70_1-2-min-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5205;s:9:\"uncropped\";b:0;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"70_1-2-min-235x152.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3353;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"70_1-2-min-235x370.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5912;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155256, 19782, '_wp_attached_file', '2022/08/70_1-3-min.jpg'),
(155257, 19782, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:435;s:6:\"height\";i:543;s:4:\"file\";s:22:\"2022/08/70_1-3-min.jpg\";s:8:\"filesize\";i:27282;s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4333;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4362;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-370x462.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23012;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-435x473.jpg\";s:5:\"width\";i:435;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28788;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15600;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3097;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-410x512.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26905;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"70_1-3-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13586;s:9:\"uncropped\";b:0;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7590;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23527;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"70_1-3-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19517;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155258, 19783, '_wp_attached_file', '2022/08/70_2-1-min.jpg'),
(155259, 19783, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1780;s:6:\"height\";i:696;s:4:\"file\";s:22:\"2022/08/70_2-1-min.jpg\";s:8:\"filesize\";i:92546;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"70_2-1-min-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39277;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4459;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-600x235.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18651;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6060;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"70_2-1-min-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46062;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4461;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28415;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"70_2-1-min-1536x601.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89140;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-370x145.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8601;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:23:\"70_2-1-min-1290x696.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98993;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50972;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14647;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3114;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-840x328.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33037;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-410x160.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9816;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50663;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48204;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70106;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7110;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26567;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"70_2-1-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21117;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155260, 19784, '_wp_attached_file', '2022/08/70_2-2-min.jpg'),
(155261, 19784, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1780;s:6:\"height\";i:696;s:4:\"file\";s:22:\"2022/08/70_2-2-min.jpg\";s:8:\"filesize\";i:80034;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"70_2-2-min-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33177;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3856;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-600x235.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15266;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5455;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"70_2-2-min-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3870;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22842;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"70_2-2-min-1536x601.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74668;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-370x145.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7479;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:23:\"70_2-2-min-1290x696.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81750;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40813;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11935;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-840x328.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26528;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-410x160.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8404;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43711;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40947;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58293;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6322;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22060;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"70_2-2-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17061;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155262, 19785, '_wp_attached_file', '2022/08/70_3-1_video.mp4'),
(155263, 19785, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1776657;s:8:\"filesize\";i:11130098;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:50;s:16:\"length_formatted\";s:4:\"0:50\";s:5:\"width\";i:1366;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1628774122;}'),
(155264, 19786, '_wp_attached_file', '2022/08/70_5-1-min.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(155265, 19786, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:980;s:4:\"file\";s:22:\"2022/08/70_5-1-min.jpg\";s:8:\"filesize\";i:260878;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"70_5-1-min-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46663;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5550;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36376;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10683;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"70_5-1-min-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5565;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55545;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"70_5-1-min-1536x784.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190247;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-370x189.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15527;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:23:\"70_5-1-min-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149578;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70022;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20117;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3744;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-840x429.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65458;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-410x209.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18777;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59184;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58933;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92440;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9455;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29988;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"70_5-1-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24541;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155266, 19787, '_wp_attached_file', '2022/08/70_5-2-min.jpg'),
(155267, 19787, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:980;s:4:\"file\";s:22:\"2022/08/70_5-2-min.jpg\";s:8:\"filesize\";i:119698;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"70_5-2-min-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31040;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4698;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-600x306.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24530;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8436;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"70_5-2-min-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54739;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4703;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35259;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"70_5-2-min-1536x784.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98586;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-370x189.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11626;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:23:\"70_5-2-min-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80968;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43022;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14533;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3312;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-840x429.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40553;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-410x209.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13819;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37859;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38734;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55838;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7494;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20870;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"70_5-2-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18602;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155293, 19791, '_wp_attached_file', '2022/08/70_4-needle.png'),
(155294, 19791, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:41;s:6:\"height\";i:42;s:4:\"file\";s:23:\"2022/08/70_4-needle.png\";s:8:\"filesize\";i:697;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155320, 19795, '_wp_attached_file', '2022/08/70_down-arrow.png'),
(155321, 19795, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:20;s:6:\"height\";i:44;s:4:\"file\";s:25:\"2022/08/70_down-arrow.png\";s:8:\"filesize\";i:464;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155322, 19796, '_wp_attached_file', 'revslider/video-media/70_3-1_video_8.jpeg'),
(155323, 19796, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1366;s:6:\"height\";i:720;s:4:\"file\";s:41:\"revslider/video-media/70_3-1_video_8.jpeg\";s:8:\"filesize\";i:61307;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"70_3-1_video_8-500x600.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21936;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4419;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-600x316.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19380;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-300x158.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7564;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"70_3-1_video_8-1024x540.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-768x405.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27325;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-370x195.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10203;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"70_3-1_video_8-1290x720.jpeg\";s:5:\"width\";i:1290;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60360;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-840x473.jpeg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32149;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-410x230.jpeg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12075;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-120x120.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3337;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-840x443.jpeg\";s:5:\"width\";i:840;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31085;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-410x216.jpeg\";s:5:\"width\";i:410;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11622;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-570x696.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26605;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-650x572.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28333;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-890x664.jpeg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40580;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6801;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15556;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"70_3-1_video_8-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155905, 19861, '_cdp_origin', '18193'),
(155906, 19861, '_cdp_origin_site', '-1'),
(155907, 19861, '_cdp_origin_title', ' Spring Collection #[Counter]'),
(155908, 19861, '_cdp_counter', '2'),
(155909, 19861, '_wp_old_slug', 'sea-blue-bed-linen'),
(155910, 19861, '_wp_old_slug', 'sea-blue-bed-linen-2'),
(155911, 19861, '_thumbnail_id', '19870'),
(155912, 19861, '_elementor_page_settings', 'a:0:{}'),
(155913, 19862, '_cdp_origin', '18193'),
(155914, 19862, '_cdp_origin_site', '-1'),
(155915, 19862, '_cdp_origin_title', ' Spring Collection #[Counter]'),
(155916, 19862, '_cdp_counter', '3'),
(155917, 19862, '_wp_old_slug', 'sea-blue-bed-linen'),
(155918, 19862, '_wp_old_slug', 'sea-blue-bed-linen-2'),
(155919, 19862, '_thumbnail_id', '19871'),
(155920, 19862, '_elementor_page_settings', 'a:0:{}'),
(155921, 19863, '_cdp_origin', '18193'),
(155922, 19863, '_cdp_origin_site', '-1'),
(155923, 19863, '_cdp_origin_title', ' Spring Collection #[Counter]'),
(155924, 19863, '_cdp_counter', '4'),
(155925, 19863, '_wp_old_slug', 'sea-blue-bed-linen'),
(155926, 19863, '_wp_old_slug', 'sea-blue-bed-linen-2'),
(155927, 19863, '_thumbnail_id', '19872'),
(155928, 19863, '_elementor_page_settings', 'a:0:{}'),
(155929, 19864, '_cdp_origin', '18193'),
(155930, 19864, '_cdp_origin_site', '-1'),
(155931, 19864, '_cdp_origin_title', ' Spring Collection #[Counter]'),
(155932, 19864, '_cdp_counter', '5'),
(155933, 19864, '_wp_old_slug', 'sea-blue-bed-linen'),
(155934, 19864, '_wp_old_slug', 'sea-blue-bed-linen-2'),
(155935, 19864, '_thumbnail_id', '19874'),
(155936, 19864, '_elementor_page_settings', 'a:0:{}'),
(155937, 19865, '_cdp_origin', '18193'),
(155938, 19865, '_cdp_origin_site', '-1'),
(155939, 19865, '_cdp_origin_title', ' Spring Collection #[Counter]'),
(155940, 19865, '_cdp_counter', '6'),
(155941, 19865, '_wp_old_slug', 'sea-blue-bed-linen'),
(155942, 19865, '_wp_old_slug', 'sea-blue-bed-linen-2'),
(155943, 19865, '_thumbnail_id', '19873'),
(155944, 19865, '_elementor_page_settings', 'a:0:{}'),
(155945, 19861, '_edit_lock', '1666012778:1'),
(155946, 19862, '_edit_lock', '1666012812:1'),
(155947, 19863, '_edit_lock', '1666012840:1'),
(155948, 19864, '_edit_lock', '1666012871:1'),
(155949, 19865, '_edit_lock', '1666012944:1'),
(155950, 19861, '_wp_old_slug', 'spring-collection'),
(155951, 19862, '_wp_old_slug', 'spring-collection'),
(155952, 19863, '_wp_old_slug', 'spring-collection'),
(155953, 19864, '_wp_old_slug', 'spring-collection'),
(155954, 19865, '_wp_old_slug', 'spring-collection'),
(155955, 19861, '_edit_last', '1'),
(155956, 19861, '_wp_old_date', '2022-09-02'),
(155958, 19862, '_edit_last', '1'),
(155959, 19862, '_wp_old_date', '2022-09-02'),
(155961, 19863, '_edit_last', '1'),
(155962, 19863, '_wp_old_date', '2022-09-02'),
(155964, 19864, '_edit_last', '1'),
(155965, 19864, '_wp_old_date', '2022-09-02'),
(155967, 19865, '_edit_last', '1'),
(155968, 19865, '_wp_old_date', '2022-09-02'),
(155995, 19861, 'trx_addons_post_views_count', '115'),
(155996, 19862, 'trx_addons_post_views_count', '114'),
(155997, 19863, 'trx_addons_post_views_count', '127'),
(155998, 19864, 'trx_addons_post_views_count', '136'),
(155999, 19865, 'trx_addons_post_views_count', '114'),
(156000, 19861, '_wp_old_slug', 'spring-collection-2'),
(156001, 19861, 'trx_addons_project_author', 'none'),
(156002, 19861, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(156003, 19861, 'fabric_options', 'a:0:{}'),
(156004, 19862, '_wp_old_slug', 'spring-collection-3'),
(156005, 19863, '_wp_old_slug', 'spring-collection-4'),
(156006, 19864, '_wp_old_slug', 'spring-collection-5'),
(156007, 19862, 'trx_addons_project_author', 'none'),
(156008, 19862, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(156009, 19862, 'fabric_options', 'a:0:{}'),
(156010, 19863, 'trx_addons_project_author', 'none'),
(156011, 19863, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(156012, 19863, 'fabric_options', 'a:0:{}'),
(156013, 19864, 'trx_addons_project_author', 'none'),
(156014, 19864, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(156015, 19864, 'fabric_options', 'a:0:{}'),
(156016, 19865, '_wp_old_slug', 'spring-collection-6'),
(156017, 19865, 'trx_addons_project_author', 'none'),
(156018, 19865, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(156019, 19865, 'fabric_options', 'a:0:{}'),
(156020, 19869, '_wp_attached_file', '2022/08/textile-img-26.jpg'),
(156021, 19869, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1630;s:4:\"file\";s:26:\"2022/08/textile-img-26.jpg\";s:8:\"filesize\";i:219401;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-26-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42453;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5972;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-26-600x764.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59300;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-26-236x300.jpg\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14256;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-26-804x1024.jpg\";s:5:\"width\";i:804;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-26-768x978.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:978;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88298;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"textile-img-26-1206x1536.jpg\";s:5:\"width\";i:1206;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184639;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-26-370x471.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28076;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"textile-img-26-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98620;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-26-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47080;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-26-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15125;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-26-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4237;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"textile-img-26-840x1070.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1070;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101689;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-26-410x522.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32772;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-26-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52848;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-26-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47108;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-26-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66641;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-26-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8170;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-26-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29722;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-26-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22925;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(156022, 19870, '_wp_attached_file', '2022/08/textile-img-27.jpg'),
(156023, 19870, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2022/08/textile-img-27.jpg\";s:8:\"filesize\";i:180531;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-27-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27530;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4044;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-27-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21345;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-27-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7931;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-27-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-27-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31145;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"textile-img-27-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98962;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-27-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10716;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"textile-img-27-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61849;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-27-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30799;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-27-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10640;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-27-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2948;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-27-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35818;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-27-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12633;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-27-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34781;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-27-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30832;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-27-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43921;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-27-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5859;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-27-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18376;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-27-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14878;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(156024, 19871, '_wp_attached_file', '2022/08/textile-img-28.jpg'),
(156025, 19871, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2022/08/textile-img-28.jpg\";s:8:\"filesize\";i:250180;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-28-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33159;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4307;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-28-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26556;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-28-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8736;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-28-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70451;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4307;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-28-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41208;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"textile-img-28-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150122;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-28-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12081;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"textile-img-28-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93190;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-28-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42260;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-28-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12417;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-28-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3180;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-28-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48427;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-28-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14500;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-28-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42816;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-28-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40764;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-28-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61364;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-28-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6514;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-28-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21176;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-28-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17174;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(156026, 19872, '_wp_attached_file', '2022/08/textile-img-29.jpg'),
(156027, 19872, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1630;s:4:\"file\";s:26:\"2022/08/textile-img-29.jpg\";s:8:\"filesize\";i:190940;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-29-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47735;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6103;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-29-600x764.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66149;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-29-236x300.jpg\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15359;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-29-804x1024.jpg\";s:5:\"width\";i:804;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104135;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6103;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-29-768x978.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:978;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97225;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"textile-img-29-1206x1536.jpg\";s:5:\"width\";i:1206;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193328;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-29-370x471.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30927;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"textile-img-29-1280x725.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107163;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-29-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53369;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-29-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17528;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-29-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4320;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"textile-img-29-840x1070.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:1070;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111356;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-29-410x522.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36595;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-29-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59380;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-29-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54322;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-29-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75090;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-29-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8992;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-29-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32886;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-29-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25541;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(156028, 19873, '_wp_attached_file', '2022/08/textile-img-30.jpg'),
(156029, 19873, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2022/08/textile-img-30.jpg\";s:8:\"filesize\";i:140160;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-30-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33002;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5149;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-30-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26112;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-30-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10040;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-30-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57517;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5149;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-30-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37238;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"textile-img-30-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106218;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-30-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13447;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"textile-img-30-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70160;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-30-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36657;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-30-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13264;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-30-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3721;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-30-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42547;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-30-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15637;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-30-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41106;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-30-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37417;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-30-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51317;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-30-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7362;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-30-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23238;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-30-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18624;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(156030, 19874, '_wp_attached_file', '2022/08/textile-img-31.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(156031, 19874, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2022/08/textile-img-31.jpg\";s:8:\"filesize\";i:246557;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"textile-img-31-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31525;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3984;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"textile-img-31-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21326;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"textile-img-31-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7389;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"textile-img-31-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57017;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3984;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"textile-img-31-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32329;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"textile-img-31-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131382;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"textile-img-31-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10015;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:27:\"textile-img-31-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80467;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"textile-img-31-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34299;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"textile-img-31-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10467;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"textile-img-31-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2835;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"textile-img-31-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38293;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"textile-img-31-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11833;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"textile-img-31-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42375;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"textile-img-31-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36344;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"textile-img-31-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51928;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"textile-img-31-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5592;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"textile-img-31-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20046;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"textile-img-31-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15806;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(156184, 18028, '_wp_old_slug', 'blinds'),
(156185, 18034, '_wp_old_slug', 'drapes'),
(157311, 18384, '_wp_old_date', '2022-08-26'),
(157349, 17405, '_wp_old_date', '2022-08-26'),
(157915, 18008, '_edit_lock', '1662988891:1'),
(157956, 20103, '_edit_lock', '1666012333:1'),
(157959, 20103, 'trx_addons_post_views_count', '110'),
(157961, 17888, 'trx_addons_post_views_count', '112'),
(157962, 20103, '_wp_old_slug', 'craft-decor'),
(157963, 20103, '_thumbnail_id', '18342'),
(157964, 20103, '_edit_last', '1'),
(157965, 20103, 'trx_addons_project_author', 'none'),
(157966, 20103, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(157967, 20103, '_elementor_page_settings', 'a:0:{}'),
(157968, 20103, 'fabric_options', 'a:0:{}'),
(157969, 20103, '_wp_old_slug', 'craft-decor-2'),
(157971, 20104, '_edit_lock', '1666012218:1'),
(157972, 20105, '_wp_attached_file', '2022/09/portfolio-image36.jpg'),
(157973, 20105, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1600;s:4:\"file\";s:29:\"2022/09/portfolio-image36.jpg\";s:8:\"filesize\";i:316694;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17897;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image36-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7273;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78136;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image36-1536x1280.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239179;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-370x308.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24742;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image36-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129919;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65134;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20559;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5276;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-840x700.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90918;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-410x342.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28923;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66491;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62958;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91855;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image36-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52960;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52564;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7273;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10891;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35929;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image36-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(157974, 20104, '_wp_old_slug', 'knitted-apparel'),
(157975, 20104, '_thumbnail_id', '20105'),
(157976, 20104, '_edit_last', '1'),
(157977, 20104, 'trx_addons_project_author', 'none'),
(157978, 20104, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(157979, 20104, '_elementor_page_settings', 'a:0:{}'),
(157980, 20104, 'fabric_options', 'a:0:{}'),
(157981, 20104, '_wp_old_slug', 'knitted-apparel-2'),
(157983, 20106, '_edit_lock', '1666012305:1'),
(157984, 20107, '_wp_attached_file', '2022/09/portfolio-image38.jpg'),
(157985, 20107, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1600;s:4:\"file\";s:29:\"2022/09/portfolio-image38.jpg\";s:8:\"filesize\";i:233473;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13007;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image38-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5930;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54107;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image38-1536x1280.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167045;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-370x308.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17776;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image38-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88367;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44612;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15037;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4447;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-840x700.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62957;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-410x342.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20641;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50516;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44427;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62816;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image38-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40065;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37029;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5930;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8269;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27550;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image38-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(157986, 20106, '_wp_old_slug', 'handbags'),
(157987, 20106, '_thumbnail_id', '20107'),
(157988, 20106, '_edit_last', '1'),
(157989, 20106, 'trx_addons_project_author', 'none'),
(157990, 20106, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(157991, 20106, '_elementor_page_settings', 'a:0:{}'),
(157992, 20106, 'fabric_options', 'a:0:{}'),
(157993, 20106, '_wp_old_slug', 'handbags-2'),
(157995, 20108, '_edit_lock', '1666012190:1'),
(157996, 20109, '_wp_attached_file', '2022/09/portfolio-image32.jpg'),
(157997, 20109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/09/portfolio-image32.jpg\";s:8:\"filesize\";i:367776;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15558;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image32-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108234;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6834;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67682;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image32-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207178;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21889;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image32-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139169;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69770;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22479;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4976;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78649;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25768;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56026;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58725;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90457;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image32-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45117;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45911;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6834;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11657;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30016;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image32-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(157998, 20108, '_wp_old_slug', 'ethnic-accessories'),
(157999, 20108, '_thumbnail_id', '20109'),
(158000, 20108, '_edit_last', '1'),
(158001, 20108, 'trx_addons_project_author', 'none'),
(158002, 20108, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:3:\"top\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(158003, 20108, '_elementor_page_settings', 'a:0:{}'),
(158004, 20108, 'fabric_options', 'a:0:{}'),
(158005, 20108, '_wp_old_slug', 'ethnic-accessories-2'),
(158007, 20110, '_edit_lock', '1666012145:1'),
(158008, 20111, '_wp_attached_file', '2022/09/portfolio-image33.jpg'),
(158009, 20111, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1600;s:4:\"file\";s:29:\"2022/09/portfolio-image33.jpg\";s:8:\"filesize\";i:396016;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18595;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image33-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150009;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6892;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91976;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image33-1536x1280.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:283878;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-370x308.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26707;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image33-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146267;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73518;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22265;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5004;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-840x700.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108109;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-410x342.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31772;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72483;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72558;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107985;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image33-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57261;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60993;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6892;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11147;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37143;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image33-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(158010, 20110, '_wp_old_slug', 'unique-tools'),
(158011, 20110, '_thumbnail_id', '20111'),
(158012, 20110, '_edit_last', '1'),
(158013, 20110, 'trx_addons_project_author', 'none'),
(158014, 20110, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(158015, 20110, '_elementor_page_settings', 'a:0:{}'),
(158016, 20110, 'fabric_options', 'a:0:{}'),
(158017, 20110, '_wp_old_slug', 'unique-tools-2'),
(158019, 20112, '_edit_lock', '1666012118:1'),
(158020, 20113, '_wp_attached_file', '2022/09/portfolio-image31.jpg'),
(158021, 20113, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/09/portfolio-image31.jpg\";s:8:\"filesize\";i:465263;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21304;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image31-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9268;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112712;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image31-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:380196;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31177;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image31-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246088;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115558;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32182;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6355;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133249;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37368;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111280;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106531;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162823;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image31-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86659;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72514;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9268;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15360;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55364;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image31-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43929;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(158022, 20112, '_wp_old_slug', 'hats'),
(158023, 20112, '_thumbnail_id', '20113'),
(158024, 20112, '_edit_last', '1'),
(158025, 20112, 'trx_addons_project_author', 'none'),
(158026, 20112, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(158027, 20112, '_elementor_page_settings', 'a:0:{}'),
(158028, 20112, 'fabric_options', 'a:0:{}'),
(158029, 20112, '_wp_old_slug', 'hats-2'),
(158031, 20114, '_edit_lock', '1666012050:1'),
(158032, 20115, '_wp_attached_file', '2022/09/portfolio-image34.jpg'),
(158033, 20115, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1600;s:4:\"file\";s:29:\"2022/09/portfolio-image34.jpg\";s:8:\"filesize\";i:238871;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17775;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image34-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107928;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7079;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70378;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image34-1536x1280.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195363;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-370x308.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24453;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image34-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96257;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50971;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17921;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5102;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-840x700.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80764;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-410x342.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28184;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55161;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57218;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77114;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image34-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45292;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49338;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7079;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9780;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30838;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image34-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26591;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(158034, 20114, '_wp_old_slug', 'weaving'),
(158035, 20114, '_thumbnail_id', '20115'),
(158036, 20114, '_edit_last', '1'),
(158037, 20114, 'trx_addons_project_author', 'none'),
(158038, 20114, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(158039, 20114, '_elementor_page_settings', 'a:0:{}'),
(158040, 20114, 'fabric_options', 'a:0:{}'),
(158041, 20114, '_wp_old_slug', 'weaving-2'),
(158043, 20116, '_edit_lock', '1666012024:1'),
(158044, 20117, '_wp_attached_file', '2022/09/portfolio-image37.jpg'),
(158045, 20117, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/09/portfolio-image37.jpg\";s:8:\"filesize\";i:494997;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21149;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image37-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9268;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115040;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image37-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:419339;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30766;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image37-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265161;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118009;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31687;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6421;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137357;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37041;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104917;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106207;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168312;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image37-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81404;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72317;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9268;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15137;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51040;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image37-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42227;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(158046, 20116, '_wp_old_slug', 'pottery'),
(158047, 20116, '_thumbnail_id', '20117'),
(158048, 20116, '_edit_last', '1'),
(158049, 20116, 'trx_addons_project_author', 'none'),
(158050, 20116, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:5:\"right\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(158051, 20116, '_elementor_page_settings', 'a:0:{}'),
(158052, 20116, 'fabric_options', 'a:0:{}'),
(158053, 20116, '_wp_old_slug', 'pottery-2'),
(158055, 20118, '_edit_lock', '1666011852:1'),
(158056, 20119, '_wp_attached_file', '2022/09/portfolio-image35.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(158057, 20119, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/09/portfolio-image35.jpg\";s:8:\"filesize\";i:240175;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15023;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"portfolio-image35-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97243;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7202;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61739;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"portfolio-image35-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181444;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20573;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:30:\"portfolio-image35-1290x725.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125752;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64413;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21426;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5234;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-840x560.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71340;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-410x273.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24148;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59561;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58018;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83648;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"portfolio-image35-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48184;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42264;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7202;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11299;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33117;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"portfolio-image35-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27054;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(158058, 20118, '_wp_old_slug', 'textile-craft'),
(158059, 20118, '_thumbnail_id', '20119'),
(158060, 20118, '_edit_last', '1'),
(158061, 20118, 'trx_addons_project_author', 'none'),
(158062, 20118, 'trx_addons_options', 'a:15:{s:13:\"details_style\";s:7:\"default\";s:8:\"subtitle\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"project_author\";s:4:\"none\";s:16:\"details_position\";s:4:\"left\";s:7:\"details\";a:3:{i:0;a:4:{s:5:\"title\";s:6:\"Client\";s:5:\"value\";s:11:\"Client name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:1;a:4:{s:5:\"title\";s:4:\"Year\";s:5:\"value\";s:4:\"2022\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:6:\"Author\";s:5:\"value\";s:11:\"Author name\";s:4:\"link\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:7:\"gallery\";s:0:\"\";s:16:\"gallery_position\";s:6:\"bottom\";s:14:\"gallery_layout\";s:6:\"slider\";s:19:\"gallery_description\";s:0:\"\";s:5:\"video\";s:0:\"\";s:22:\"video_autoplay_archive\";i:0;s:14:\"video_autoplay\";i:0;s:14:\"video_position\";s:6:\"bottom\";s:17:\"video_description\";s:0:\"\";}'),
(158063, 20118, '_elementor_page_settings', 'a:0:{}'),
(158064, 20118, 'fabric_options', 'a:0:{}'),
(158065, 20118, '_wp_old_slug', 'textile-craft-2'),
(158093, 17880, '_wp_old_slug', 'casual-suits'),
(158094, 17880, 'rs_page_bg_color', ''),
(158132, 20126, '_wp_attached_file', '2022/09/favicon.png'),
(158133, 20126, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2022/09/favicon.png\";s:8:\"filesize\";i:58830;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15219;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"favicon-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42817;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:19:\"favicon-512x473.png\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60275;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:19:\"favicon-410x230.png\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29767;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:19:\"favicon-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11652;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"favicon-410x410.png\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47993;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"favicon-500x512.png\";s:5:\"width\";i:500;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60457;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15219;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:19:\"favicon-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18673;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:19:\"favicon-370x493.png\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47071;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:19:\"favicon-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(158134, 20127, '_wp_attached_file', '2022/09/cropped-favicon.png'),
(158135, 20127, '_wp_attachment_context', 'site-icon'),
(158136, 20127, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2022/09/cropped-favicon.png\";s:8:\"filesize\";i:60651;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15219;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42817;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-512x473.png\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60275;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-410x230.png\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29767;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11652;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-410x410.png\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47993;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"cropped-favicon-500x512.png\";s:5:\"width\";i:500;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60457;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15219;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18673;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-370x493.png\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47071;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42817;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30128;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20462;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19062;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:25:\"cropped-favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1532;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(158327, 17848, '_elementor_page_settings', 'a:0:{}'),
(158336, 17841, '_elementor_page_settings', 'a:0:{}'),
(158345, 17834, '_elementor_page_settings', 'a:0:{}'),
(158354, 17827, '_elementor_page_settings', 'a:0:{}'),
(158363, 17821, '_elementor_page_settings', 'a:0:{}'),
(158372, 17814, '_elementor_page_settings', 'a:0:{}'),
(158590, 20118, 'trx_addons_post_views_count', '102'),
(158591, 20116, 'trx_addons_post_views_count', '108'),
(158592, 20114, 'trx_addons_post_views_count', '113'),
(158593, 20112, 'trx_addons_post_views_count', '117'),
(158594, 20110, 'trx_addons_post_views_count', '133'),
(158595, 20108, 'trx_addons_post_views_count', '125'),
(158596, 20104, 'trx_addons_post_views_count', '111'),
(158597, 20106, 'trx_addons_post_views_count', '133'),
(158598, 18197, 'trx_addons_post_views_count', '109'),
(159169, 17800, 'trx_addons_post_views_count', '142'),
(159450, 15, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991832;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1239:\".elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-61c01e98:#4054B2;--e-global-color-69bf31ed:#23A455;--e-global-color-7a1ccbe5:#000;--e-global-color-13ed1179:#FFF;--e-global-typography-primary-font-family:\"Roboto\";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:\"Roboto Slab\";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:\"Roboto\";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:\"Roboto\";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-element{--widgets-spacing:0px;}{}.sc_layouts_title_caption{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}\";}'),
(159451, 18023, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991832;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:22970:\".elementor-18023 .elementor-element.elementor-element-778a4325 > .elementor-element-populated.elementor-column-wrap{padding:0% 15% 0% 0%;}.elementor-18023 .elementor-element.elementor-element-778a4325 > .elementor-element-populated.elementor-widget-wrap{padding:0% 15% 0% 0%;}.elementor-18023 .elementor-element.elementor-element-64bae881 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-64bae881 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-74d49108 > .elementor-element-populated.elementor-column-wrap{padding:0% 15% 0% 0%;}.elementor-18023 .elementor-element.elementor-element-74d49108 > .elementor-element-populated.elementor-widget-wrap{padding:0% 15% 0% 0%;}.elementor-18023 .elementor-element.elementor-element-2f54fde0{--spacer-size:53px;}.elementor-18023 .elementor-element.elementor-element-1cc4f646{--spacer-size:75px;}.elementor-18023 .elementor-element.elementor-element-3cadb522 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-3cadb522 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-14143004{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18023 .elementor-element.elementor-element-14143004 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-5458b04b .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-5458b04b .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-0e96c1b:not(.elementor-motion-effects-element-type-background), .elementor-18023 .elementor-element.elementor-element-0e96c1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18023 .elementor-element.elementor-element-0e96c1b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18023 .elementor-element.elementor-element-0e96c1b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-43e08f05 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18023 .elementor-element.elementor-element-43e08f05:not(.elementor-motion-effects-element-type-background), .elementor-18023 .elementor-element.elementor-element-43e08f05 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18023 .elementor-element.elementor-element-43e08f05{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18023 .elementor-element.elementor-element-43e08f05 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-65609ea5 > .elementor-widget-container{margin:0% 16% 0% 0%;}.elementor-18023 .elementor-element.elementor-element-c63e5c3{text-align:left;color:#FFFFFF;width:340px;max-width:340px;bottom:0.047px;}.elementor-18023 .elementor-element.elementor-element-c63e5c3 > .elementor-widget-container{padding:60px 30px 60px 50px;background-color:#151617;}body:not(.rtl) .elementor-18023 .elementor-element.elementor-element-c63e5c3{right:-2px;}body.rtl .elementor-18023 .elementor-element.elementor-element-c63e5c3{left:-2px;}.elementor-18023 .elementor-element.elementor-element-a82cee4{text-align:left;color:#FFFFFF;width:100%;max-width:100%;}.elementor-18023 .elementor-element.elementor-element-a82cee4 > .elementor-widget-container{padding:54px 20px 53px 50px;background-color:#151617;}.elementor-18023 .elementor-element.elementor-element-79353bf8 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 15%;}.elementor-18023 .elementor-element.elementor-element-79353bf8 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 15%;}.elementor-18023 .elementor-element.elementor-element-54ca8ae{--spacer-size:35px;}.elementor-18023 .elementor-element.elementor-element-e90a923 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-e90a923 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-e90a923 > .elementor-widget-container{padding:0% 5% 0% 0%;}.elementor-18023 .elementor-element.elementor-element-68ef80f5{--spacer-size:38px;}.elementor-18023 .elementor-element.elementor-element-7d68106c{--spacer-size:50px;}.elementor-18023 .elementor-element.elementor-element-2da7a40c{--spacer-size:30px;}.elementor-18023 .elementor-element.elementor-element-fd3c098:not(.elementor-motion-effects-element-type-background), .elementor-18023 .elementor-element.elementor-element-fd3c098 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18023 .elementor-element.elementor-element-fd3c098{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18023 .elementor-element.elementor-element-fd3c098 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-700c72a0 > .elementor-container{min-height:42px;}.elementor-18023 .elementor-element.elementor-element-700c72a0 .trx_addons_bg_text_char{color:#18191A;font-size:1em;font-weight:400;letter-spacing:-2px;}.elementor-18023 .elementor-element.elementor-element-700c72a0{margin-top:29px;margin-bottom:0px;}.elementor-18023 .elementor-element.elementor-element-35284685{--spacer-size:50px;}.elementor-18023 .elementor-element.elementor-element-8a0a8af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-8a0a8af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-5da68e4{--spacer-size:50px;}.elementor-18023 .elementor-element.elementor-element-744301ed .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-744301ed .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-9dc70dd{--spacer-size:100px;}.elementor-18023 .elementor-element.elementor-element-24725a3 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18023 .elementor-element.elementor-element-24725a3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-18023 .elementor-element.elementor-element-24725a3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-777edfc8 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18023 .elementor-element.elementor-element-777edfc8 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-777edfc8 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-18023 .elementor-element.elementor-element-777edfc8 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-18023 .elementor-element.elementor-element-777edfc8{z-index:2;}.elementor-18023 .elementor-element.elementor-element-2f323059{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18023 .elementor-element.elementor-element-2f323059 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-b0d5df7:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18023 .elementor-element.elementor-element-b0d5df7 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/about-page-image1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18023 .elementor-element.elementor-element-b0d5df7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-18023 .elementor-element.elementor-element-b0d5df7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-b0d5df7 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-18023 .elementor-element.elementor-element-b0d5df7 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-18023 .elementor-element.elementor-element-c22ba69{--spacer-size:700px;}.elementor-bc-flex-widget .elementor-18023 .elementor-element.elementor-element-395fc0fd.elementor-column .elementor-column-wrap{align-items:center;}.elementor-18023 .elementor-element.elementor-element-395fc0fd.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18023 .elementor-element.elementor-element-395fc0fd:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18023 .elementor-element.elementor-element-395fc0fd > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/about-page-image2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18023 .elementor-element.elementor-element-395fc0fd > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-18023 .elementor-element.elementor-element-395fc0fd > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-395fc0fd > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-18023 .elementor-element.elementor-element-395fc0fd > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-18023 .elementor-element.elementor-element-d7c1d20{--spacer-size:700px;}.elementor-18023 .elementor-element.elementor-element-5fa90e2b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18023 .elementor-element.elementor-element-5fa90e2b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-5fa90e2b > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-18023 .elementor-element.elementor-element-5fa90e2b > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-18023 .elementor-element.elementor-element-2f579aa8 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-2f579aa8 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-6e0abe60{--spacer-size:33px;}.elementor-18023 .elementor-element.elementor-element-6aeafc21{--spacer-size:100px;}.elementor-18023 .elementor-element.elementor-element-5fc3661{--spacer-size:33px;}.elementor-18023 .elementor-element.elementor-element-1c8aa97{--spacer-size:60px;}.elementor-18023 .elementor-element.elementor-element-37ddfe46 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18023 .elementor-element.elementor-element-6e945c93 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-6e945c93 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-2d3fbca1{--spacer-size:10px;}.elementor-18023 .elementor-element.elementor-element-761c110a{--spacer-size:10px;}.elementor-18023 .elementor-element.elementor-element-3e22eb0{--spacer-size:60px;}.elementor-18023 .elementor-element.elementor-element-6898be85{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18023 .elementor-element.elementor-element-6898be85:not(.elementor-motion-effects-element-type-background), .elementor-18023 .elementor-element.elementor-element-6898be85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18023 .elementor-element.elementor-element-6898be85 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-2b08305f:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18023 .elementor-element.elementor-element-2b08305f > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18023 .elementor-element.elementor-element-2b08305f > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18023 .elementor-element.elementor-element-2b08305f > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-2b08305f{z-index:9;}.elementor-18023 .elementor-element.elementor-element-38e9f269 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-38e9f269 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-7ffd0f5e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-7ffd0f5e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-bc94a5f{--spacer-size:50px;}.elementor-18023 .elementor-element.elementor-element-1b61879 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-1b61879 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-6569368{--spacer-size:50px;}.elementor-18023 .elementor-element.elementor-element-e8ef31b .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-e8ef31b .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-3be1c19{--spacer-size:50px;}.elementor-18023 .elementor-element.elementor-element-8b9e4fa:not(.elementor-motion-effects-element-type-background), .elementor-18023 .elementor-element.elementor-element-8b9e4fa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18023 .elementor-element.elementor-element-8b9e4fa{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18023 .elementor-element.elementor-element-8b9e4fa > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18023 .elementor-element.elementor-element-b4641e9{--spacer-size:50px;}.elementor-18023 .elementor-element.elementor-element-b73bf01 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-b73bf01 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-c058d95{--spacer-size:50px;}.elementor-18023 .elementor-element.elementor-element-808d192 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-808d192 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18023 .elementor-element.elementor-element-7225771{--spacer-size:50px;}@media(min-width:768px){.elementor-18023 .elementor-element.elementor-element-5c6205e3{width:39.848%;}.elementor-18023 .elementor-element.elementor-element-6b288ac2{width:60.152%;}}@media(max-width:1024px){.elementor-18023 .elementor-element.elementor-element-778a4325 > .elementor-element-populated.elementor-column-wrap{padding:0% 8% 0% 0%;}.elementor-18023 .elementor-element.elementor-element-778a4325 > .elementor-element-populated.elementor-widget-wrap{padding:0% 8% 0% 0%;}.elementor-18023 .elementor-element.elementor-element-74d49108 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-18023 .elementor-element.elementor-element-74d49108 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-18023 .elementor-element.elementor-element-1cc4f646{--spacer-size:50px;}.elementor-18023 .elementor-element.elementor-element-3cadb522 > .elementor-widget-container{margin:0px 0px -50px 0px;}.elementor-18023 .elementor-element.elementor-element-65609ea5 > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18023 .elementor-element.elementor-element-c63e5c3 > .elementor-widget-container{margin:20px 0px 0px 0px;padding:28px 30px 28px 30px;}.elementor-18023 .elementor-element.elementor-element-c63e5c3{width:100%;max-width:100%;}.elementor-18023 .elementor-element.elementor-element-a82cee4 > .elementor-widget-container{margin:20px 0px 0px 0px;padding:28px 30px 28px 30px;}.elementor-18023 .elementor-element.elementor-element-a82cee4{width:100%;max-width:100%;}.elementor-18023 .elementor-element.elementor-element-79353bf8 > .elementor-element-populated.elementor-column-wrap{padding:0px 15px 0px 40px;}.elementor-18023 .elementor-element.elementor-element-79353bf8 > .elementor-element-populated.elementor-widget-wrap{padding:0px 15px 0px 40px;}.elementor-18023 .elementor-element.elementor-element-68ef80f5{--spacer-size:28px;}.elementor-18023 .elementor-element.elementor-element-7d68106c{--spacer-size:28px;}.elementor-18023 .elementor-element.elementor-element-700c72a0 > .elementor-container{min-height:27px;}.elementor-18023 .elementor-element.elementor-element-777edfc8 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-18023 .elementor-element.elementor-element-777edfc8 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-18023 .elementor-element.elementor-element-b0d5df7 > .elementor-element-populated{margin:0px 10px 0px 0px;--e-column-margin-right:10px;--e-column-margin-left:0px;}.elementor-18023 .elementor-element.elementor-element-c22ba69{--spacer-size:500px;}.elementor-18023 .elementor-element.elementor-element-395fc0fd > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-18023 .elementor-element.elementor-element-d7c1d20{--spacer-size:500px;}.elementor-18023 .elementor-element.elementor-element-5fa90e2b > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-18023 .elementor-element.elementor-element-5fa90e2b > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-18023 .elementor-element.elementor-element-6e0abe60{--spacer-size:20px;}.elementor-18023 .elementor-element.elementor-element-5fc3661{--spacer-size:20px;}}@media(max-width:767px){.elementor-18023 .elementor-element.elementor-element-2f54fde0{--spacer-size:20px;}.elementor-18023 .elementor-element.elementor-element-1cc4f646{--spacer-size:30px;}.elementor-18023 .elementor-element.elementor-element-3cadb522 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18023 .elementor-element.elementor-element-a82cee4 > .elementor-widget-container{padding:25px 25px 25px 25px;}.elementor-18023 .elementor-element.elementor-element-a82cee4{width:100%;max-width:100%;}.elementor-18023 .elementor-element.elementor-element-79353bf8 > .elementor-element-populated.elementor-column-wrap{padding:0px 10px 0px 10px;}.elementor-18023 .elementor-element.elementor-element-79353bf8 > .elementor-element-populated.elementor-widget-wrap{padding:0px 10px 0px 10px;}.elementor-18023 .elementor-element.elementor-element-700c72a0 > .elementor-container{min-height:22px;}.elementor-18023 .elementor-element.elementor-element-700c72a0 .trx_addons_bg_text_char{font-size:60px;}.elementor-18023 .elementor-element.elementor-element-2e3475e8{padding:0px 20px 0px 20px;}.elementor-18023 .elementor-element.elementor-element-777edfc8 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-18023 .elementor-element.elementor-element-777edfc8 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-18023 .elementor-element.elementor-element-b0d5df7{width:50%;}.elementor-18023 .elementor-element.elementor-element-c22ba69{--spacer-size:250px;}.elementor-18023 .elementor-element.elementor-element-395fc0fd{width:50%;}.elementor-18023 .elementor-element.elementor-element-d7c1d20{--spacer-size:250px;}.elementor-18023 .elementor-element.elementor-element-5fa90e2b > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-18023 .elementor-element.elementor-element-5fa90e2b > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-18023 .elementor-element.elementor-element-6e0abe60{--spacer-size:20px;}.elementor-18023 .elementor-element.elementor-element-5fc3661{--spacer-size:20px;}.elementor-18023 .elementor-element.elementor-element-1c542ce6 > .elementor-element-populated{margin:10px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-18023 .elementor-element.elementor-element-778a4325{width:45%;}.elementor-18023 .elementor-element.elementor-element-74d49108{width:55%;}.elementor-18023 .elementor-element.elementor-element-777edfc8{width:50%;}.elementor-18023 .elementor-element.elementor-element-5fa90e2b{width:50%;}.elementor-18023 .elementor-element.elementor-element-5c6205e3{width:44%;}.elementor-18023 .elementor-element.elementor-element-6b288ac2{width:56%;}.elementor-18023 .elementor-element.elementor-element-2b08305f{width:25%;}.elementor-18023 .elementor-element.elementor-element-1c542ce6{width:75%;}}\";}'),
(159452, 18723, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991832;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4118:\".elementor-18723 .elementor-element.elementor-element-e1db555 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18723 .elementor-element.elementor-element-e1db555{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 55px 25px 55px;}.elementor-18723 .elementor-element.elementor-element-e1db555 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18723 .elementor-element.elementor-element-02cbbb7 .logo_image{max-height:80px;}.elementor-18723 .elementor-element.elementor-element-e65f531 > .elementor-widget-container{margin:-6px 0px 0px 16px;}.elementor-18723 .elementor-element.elementor-element-5534abd > .elementor-widget-container{margin:-7px 0px 0px 8px;}.elementor-18723 .elementor-element.elementor-element-c858ea9 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18723 .elementor-element.elementor-element-c858ea9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 50px 20px 50px;}.elementor-18723 .elementor-element.elementor-element-c858ea9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18723 .elementor-element.elementor-element-edfc430 .logo_image{max-height:80px;}.elementor-18723 .elementor-element.elementor-element-7fbbbed > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-18723 .elementor-element.elementor-element-1d6fd53 > .elementor-widget-container{margin:0px 0px 0px 8px;}@media(min-width:768px){.elementor-18723 .elementor-element.elementor-element-5f98eb8{width:25%;}.elementor-18723 .elementor-element.elementor-element-3a08012{width:50%;}.elementor-18723 .elementor-element.elementor-element-53cb5e1{width:25%;}.elementor-18723 .elementor-element.elementor-element-a067f5b{width:17.862%;}.elementor-18723 .elementor-element.elementor-element-fe556d6{width:82.1%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18723 .elementor-element.elementor-element-5f98eb8{width:20%;}.elementor-18723 .elementor-element.elementor-element-3a08012{width:65%;}.elementor-18723 .elementor-element.elementor-element-53cb5e1{width:15%;}}@media(max-width:1024px){.elementor-18723 .elementor-element.elementor-element-e1db555{padding:15px 15px 15px 15px;}.elementor-18723 .elementor-element.elementor-element-0ec5a4e > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-18723 .elementor-element.elementor-element-e65f531 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18723 .elementor-element.elementor-element-5534abd > .elementor-widget-container{margin:-1px 0px 0px 0px;}.elementor-18723 .elementor-element.elementor-element-c858ea9{padding:15px 30px 15px 30px;}}@media(max-width:767px){.elementor-18723 .elementor-element.elementor-element-c858ea9{padding:10px 20px 10px 20px;}.elementor-18723 .elementor-element.elementor-element-a067f5b{width:50%;}.elementor-18723 .elementor-element.elementor-element-a067f5b > .elementor-element-populated.elementor-column-wrap{padding:0px 10px 0px 0px;}.elementor-18723 .elementor-element.elementor-element-a067f5b > .elementor-element-populated.elementor-widget-wrap{padding:0px 10px 0px 0px;}.elementor-18723 .elementor-element.elementor-element-fe556d6{width:50%;}.elementor-18723 .elementor-element.elementor-element-fe556d6 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 10px;}.elementor-18723 .elementor-element.elementor-element-fe556d6 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 10px;}.elementor-18723 .elementor-element.elementor-element-7fbbbed > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18723 .elementor-element.elementor-element-1d6fd53 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18723 .elementor-element.elementor-element-65df9c0 > .elementor-widget-container{margin:0px 0px 0px 0px;}}\";}'),
(159454, 7074, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991833;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:3869:\".elementor-7074 .elementor-element.elementor-element-91a3141:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-7074 .elementor-element.elementor-element-91a3141 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2020/06/popup-image1.jpg\");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-7074 .elementor-element.elementor-element-91a3141 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-7074 .elementor-element.elementor-element-91a3141 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7074 .elementor-element.elementor-element-637990e{--spacer-size:580px;}.elementor-bc-flex-widget .elementor-7074 .elementor-element.elementor-element-48d3da0.elementor-column .elementor-column-wrap{align-items:center;}.elementor-7074 .elementor-element.elementor-element-48d3da0.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-7074 .elementor-element.elementor-element-48d3da0:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-7074 .elementor-element.elementor-element-48d3da0 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F0ED;}.elementor-7074 .elementor-element.elementor-element-48d3da0 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-7074 .elementor-element.elementor-element-48d3da0 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7074 .elementor-element.elementor-element-48d3da0 > .elementor-element-populated.elementor-column-wrap{padding:40px 62px 40px 62px;}.elementor-7074 .elementor-element.elementor-element-48d3da0 > .elementor-element-populated.elementor-widget-wrap{padding:40px 62px 40px 62px;}.elementor-7074 .elementor-element.elementor-element-9efa3b4 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-7074 .elementor-element.elementor-element-9efa3b4 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-7074 .elementor-element.elementor-element-9efa3b4 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-7074 .elementor-element.elementor-element-0f09534{--spacer-size:28px;}@media(max-width:1024px){.elementor-7074 .elementor-element.elementor-element-637990e{--spacer-size:250px;}.elementor-7074 .elementor-element.elementor-element-48d3da0 > .elementor-element-populated.elementor-column-wrap{padding:35px 30px 35px 30px;}.elementor-7074 .elementor-element.elementor-element-48d3da0 > .elementor-element-populated.elementor-widget-wrap{padding:35px 30px 35px 30px;}.elementor-7074 .elementor-element.elementor-element-9efa3b4 > .elementor-widget-container{margin:-5px 0px 0px 0px;}.elementor-7074 .elementor-element.elementor-element-0f09534{--spacer-size:14px;}}@media(max-width:767px){.elementor-7074 .elementor-element.elementor-element-637990e{--spacer-size:200px;}.elementor-7074 .elementor-element.elementor-element-48d3da0 > .elementor-element-populated.elementor-column-wrap{padding:25px 25px 25px 25px;}.elementor-7074 .elementor-element.elementor-element-48d3da0 > .elementor-element-populated.elementor-widget-wrap{padding:25px 25px 25px 25px;}.elementor-7074 .elementor-element.elementor-element-9efa3b4 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-7074 .elementor-element.elementor-element-0f09534{--spacer-size:6px;}}\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159455, 18101, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991850;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:13590:\".elementor-18101 .elementor-element.elementor-element-140d46a{padding:0px 70px 0px 70px;}.elementor-18101 .elementor-element.elementor-element-88d4c8c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18101 .elementor-element.elementor-element-88d4c8c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18101 .elementor-element.elementor-element-3301f66{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-80bdbcd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-80bdbcd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-80bdbcd > .elementor-widget-container{padding:0% 14% 0% 14%;}.elementor-18101 .elementor-element.elementor-element-ddbb5b6{--spacer-size:35px;}.elementor-18101 .elementor-element.elementor-element-27a8a59{color:#96999F;font-size:16px;}.elementor-18101 .elementor-element.elementor-element-7d37797{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-e3a9b1f{padding:0px 70px 0px 70px;}.elementor-18101 .elementor-element.elementor-element-3b43fb5 > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18101 .elementor-element.elementor-element-68e77b7{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-4f4a86c .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-4f4a86c .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-6bfbc09{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-ed22919 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-ed22919 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-ff94e9e{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-b018a8c:not(.elementor-motion-effects-element-type-background), .elementor-18101 .elementor-element.elementor-element-b018a8c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18101 .elementor-element.elementor-element-b018a8c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18101 .elementor-element.elementor-element-b018a8c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18101 .elementor-element.elementor-element-164a1e2{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-fa3d6f4 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-fa3d6f4 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-fa3d6f4 > .elementor-widget-container{padding:0% 16% 0% 16%;}.elementor-18101 .elementor-element.elementor-element-6ee0661{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-ece2a3b .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-ece2a3b .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-1767978{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-4abb8771:not(.elementor-motion-effects-element-type-background), .elementor-18101 .elementor-element.elementor-element-4abb8771 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18101 .elementor-element.elementor-element-4abb8771 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18101 .elementor-element.elementor-element-4abb8771{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18101 .elementor-element.elementor-element-4808c87f{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-4997bac3{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-a4bcf41{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-1bddb52d .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18101 .elementor-element.elementor-element-1bddb52d{width:auto;max-width:auto;align-self:center;}.elementor-18101 .elementor-element.elementor-element-1bddb52d .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-18101 .elementor-element.elementor-element-24e930a2{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-ac64659{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-777e7829{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-fd20c6c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18101 .elementor-element.elementor-element-fd20c6c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18101 .elementor-element.elementor-element-9c1f516{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-f4eacf1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-f4eacf1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-f4eacf1 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-18101 .elementor-element.elementor-element-8183161{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-57b128f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-57b128f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-9aa2fd0{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-388d508:not(.elementor-motion-effects-element-type-background), .elementor-18101 .elementor-element.elementor-element-388d508 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18101 .elementor-element.elementor-element-388d508{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18101 .elementor-element.elementor-element-388d508 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18101 .elementor-element.elementor-element-4f811fe{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-78c99431 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18101 .elementor-element.elementor-element-78c99431:not(.elementor-motion-effects-element-type-background), .elementor-18101 .elementor-element.elementor-element-78c99431 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18101 .elementor-element.elementor-element-78c99431{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18101 .elementor-element.elementor-element-78c99431 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18101 .elementor-element.elementor-element-1b5250d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-1b5250d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-9b1050e{--spacer-size:32px;}.elementor-18101 .elementor-element.elementor-element-7145e096{color:#1F242E;font-size:22px;font-weight:400;}.elementor-18101 .elementor-element.elementor-element-4f603c27{--spacer-size:32px;}.elementor-18101 .elementor-element.elementor-element-13d7f8fd{--spacer-size:45px;}.elementor-18101 .elementor-element.elementor-element-25e7fbbb > .elementor-widget-container{margin:0px 20px 10px 0px;}.elementor-18101 .elementor-element.elementor-element-25e7fbbb{width:auto;max-width:auto;align-self:flex-start;}.elementor-18101 .elementor-element.elementor-element-f673293 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18101 .elementor-element.elementor-element-f673293{width:auto;max-width:auto;align-self:flex-start;}.elementor-18101 .elementor-element.elementor-element-5d8ac4d{--spacer-size:40px;}.elementor-bc-flex-widget .elementor-18101 .elementor-element.elementor-element-e53b8ca.elementor-column .elementor-column-wrap{align-items:flex-end;}.elementor-18101 .elementor-element.elementor-element-e53b8ca.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18101 .elementor-element.elementor-element-7b8c31d0{z-index:2;}.elementor-18101 .elementor-element.elementor-element-5d912da5 > .elementor-widget-container{margin:0% 0% 0% -110%;}.elementor-18101 .elementor-element.elementor-element-4611edd2{--spacer-size:30px;}.elementor-18101 .elementor-element.elementor-element-545743a9{--spacer-size:30px;}.elementor-18101 .elementor-element.elementor-element-c60f09d:not(.elementor-motion-effects-element-type-background), .elementor-18101 .elementor-element.elementor-element-c60f09d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18101 .elementor-element.elementor-element-c60f09d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18101 .elementor-element.elementor-element-c60f09d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18101 .elementor-element.elementor-element-07ccf18{--spacer-size:50px;}.elementor-18101 .elementor-element.elementor-element-063d47a{--spacer-size:45px;}.elementor-18101 .elementor-element.elementor-element-5982fc6c .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-5982fc6c .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18101 .elementor-element.elementor-element-e95d892{--spacer-size:45px;}@media(min-width:768px){.elementor-18101 .elementor-element.elementor-element-1aa9a694{width:43.788%;}.elementor-18101 .elementor-element.elementor-element-b74d76f{width:56.212%;}.elementor-18101 .elementor-element.elementor-element-e53b8ca{width:65.449%;}.elementor-18101 .elementor-element.elementor-element-3602bede{width:34.549%;}}@media(max-width:1024px){.elementor-18101 .elementor-element.elementor-element-140d46a{padding:0px 30px 0px 30px;}.elementor-18101 .elementor-element.elementor-element-80bdbcd > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18101 .elementor-element.elementor-element-ddbb5b6{--spacer-size:25px;}.elementor-18101 .elementor-element.elementor-element-e3a9b1f{padding:0px 30px 0px 30px;}.elementor-18101 .elementor-element.elementor-element-fa3d6f4 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18101 .elementor-element.elementor-element-7145e096{font-size:20px;}.elementor-18101 .elementor-element.elementor-element-4f603c27{--spacer-size:30px;}.elementor-18101 .elementor-element.elementor-element-13d7f8fd{--spacer-size:30px;}.elementor-18101 .elementor-element.elementor-element-25e7fbbb > .elementor-widget-container{margin:0px 15px 10px 0px;}.elementor-18101 .elementor-element.elementor-element-063d47a{--spacer-size:30px;}.elementor-18101 .elementor-element.elementor-element-5982fc6c > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18101 .elementor-element.elementor-element-e95d892{--spacer-size:30px;}}@media(max-width:767px){.elementor-18101 .elementor-element.elementor-element-140d46a{padding:0px 20px 0px 20px;}.elementor-18101 .elementor-element.elementor-element-80bdbcd > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18101 .elementor-element.elementor-element-ddbb5b6{--spacer-size:15px;}.elementor-18101 .elementor-element.elementor-element-27a8a59{font-size:15px;}.elementor-18101 .elementor-element.elementor-element-e3a9b1f{padding:0% 6% 0% 6%;}.elementor-18101 .elementor-element.elementor-element-3b43fb5 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18101 .elementor-element.elementor-element-f4eacf1 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-18101 .elementor-element.elementor-element-9b1050e{--spacer-size:20px;}.elementor-18101 .elementor-element.elementor-element-7145e096{font-size:18px;}.elementor-18101 .elementor-element.elementor-element-4f603c27{--spacer-size:20px;}.elementor-18101 .elementor-element.elementor-element-13d7f8fd{--spacer-size:20px;}.elementor-18101 .elementor-element.elementor-element-e53b8ca{width:50%;}.elementor-18101 .elementor-element.elementor-element-3602bede{width:50%;}.elementor-18101 .elementor-element.elementor-element-5d912da5 > .elementor-widget-container{margin:0px 0px 0px -50px;}.elementor-18101 .elementor-element.elementor-element-5982fc6c > .elementor-widget-container{margin:0px 0px -20px 0px;}}\";}'),
(159456, 18716, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991850;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4236:\".elementor-18716 .elementor-element.elementor-element-74a35892 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18716 .elementor-element.elementor-element-74a35892{padding:26px 50px 26px 50px;}.elementor-18716 .elementor-element.elementor-element-3adc2d8b > .elementor-widget-container{margin:0px 0px 0px 3px;}.elementor-18716 .elementor-element.elementor-element-13b27261 > .elementor-widget-container{margin:0px 20px 0px 0px;}.elementor-18716 .elementor-element.elementor-element-74d3184c > .elementor-widget-container{margin:0px 0px 0px 8px;}.elementor-18716 .elementor-element.elementor-element-34ad0aff{padding:0px 50px 0px 50px;}.elementor-18716 .elementor-element.elementor-element-3669e2cc{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18716 .elementor-element.elementor-element-3669e2cc .elementor-divider-separator{width:100%;}.elementor-18716 .elementor-element.elementor-element-3669e2cc .elementor-divider{padding-top:5px;padding-bottom:5px;}.elementor-18716 .elementor-element.elementor-element-7ecc318e > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18716 .elementor-element.elementor-element-7ecc318e{padding:4px 50px 19px 50px;}.elementor-18716 .elementor-element.elementor-element-be6b0f2 .elementor-icon-wrapper{text-align:center;}.elementor-18716 .elementor-element.elementor-element-be6b0f2 .elementor-icon i, .elementor-18716 .elementor-element.elementor-element-be6b0f2 .elementor-icon svg{transform:rotate(0deg);}.elementor-18716 .elementor-element.elementor-element-be6b0f2 > .elementor-widget-container{margin:0px 0px -8px 5px;}.elementor-18716 .elementor-element.elementor-element-18152207 > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-18716 .elementor-element.elementor-element-fc3fb46 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18716 .elementor-element.elementor-element-55df2db > .elementor-widget-container{margin:2px 0px 0px 0px;}@media(max-width:1024px){.elementor-18716 .elementor-element.elementor-element-74a35892{padding:15px 15px 15px 15px;}.elementor-18716 .elementor-element.elementor-element-3adc2d8b > .elementor-widget-container{margin:0px 0px 0px -2px;}.elementor-18716 .elementor-element.elementor-element-74d3184c > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18716 .elementor-element.elementor-element-34ad0aff{padding:0px 15px 0px 15px;}.elementor-18716 .elementor-element.elementor-element-7ecc318e{padding:4px 15px 12px 15px;}.elementor-18716 .elementor-element.elementor-element-be6b0f2 > .elementor-widget-container{margin:0px 0px -6px 0px;}.elementor-18716 .elementor-element.elementor-element-fc3fb46{padding:15px 15px 15px 15px;}.elementor-18716 .elementor-element.elementor-element-55df2db > .elementor-widget-container{margin:-3px 0px 0px 0px;}}@media(max-width:767px){.elementor-18716 .elementor-element.elementor-element-fc3fb46{padding:10px 10px 10px 10px;}.elementor-18716 .elementor-element.elementor-element-b6cb43e{width:50%;}.elementor-18716 .elementor-element.elementor-element-3da979a{width:50%;}.elementor-18716 .elementor-element.elementor-element-b26e9d6 > .elementor-widget-container{margin:3px 0px 0px 0px;}.elementor-18716 .elementor-element.elementor-element-6a33c69 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18716 .elementor-element.elementor-element-55df2db > .elementor-widget-container{margin:-3px 0px 0px 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-18716 .elementor-element.elementor-element-1463da34{width:38%;}.elementor-18716 .elementor-element.elementor-element-4373eaab{width:24%;}.elementor-18716 .elementor-element.elementor-element-470fe518{width:38%;}.elementor-18716 .elementor-element.elementor-element-3b06ef56{width:10%;}.elementor-18716 .elementor-element.elementor-element-49b4da62{width:80%;}.elementor-18716 .elementor-element.elementor-element-10a0ca4f{width:10%;}}\";}'),
(159457, 18637, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>'),
(159460, 18712, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:9191:\".elementor-18712 .elementor-element.elementor-element-7f36f89e:not(.elementor-motion-effects-element-type-background), .elementor-18712 .elementor-element.elementor-element-7f36f89e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-18712 .elementor-element.elementor-element-7f36f89e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18712 .elementor-element.elementor-element-7f36f89e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18712 .elementor-element.elementor-element-db8f695{--spacer-size:50px;}.elementor-18712 .elementor-element.elementor-element-5258ec09 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-18712 .elementor-element.elementor-element-5258ec09:not(.elementor-motion-effects-element-type-background), .elementor-18712 .elementor-element.elementor-element-5258ec09 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-18712 .elementor-element.elementor-element-5258ec09{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 50px 0px 50px;}.elementor-18712 .elementor-element.elementor-element-5258ec09 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18712 .elementor-element.elementor-element-41d02c3{--spacer-size:24px;}.elementor-18712 .elementor-element.elementor-element-31fb58a6 .elementor-heading-title{font-size:47px;}.elementor-18712 .elementor-element.elementor-element-59d5e961:not(.elementor-motion-effects-element-type-background), .elementor-18712 .elementor-element.elementor-element-59d5e961 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-18712 .elementor-element.elementor-element-59d5e961{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18712 .elementor-element.elementor-element-59d5e961 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18712 .elementor-element.elementor-element-101f27f3{--spacer-size:14px;}.elementor-18712 .elementor-element.elementor-element-51b3e434{--spacer-size:50px;}.elementor-18712 .elementor-element.elementor-element-253fab8b:not(.elementor-motion-effects-element-type-background), .elementor-18712 .elementor-element.elementor-element-253fab8b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-18712 .elementor-element.elementor-element-253fab8b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 50px 0px 50px;}.elementor-18712 .elementor-element.elementor-element-253fab8b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18712 .elementor-element.elementor-element-692d7f18 > .elementor-element-populated{margin:0% 45% 0% 0%;--e-column-margin-right:45%;--e-column-margin-left:0%;}.elementor-18712 .elementor-element.elementor-element-4481d6cd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18712 .elementor-element.elementor-element-4481d6cd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18712 .elementor-element.elementor-element-73300d3e > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-18712 .elementor-element.elementor-element-5a90bb58 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18712 .elementor-element.elementor-element-5a90bb58 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18712 .elementor-element.elementor-element-245b6779{--spacer-size:6px;}.elementor-18712 .elementor-element.elementor-element-71d6bfa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18712 .elementor-element.elementor-element-71d6bfa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18712 .elementor-element.elementor-element-4cd95e53 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18712 .elementor-element.elementor-element-4cd95e53 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18712 .elementor-element.elementor-element-dd02129{--spacer-size:6px;}.elementor-18712 .elementor-element.elementor-element-4b7bef59 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18712 .elementor-element.elementor-element-4b7bef59 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18712 .elementor-element.elementor-element-6c215bee{--spacer-size:6px;}.elementor-18712 .elementor-element.elementor-element-46a1138e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18712 .elementor-element.elementor-element-2467ae72:not(.elementor-motion-effects-element-type-background), .elementor-18712 .elementor-element.elementor-element-2467ae72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-18712 .elementor-element.elementor-element-2467ae72{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 50px 0px 50px;}.elementor-18712 .elementor-element.elementor-element-2467ae72 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18712 .elementor-element.elementor-element-37df7b5f{--spacer-size:14px;}.elementor-18712 .elementor-element.elementor-element-7a70daa9{--spacer-size:50px;}.elementor-18712 .elementor-element.elementor-element-7ce7f3c8{--divider-border-style:solid;--divider-color:#2A2B2C;--divider-border-width:1px;}.elementor-18712 .elementor-element.elementor-element-7ce7f3c8 .elementor-divider-separator{width:100%;}.elementor-18712 .elementor-element.elementor-element-7ce7f3c8 .elementor-divider{padding-top:10px;padding-bottom:10px;}.elementor-18712 .elementor-element.elementor-element-76acd1a8{--spacer-size:10px;}.elementor-18712 .elementor-element.elementor-element-543c97b6{color:#96999F;font-size:16px;}.elementor-18712 .elementor-element.elementor-element-7c2b3914{--spacer-size:10px;}.elementor-18712 .elementor-element.elementor-element-79138ee3{--spacer-size:10px;}@media(min-width:768px){.elementor-18712 .elementor-element.elementor-element-692d7f18{width:50%;}.elementor-18712 .elementor-element.elementor-element-35c174e{width:16.364%;}.elementor-18712 .elementor-element.elementor-element-17db7987{width:16.818%;}.elementor-18712 .elementor-element.elementor-element-4fd5116c{width:16.78%;}}@media(max-width:1024px){.elementor-18712 .elementor-element.elementor-element-5258ec09{padding:0px 15px 0px 15px;}.elementor-18712 .elementor-element.elementor-element-31fb58a6 .elementor-heading-title{font-size:38px;}.elementor-18712 .elementor-element.elementor-element-253fab8b{padding:0px 15px 0px 15px;}.elementor-18712 .elementor-element.elementor-element-692d7f18 > .elementor-element-populated{margin:0% 0% 0% 0%;--e-column-margin-right:0%;--e-column-margin-left:0%;}.elementor-18712 .elementor-element.elementor-element-73300d3e > .elementor-widget-container{margin:-5px 0px 0px 0px;}.elementor-18712 .elementor-element.elementor-element-46a1138e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18712 .elementor-element.elementor-element-2467ae72{padding:0px 15px 0px 15px;}}@media(max-width:767px){.elementor-18712 .elementor-element.elementor-element-5258ec09{padding:0px 10px 0px 10px;}.elementor-18712 .elementor-element.elementor-element-46b64485 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18712 .elementor-element.elementor-element-31fb58a6 .elementor-heading-title{font-size:28px;}.elementor-18712 .elementor-element.elementor-element-101f27f3{--spacer-size:20px;}.elementor-18712 .elementor-element.elementor-element-253fab8b{padding:0px 10px 0px 10px;}.elementor-18712 .elementor-element.elementor-element-35c174e > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18712 .elementor-element.elementor-element-17db7987 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18712 .elementor-element.elementor-element-4fd5116c > .elementor-element-populated{margin:10px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18712 .elementor-element.elementor-element-2467ae72{padding:0px 10px 0px 10px;}.elementor-18712 .elementor-element.elementor-element-543c97b6{font-size:15px;line-height:1.4em;}}@media(max-width:1024px) and (min-width:768px){.elementor-18712 .elementor-element.elementor-element-2888c810{width:35%;}.elementor-18712 .elementor-element.elementor-element-46b64485{width:65%;}.elementor-18712 .elementor-element.elementor-element-692d7f18{width:35%;}.elementor-18712 .elementor-element.elementor-element-35c174e{width:20%;}.elementor-18712 .elementor-element.elementor-element-17db7987{width:20%;}.elementor-18712 .elementor-element.elementor-element-4fd5116c{width:25%;}}\";}'),
(159461, 18728, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4502:\".elementor-18728 .elementor-element.elementor-element-d811f97 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18728 .elementor-element.elementor-element-d811f97{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 55px 25px 55px;}.elementor-18728 .elementor-element.elementor-element-d811f97 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18728 .elementor-element.elementor-element-a2dfc99 .logo_image{max-height:80px;}.elementor-18728 .elementor-element.elementor-element-062be35 > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-18728 .elementor-element.elementor-element-0f223cc > .elementor-widget-container{margin:-1px 0px 0px 8px;}.elementor-18728 .elementor-element.elementor-element-af8a954 .elementor-icon-wrapper{text-align:center;}.elementor-18728 .elementor-element.elementor-element-af8a954 .elementor-icon i, .elementor-18728 .elementor-element.elementor-element-af8a954 .elementor-icon svg{transform:rotate(0deg);}.elementor-18728 .elementor-element.elementor-element-af8a954 > .elementor-widget-container{margin:5px 0px 0px 5px;}.elementor-18728 .elementor-element.elementor-element-b880c9e > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18728 .elementor-element.elementor-element-b880c9e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 50px 25px 50px;}.elementor-18728 .elementor-element.elementor-element-b880c9e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18728 .elementor-element.elementor-element-e259ea0 .logo_image{max-height:80px;}.elementor-18728 .elementor-element.elementor-element-0578f3b > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-18728 .elementor-element.elementor-element-8d62596 > .elementor-widget-container{margin:0px 0px 0px 8px;}@media(min-width:768px){.elementor-18728 .elementor-element.elementor-element-b27ef96{width:17.862%;}.elementor-18728 .elementor-element.elementor-element-4ea15cb{width:82.1%;}.elementor-18728 .elementor-element.elementor-element-5b5fbfd{width:17.862%;}.elementor-18728 .elementor-element.elementor-element-3d35f10{width:82.1%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18728 .elementor-element.elementor-element-b27ef96{width:20%;}.elementor-18728 .elementor-element.elementor-element-4ea15cb{width:80%;}}@media(max-width:1024px){.elementor-18728 .elementor-element.elementor-element-d811f97{padding:15px 15px 15px 15px;}.elementor-18728 .elementor-element.elementor-element-687757c > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-18728 .elementor-element.elementor-element-062be35 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18728 .elementor-element.elementor-element-0f223cc > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18728 .elementor-element.elementor-element-af8a954 > .elementor-widget-container{margin:3px 0px 0px 0px;}.elementor-18728 .elementor-element.elementor-element-b880c9e{padding:15px 30px 15px 30px;}}@media(max-width:767px){.elementor-18728 .elementor-element.elementor-element-b880c9e{padding:10px 20px 10px 20px;}.elementor-18728 .elementor-element.elementor-element-5b5fbfd{width:50%;}.elementor-18728 .elementor-element.elementor-element-5b5fbfd > .elementor-element-populated.elementor-column-wrap{padding:0px 10px 0px 0px;}.elementor-18728 .elementor-element.elementor-element-5b5fbfd > .elementor-element-populated.elementor-widget-wrap{padding:0px 10px 0px 0px;}.elementor-18728 .elementor-element.elementor-element-3d35f10{width:50%;}.elementor-18728 .elementor-element.elementor-element-3d35f10 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 10px;}.elementor-18728 .elementor-element.elementor-element-3d35f10 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 10px;}.elementor-18728 .elementor-element.elementor-element-0578f3b > .elementor-widget-container{margin:-4px 0px 0px 0px;}.elementor-18728 .elementor-element.elementor-element-8d62596 > .elementor-widget-container{margin:-3px 0px 0px 0px;}.elementor-18728 .elementor-element.elementor-element-1664593 > .elementor-widget-container{margin:0px 0px 0px 0px;}}\";}'),
(159462, 19096, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:2641:\".elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}@media(max-width:1024px){.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:30px;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:280px;}}\";}'),
(159463, 18191, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:6003:\".elementor-18191 .elementor-element.elementor-element-b49521f:not(.elementor-motion-effects-element-type-background), .elementor-18191 .elementor-element.elementor-element-b49521f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#763235;}.elementor-18191 .elementor-element.elementor-element-b49521f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 55px 0px 55px;}.elementor-18191 .elementor-element.elementor-element-b49521f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18191 .elementor-element.elementor-element-341eaca{--spacer-size:222px;}.elementor-18191 .elementor-element.elementor-element-4b2228d > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18191 .elementor-element.elementor-element-b6aa39c .sc_item_title_text{-webkit-text-stroke-width:0px;font-size:96px;text-transform:uppercase;line-height:1em;}.elementor-18191 .elementor-element.elementor-element-b6aa39c .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18191 .elementor-element.elementor-element-4a0593d .sc_item_title_text{-webkit-text-stroke-width:0px;font-size:75px;text-transform:uppercase;line-height:1em;}.elementor-18191 .elementor-element.elementor-element-4a0593d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18191 .elementor-element.elementor-element-c246edf .elementor-heading-title{font-size:14px;font-weight:400;text-transform:uppercase;line-height:1.6em;letter-spacing:0.8px;}.elementor-18191 .elementor-element.elementor-element-c246edf > .elementor-widget-container{padding:0% 0% 2% 15%;}.elementor-18191 .elementor-element.elementor-element-874330d .elementor-heading-title{font-size:14px;font-weight:400;text-transform:uppercase;line-height:1.6em;letter-spacing:0.8px;}.elementor-18191 .elementor-element.elementor-element-874330d > .elementor-widget-container{padding:0% 0% 1% 6%;}.elementor-18191 .elementor-element.elementor-element-404f2ec:not(.elementor-motion-effects-element-type-background), .elementor-18191 .elementor-element.elementor-element-404f2ec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#763235;}.elementor-18191 .elementor-element.elementor-element-404f2ec{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 70px 0px 70px;}.elementor-18191 .elementor-element.elementor-element-404f2ec > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18191 .elementor-element.elementor-element-1e2d0d4:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18191 .elementor-element.elementor-element-1e2d0d4 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#763235;}.elementor-18191 .elementor-element.elementor-element-1e2d0d4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18191 .elementor-element.elementor-element-1e2d0d4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18191 .elementor-element.elementor-element-a56c47c{--spacer-size:64px;}.elementor-18191 .elementor-element.elementor-element-2c6e749 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18191 .elementor-element.elementor-element-2c6e749 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18191 .elementor-element.elementor-element-cca6175{--spacer-size:80px;}@media(max-width:1024px){.elementor-18191 .elementor-element.elementor-element-b49521f{padding:0px 15px 0px 15px;}.elementor-18191 .elementor-element.elementor-element-341eaca{--spacer-size:150px;}.elementor-18191 .elementor-element.elementor-element-b6aa39c .sc_item_title_text{font-size:65px;}.elementor-18191 .elementor-element.elementor-element-4a0593d .sc_item_title_text{font-size:65px;}.elementor-18191 .elementor-element.elementor-element-f28e865 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18191 .elementor-element.elementor-element-874330d > .elementor-widget-container{padding:0% 37% 0% 0%;}.elementor-18191 .elementor-element.elementor-element-404f2ec{padding:0px 30px 0px 30px;}.elementor-18191 .elementor-element.elementor-element-a56c47c{--spacer-size:50px;}.elementor-18191 .elementor-element.elementor-element-cca6175{--spacer-size:70px;}}@media(max-width:767px){.elementor-18191 .elementor-element.elementor-element-b49521f{padding:0px 10px 0px 10px;}.elementor-18191 .elementor-element.elementor-element-341eaca{--spacer-size:120px;}.elementor-18191 .elementor-element.elementor-element-b6aa39c .sc_item_title_text{font-size:30px;}.elementor-18191 .elementor-element.elementor-element-4a0593d .sc_item_title_text{font-size:30px;}.elementor-18191 .elementor-element.elementor-element-f28e865 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18191 .elementor-element.elementor-element-874330d > .elementor-widget-container{padding:0% 10% 0% 0%;}.elementor-18191 .elementor-element.elementor-element-404f2ec{padding:0px 20px 0px 20px;}.elementor-18191 .elementor-element.elementor-element-a56c47c{--spacer-size:30px;}.elementor-18191 .elementor-element.elementor-element-cca6175{--spacer-size:50px;}}@media(min-width:768px){.elementor-18191 .elementor-element.elementor-element-eb10292{width:65%;}.elementor-18191 .elementor-element.elementor-element-f28e865{width:35%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18191 .elementor-element.elementor-element-eb10292{width:100%;}.elementor-18191 .elementor-element.elementor-element-f28e865{width:100%;}}\";}'),
(159464, 19098, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:2628:\".elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}@media(max-width:1024px){.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:30px;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:280px;}}\";}'),
(159465, 6817, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1801:\".elementor-6817 .elementor-element.elementor-element-684517c8 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-6817 .elementor-element.elementor-element-684517c8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:33px 55px 29px 55px;}.elementor-6817 .elementor-element.elementor-element-684517c8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6817 .elementor-element.elementor-element-83fe61a > .elementor-element-populated{margin:0px 55px 0px 55px;--e-column-margin-right:55px;--e-column-margin-left:55px;}.elementor-6817 .elementor-element.elementor-element-0f816ad{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1px;}.elementor-6817 .elementor-element.elementor-element-0f816ad .elementor-divider-separator{width:100%;}.elementor-6817 .elementor-element.elementor-element-0f816ad .elementor-divider{padding-top:2px;padding-bottom:2px;}@media(max-width:1024px){.elementor-6817 .elementor-element.elementor-element-684517c8{padding:15px 15px 15px 15px;}.elementor-6817 .elementor-element.elementor-element-83fe61a > .elementor-element-populated{margin:0px 15px 0px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;}}@media(max-width:767px){.elementor-6817 .elementor-element.elementor-element-684517c8{padding:10px 10px 10px 10px;}.elementor-6817 .elementor-element.elementor-element-6de97311{width:55%;}.elementor-6817 .elementor-element.elementor-element-64406aba{width:45%;}.elementor-6817 .elementor-element.elementor-element-83fe61a > .elementor-element-populated{margin:0px 10px 0px 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;}}\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159466, 19100, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:2628:\".elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}@media(max-width:1024px){.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:30px;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:280px;}}\";}'),
(159467, 19102, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:2628:\".elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}@media(max-width:1024px){.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:30px;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:280px;}}\";}'),
(159468, 18695, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:2069:\".elementor-18695 .elementor-element.elementor-element-4138b9ad > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18695 .elementor-element.elementor-element-4138b9ad:not(.elementor-motion-effects-element-type-background), .elementor-18695 .elementor-element.elementor-element-4138b9ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-18695 .elementor-element.elementor-element-4138b9ad{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 55px 25px 55px;}.elementor-18695 .elementor-element.elementor-element-4138b9ad > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18695 .elementor-element.elementor-element-47c7daf1{color:#D2D3D5;font-size:16px;}.elementor-18695 .elementor-element.elementor-element-71b9a0c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18695 .elementor-element.elementor-element-71b9a0c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-18695 .elementor-element.elementor-element-6d975e96{width:40%;}.elementor-18695 .elementor-element.elementor-element-57a1550e{width:19.332%;}.elementor-18695 .elementor-element.elementor-element-182cd05{width:40%;}}@media(max-width:1024px){.elementor-18695 .elementor-element.elementor-element-4138b9ad{padding:15px 15px 15px 15px;}}@media(max-width:767px){.elementor-18695 .elementor-element.elementor-element-4138b9ad{padding:20px 0px 20px 0px;}.elementor-18695 .elementor-element.elementor-element-47c7daf1{font-size:15px;line-height:1.4em;}.elementor-18695 .elementor-element.elementor-element-57a1550e > .elementor-element-populated{margin:15px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18695 .elementor-element.elementor-element-182cd05 > .elementor-element-populated{margin:15px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}\";}'),
(159469, 18204, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991852;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:22731:\".elementor-18204 .elementor-element.elementor-element-3722838{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-272ffe2 > .elementor-container{min-height:67px;}.elementor-18204 .elementor-element.elementor-element-272ffe2 .trx_addons_bg_text_char{color:#18191A;font-size:1em;font-weight:300;letter-spacing:-2px;}.elementor-18204 .elementor-element.elementor-element-28dbad8{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-9cc4d61{padding:0px 70px 0px 70px;}.elementor-18204 .elementor-element.elementor-element-b0c0f65 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-b0c0f65 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-b0c0f65 > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18204 .elementor-element.elementor-element-f92106a{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-3b726ecd > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18204 .elementor-element.elementor-element-3b726ecd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18204 .elementor-element.elementor-element-3b726ecd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-74f0621e:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18204 .elementor-element.elementor-element-74f0621e > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-12.jpg\");background-position:top center;background-size:cover;}.elementor-18204 .elementor-element.elementor-element-74f0621e > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18204 .elementor-element.elementor-element-74f0621e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-3ff11be2{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-1d80c232 > .elementor-element-populated{margin:0% 0% 0% 0%;--e-column-margin-right:0%;--e-column-margin-left:0%;}.elementor-18204 .elementor-element.elementor-element-1d80c232 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 14%;}.elementor-18204 .elementor-element.elementor-element-1d80c232 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 14%;}.elementor-18204 .elementor-element.elementor-element-28d62b62{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-2af7ea4e{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-75f4b3fa{--spacer-size:28px;}.elementor-18204 .elementor-element.elementor-element-1889a59c .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-1889a59c .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-1889a59c > .elementor-widget-container{margin:0% 0% 0% -40%;}.elementor-18204 .elementor-element.elementor-element-60470f64{--spacer-size:41px;}.elementor-18204 .elementor-element.elementor-element-5c2025f{--spacer-size:49px;}.elementor-18204 .elementor-element.elementor-element-3ddf2eaf{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-34975d7c{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-73302e8{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-38281b8 > .elementor-container{min-height:67px;}.elementor-18204 .elementor-element.elementor-element-38281b8 .trx_addons_bg_text_char{color:#18191A;font-size:1em;font-weight:300;letter-spacing:-2px;}.elementor-18204 .elementor-element.elementor-element-32d4b843{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18204 .elementor-element.elementor-element-32d4b843 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-341a4dce{--spacer-size:90px;}.elementor-18204 .elementor-element.elementor-element-2991c01e{--spacer-size:27px;}.elementor-18204 .elementor-element.elementor-element-dd20dbe > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18204 .elementor-element.elementor-element-dd20dbe:not(.elementor-motion-effects-element-type-background), .elementor-18204 .elementor-element.elementor-element-dd20dbe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18204 .elementor-element.elementor-element-dd20dbe{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18204 .elementor-element.elementor-element-dd20dbe > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-82d236f > .elementor-element-populated{margin:0% 0% 0% 0%;--e-column-margin-right:0%;--e-column-margin-left:0%;}.elementor-18204 .elementor-element.elementor-element-82d236f > .elementor-element-populated.elementor-column-wrap{padding:13% 14% 14% 14%;}.elementor-18204 .elementor-element.elementor-element-82d236f > .elementor-element-populated.elementor-widget-wrap{padding:13% 14% 14% 14%;}.elementor-18204 .elementor-element.elementor-element-1abbc0a .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-1abbc0a .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-0f2c4e7{--spacer-size:30px;}.elementor-18204 .elementor-element.elementor-element-f2d6411{--spacer-size:40px;}.elementor-18204 .elementor-element.elementor-element-80c15a2{color:#96999F;font-size:24px;}.elementor-18204 .elementor-element.elementor-element-f85bcf0:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18204 .elementor-element.elementor-element-f85bcf0 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-14.jpg\");background-position:top center;background-size:cover;}.elementor-18204 .elementor-element.elementor-element-f85bcf0 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18204 .elementor-element.elementor-element-f85bcf0 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-6f1a236{--spacer-size:250px;}.elementor-18204 .elementor-element.elementor-element-21ca4a1{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-ae7cf7d > .elementor-container{min-height:67px;}.elementor-18204 .elementor-element.elementor-element-ae7cf7d .trx_addons_bg_text_char{color:#18191A;font-size:1em;font-weight:300;letter-spacing:-2px;}.elementor-18204 .elementor-element.elementor-element-66df6e9{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-9496664 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18204 .elementor-element.elementor-element-9496664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-18204 .elementor-element.elementor-element-9496664 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-0654ab2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18204 .elementor-element.elementor-element-0654ab2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-0654ab2 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-18204 .elementor-element.elementor-element-0654ab2 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-18204 .elementor-element.elementor-element-0654ab2{z-index:2;}.elementor-18204 .elementor-element.elementor-element-5076478{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18204 .elementor-element.elementor-element-5076478 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-1e686e9:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18204 .elementor-element.elementor-element-1e686e9 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-17.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18204 .elementor-element.elementor-element-1e686e9 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-18204 .elementor-element.elementor-element-1e686e9 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-1e686e9 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-18204 .elementor-element.elementor-element-1e686e9 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-18204 .elementor-element.elementor-element-5cdf6e2{--spacer-size:700px;}.elementor-bc-flex-widget .elementor-18204 .elementor-element.elementor-element-e9d07b5.elementor-column .elementor-column-wrap{align-items:center;}.elementor-18204 .elementor-element.elementor-element-e9d07b5.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18204 .elementor-element.elementor-element-e9d07b5:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18204 .elementor-element.elementor-element-e9d07b5 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-16.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18204 .elementor-element.elementor-element-e9d07b5 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-18204 .elementor-element.elementor-element-e9d07b5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-e9d07b5 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-18204 .elementor-element.elementor-element-e9d07b5 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-18204 .elementor-element.elementor-element-7f13499{--spacer-size:700px;}.elementor-18204 .elementor-element.elementor-element-3afde35 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18204 .elementor-element.elementor-element-3afde35 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-3afde35 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-18204 .elementor-element.elementor-element-3afde35 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-18204 .elementor-element.elementor-element-8257258 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-8257258 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-44f761f{--spacer-size:27px;}.elementor-18204 .elementor-element.elementor-element-aeb4aa0{--spacer-size:39px;}.elementor-18204 .elementor-element.elementor-element-097114d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-097114d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-9eaa3f4:not(.elementor-motion-effects-element-type-background), .elementor-18204 .elementor-element.elementor-element-9eaa3f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18204 .elementor-element.elementor-element-9eaa3f4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18204 .elementor-element.elementor-element-9eaa3f4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-f6cce81{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-e8b1494 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-e8b1494 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-c315e57{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-e3d3faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-e3d3faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-e3d3faa > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18204 .elementor-element.elementor-element-391798d{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-1f3eca50:not(.elementor-motion-effects-element-type-background), .elementor-18204 .elementor-element.elementor-element-1f3eca50 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-13.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18204 .elementor-element.elementor-element-1f3eca50 > .elementor-background-overlay{background-color:#161412;opacity:0.3;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18204 .elementor-element.elementor-element-1f3eca50{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18204 .elementor-element.elementor-element-771f87f1{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-40fc18ce{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-f8d4a42{--spacer-size:25px;}.elementor-18204 .elementor-element.elementor-element-7090ebb6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-7090ebb6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18204 .elementor-element.elementor-element-7090ebb6 > .elementor-widget-container{padding:0% 25% 0% 25%;}.elementor-18204 .elementor-element.elementor-element-f75d245{--spacer-size:20px;}.elementor-18204 .elementor-element.elementor-element-5238ea60{--spacer-size:50px;}.elementor-18204 .elementor-element.elementor-element-600951c9{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-18204 .elementor-element.elementor-element-0654ab2{width:50%;}.elementor-18204 .elementor-element.elementor-element-3afde35{width:50%;}}@media(max-width:1024px){.elementor-18204 .elementor-element.elementor-element-272ffe2 > .elementor-container{min-height:52px;}.elementor-18204 .elementor-element.elementor-element-9cc4d61{padding:0px 30px 0px 30px;}.elementor-18204 .elementor-element.elementor-element-3ff11be2{--spacer-size:250px;}.elementor-18204 .elementor-element.elementor-element-60470f64{--spacer-size:25px;}.elementor-18204 .elementor-element.elementor-element-5c2025f{--spacer-size:30px;}.elementor-18204 .elementor-element.elementor-element-38281b8 > .elementor-container{min-height:52px;}.elementor-18204 .elementor-element.elementor-element-341a4dce{--spacer-size:60px;}.elementor-18204 .elementor-element.elementor-element-82d236f > .elementor-element-populated.elementor-column-wrap{padding:60px 30px 60px 30px;}.elementor-18204 .elementor-element.elementor-element-82d236f > .elementor-element-populated.elementor-widget-wrap{padding:60px 30px 60px 30px;}.elementor-18204 .elementor-element.elementor-element-ae7cf7d > .elementor-container{min-height:52px;}.elementor-18204 .elementor-element.elementor-element-0654ab2 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-18204 .elementor-element.elementor-element-0654ab2 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-18204 .elementor-element.elementor-element-1e686e9 > .elementor-element-populated{margin:0px 10px 0px 0px;--e-column-margin-right:10px;--e-column-margin-left:0px;}.elementor-18204 .elementor-element.elementor-element-5cdf6e2{--spacer-size:500px;}.elementor-18204 .elementor-element.elementor-element-e9d07b5 > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-18204 .elementor-element.elementor-element-7f13499{--spacer-size:500px;}.elementor-18204 .elementor-element.elementor-element-3afde35 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-18204 .elementor-element.elementor-element-3afde35 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-18204 .elementor-element.elementor-element-44f761f{--spacer-size:20px;}.elementor-18204 .elementor-element.elementor-element-aeb4aa0{--spacer-size:30px;}.elementor-18204 .elementor-element.elementor-element-097114d > .elementor-widget-container{margin:0px 0px -50px 0px;}.elementor-18204 .elementor-element.elementor-element-7090ebb6 > .elementor-widget-container{padding:0% 15% 0% 15%;}}@media(max-width:767px){.elementor-18204 .elementor-element.elementor-element-272ffe2 > .elementor-container{min-height:33px;}.elementor-18204 .elementor-element.elementor-element-272ffe2 .trx_addons_bg_text_char{font-size:60px;}.elementor-18204 .elementor-element.elementor-element-9cc4d61{padding:0% 6% 0% 6%;}.elementor-18204 .elementor-element.elementor-element-b0c0f65 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18204 .elementor-element.elementor-element-1d80c232{width:100%;}.elementor-18204 .elementor-element.elementor-element-1d80c232 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18204 .elementor-element.elementor-element-1d80c232 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-18204 .elementor-element.elementor-element-1d80c232 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-18204 .elementor-element.elementor-element-75f4b3fa{--spacer-size:35px;}.elementor-18204 .elementor-element.elementor-element-1889a59c > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18204 .elementor-element.elementor-element-60470f64{--spacer-size:20px;}.elementor-18204 .elementor-element.elementor-element-5c2025f{--spacer-size:22px;}.elementor-18204 .elementor-element.elementor-element-38281b8 > .elementor-container{min-height:33px;}.elementor-18204 .elementor-element.elementor-element-38281b8 .trx_addons_bg_text_char{font-size:60px;}.elementor-18204 .elementor-element.elementor-element-341a4dce{--spacer-size:40px;}.elementor-18204 .elementor-element.elementor-element-82d236f{width:100%;}.elementor-18204 .elementor-element.elementor-element-82d236f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18204 .elementor-element.elementor-element-82d236f > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 12% 6%;}.elementor-18204 .elementor-element.elementor-element-82d236f > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 12% 6%;}.elementor-18204 .elementor-element.elementor-element-f2d6411{--spacer-size:30px;}.elementor-18204 .elementor-element.elementor-element-80c15a2{font-size:15px;}.elementor-18204 .elementor-element.elementor-element-ae7cf7d > .elementor-container{min-height:33px;}.elementor-18204 .elementor-element.elementor-element-ae7cf7d .trx_addons_bg_text_char{font-size:60px;}.elementor-18204 .elementor-element.elementor-element-0654ab2 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-18204 .elementor-element.elementor-element-0654ab2 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-18204 .elementor-element.elementor-element-1e686e9{width:50%;}.elementor-18204 .elementor-element.elementor-element-5cdf6e2{--spacer-size:250px;}.elementor-18204 .elementor-element.elementor-element-e9d07b5{width:50%;}.elementor-18204 .elementor-element.elementor-element-7f13499{--spacer-size:250px;}.elementor-18204 .elementor-element.elementor-element-3afde35 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-18204 .elementor-element.elementor-element-3afde35 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-18204 .elementor-element.elementor-element-44f761f{--spacer-size:20px;}.elementor-18204 .elementor-element.elementor-element-aeb4aa0{--spacer-size:25px;}.elementor-18204 .elementor-element.elementor-element-097114d > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18204 .elementor-element.elementor-element-7090ebb6 > .elementor-widget-container{padding:0% 0% 0% 0%;}}\";}'),
(159470, 18733, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991852;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:2986:\".elementor-18733 .elementor-element.elementor-element-7e3eee56 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18733 .elementor-element.elementor-element-7e3eee56{padding:20px 50px 20px 50px;}.elementor-18733 .elementor-element.elementor-element-16cb9272 > .elementor-widget-container{margin:0px 0px 0px 8px;}.elementor-18733 .elementor-element.elementor-element-5d580734 .elementor-icon-wrapper{text-align:center;}.elementor-18733 .elementor-element.elementor-element-5d580734 .elementor-icon i, .elementor-18733 .elementor-element.elementor-element-5d580734 .elementor-icon svg{transform:rotate(0deg);}.elementor-18733 .elementor-element.elementor-element-5d580734 > .elementor-widget-container{margin:0px 0px -6px 5px;}.elementor-18733 .elementor-element.elementor-element-8d6666f > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18733 .elementor-element.elementor-element-8d6666f{padding:20px 50px 20px 50px;}.elementor-18733 .elementor-element.elementor-element-89e4c19 > .elementor-widget-container{margin:0px 0px 0px 8px;}@media(min-width:768px){.elementor-18733 .elementor-element.elementor-element-6a683453{width:42.084%;}.elementor-18733 .elementor-element.elementor-element-3c1c0117{width:15.494%;}.elementor-18733 .elementor-element.elementor-element-29171508{width:42.057%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18733 .elementor-element.elementor-element-6a683453{width:35%;}.elementor-18733 .elementor-element.elementor-element-3c1c0117{width:30%;}.elementor-18733 .elementor-element.elementor-element-29171508{width:35%;}.elementor-18733 .elementor-element.elementor-element-6cc5c17{width:50%;}.elementor-18733 .elementor-element.elementor-element-5c0062b{width:50%;}}@media(max-width:1024px){.elementor-18733 .elementor-element.elementor-element-7e3eee56{padding:15px 15px 15px 15px;}.elementor-18733 .elementor-element.elementor-element-16cb9272 > .elementor-widget-container{margin:-3px 0px 0px 8px;}.elementor-18733 .elementor-element.elementor-element-5d580734 > .elementor-widget-container{margin:3px 0px 0px 5px;}.elementor-18733 .elementor-element.elementor-element-8d6666f{padding:15px 15px 15px 15px;}}@media(max-width:767px){.elementor-18733 .elementor-element.elementor-element-8d6666f{padding:10px 10px 10px 10px;}.elementor-18733 .elementor-element.elementor-element-6cc5c17{width:50%;}.elementor-18733 .elementor-element.elementor-element-5c0062b{width:50%;}.elementor-18733 .elementor-element.elementor-element-56c28c3 > .elementor-widget-container{margin:-1px 0px 0px 0px;}.elementor-18733 .elementor-element.elementor-element-89e4c19 > .elementor-widget-container{margin:1px 0px 0px 0px;}.elementor-18733 .elementor-element.elementor-element-28e9495 > .elementor-widget-container{margin:6px 0px 0px 0px;}}\";}'),
(159471, 18754, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991852;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1936:\".elementor-18754 .elementor-element.elementor-element-ea06998 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18754 .elementor-element.elementor-element-ea06998:not(.elementor-motion-effects-element-type-background), .elementor-18754 .elementor-element.elementor-element-ea06998 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-18754 .elementor-element.elementor-element-ea06998{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 0px 25px 0px;}.elementor-18754 .elementor-element.elementor-element-ea06998 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18754 .elementor-element.elementor-element-1092bde{color:#D2D3D5;font-size:16px;}.elementor-18754 .elementor-element.elementor-element-179c8a7 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18754 .elementor-element.elementor-element-179c8a7 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-18754 .elementor-element.elementor-element-0e2d9d3{width:40%;}.elementor-18754 .elementor-element.elementor-element-44914ab{width:19.332%;}.elementor-18754 .elementor-element.elementor-element-f1c052d{width:40%;}}@media(max-width:767px){.elementor-18754 .elementor-element.elementor-element-ea06998{padding:25px 0px 25px 0px;}.elementor-18754 .elementor-element.elementor-element-0e2d9d3 > .elementor-element-populated{margin:15px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18754 .elementor-element.elementor-element-1092bde{font-size:15px;line-height:1.4em;}.elementor-18754 .elementor-element.elementor-element-44914ab > .elementor-element-populated{margin:15px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159472, 18240, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991853;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16522:\".elementor-18240 .elementor-element.elementor-element-82b913e{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-4a0d1aa7 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18240 .elementor-element.elementor-element-4a0d1aa7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18240 .elementor-element.elementor-element-4a0d1aa7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18240 .elementor-element.elementor-element-50a69218{--spacer-size:100px;}.elementor-bc-flex-widget .elementor-18240 .elementor-element.elementor-element-27cd139c.elementor-column .elementor-column-wrap{align-items:flex-end;}.elementor-18240 .elementor-element.elementor-element-27cd139c.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18240 .elementor-element.elementor-element-5367c215 > .elementor-widget-container{margin:0% 0% 0% -110%;}.elementor-18240 .elementor-element.elementor-element-780afd17 > .elementor-element-populated{margin:0% 0% 0% 18%;--e-column-margin-right:0%;--e-column-margin-left:18%;}.elementor-18240 .elementor-element.elementor-element-40153f5 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-40153f5 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-51b784cb{--spacer-size:30px;}.elementor-18240 .elementor-element.elementor-element-1d2f7a73{color:#6B6E71;}.elementor-18240 .elementor-element.elementor-element-5f856954{--spacer-size:35px;}.elementor-18240 .elementor-element.elementor-element-50d038bc{color:#727272;font-size:15px;font-weight:400;text-transform:uppercase;letter-spacing:1px;}.elementor-18240 .elementor-element.elementor-element-50d038bc > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18240 .elementor-element.elementor-element-27015bf7{--spacer-size:40px;}.elementor-18240 .elementor-element.elementor-element-3b7c742{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-3d7c735b{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18240 .elementor-element.elementor-element-3d7c735b:not(.elementor-motion-effects-element-type-background), .elementor-18240 .elementor-element.elementor-element-3d7c735b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18240 .elementor-element.elementor-element-3d7c735b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18240 .elementor-element.elementor-element-d91a0e6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-d91a0e6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-a0aefb9{--spacer-size:55px;}.elementor-18240 .elementor-element.elementor-element-76dab492{--spacer-size:60px;}.elementor-18240 .elementor-element.elementor-element-3ed0af05:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18240 .elementor-element.elementor-element-3ed0af05 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18240 .elementor-element.elementor-element-3ed0af05 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18240 .elementor-element.elementor-element-3ed0af05 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18240 .elementor-element.elementor-element-3ed0af05{z-index:9;}.elementor-18240 .elementor-element.elementor-element-4562810c .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-4562810c .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-0df752b > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18240 .elementor-element.elementor-element-0df752b:not(.elementor-motion-effects-element-type-background), .elementor-18240 .elementor-element.elementor-element-0df752b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#415446;}.elementor-18240 .elementor-element.elementor-element-0df752b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 0px 80px 0px;}.elementor-18240 .elementor-element.elementor-element-0df752b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18240 .elementor-element.elementor-element-9a95f7f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-9a95f7f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-8898e3f{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-c20eddd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-c20eddd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-c39664a{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-1b4f21d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-1b4f21d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-a488e98{--spacer-size:70px;}.elementor-18240 .elementor-element.elementor-element-2d12f6e{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-2cf467e > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18240 .elementor-element.elementor-element-e56a35a .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-e56a35a .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-d6b6deb{--spacer-size:10px;}.elementor-18240 .elementor-element.elementor-element-e770b9d{--spacer-size:10px;}.elementor-18240 .elementor-element.elementor-element-8b670d8{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-fe555e6:not(.elementor-motion-effects-element-type-background), .elementor-18240 .elementor-element.elementor-element-fe555e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18240 .elementor-element.elementor-element-fe555e6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18240 .elementor-element.elementor-element-fe555e6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18240 .elementor-element.elementor-element-59a6e84{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-e1b39fb .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-e1b39fb .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-92636a5{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-55c7de8 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-55c7de8 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-55c7de8 > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18240 .elementor-element.elementor-element-9479505{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-6c9f8e93 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18240 .elementor-element.elementor-element-6c9f8e93:not(.elementor-motion-effects-element-type-background), .elementor-18240 .elementor-element.elementor-element-6c9f8e93 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F0EA;}.elementor-18240 .elementor-element.elementor-element-6c9f8e93{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18240 .elementor-element.elementor-element-6c9f8e93 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18240 .elementor-element.elementor-element-d405984 > .elementor-element-populated.elementor-column-wrap{padding:0% 12% 0% 12%;}.elementor-18240 .elementor-element.elementor-element-d405984 > .elementor-element-populated.elementor-widget-wrap{padding:0% 12% 0% 12%;}.elementor-18240 .elementor-element.elementor-element-4b1ca0d2{--spacer-size:300px;}.elementor-18240 .elementor-element.elementor-element-7e4c1b99{--spacer-size:300px;}.elementor-18240 .elementor-element.elementor-element-393e7eed .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-393e7eed .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-60cf79fb{--spacer-size:300px;}.elementor-18240 .elementor-element.elementor-element-2a6d70d7 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-2a6d70d7 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-6a2fec9f{--spacer-size:300px;}.elementor-18240 .elementor-element.elementor-element-458472cf:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18240 .elementor-element.elementor-element-458472cf > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-20.jpg\");background-position:top center;background-size:cover;}.elementor-18240 .elementor-element.elementor-element-458472cf > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18240 .elementor-element.elementor-element-458472cf > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18240 .elementor-element.elementor-element-4575f878{--spacer-size:300px;}.elementor-18240 .elementor-element.elementor-element-6c36f7f1{--spacer-size:300px;}.elementor-18240 .elementor-element.elementor-element-77d9ccd7{--spacer-size:300px;}.elementor-18240 .elementor-element.elementor-element-2b19837f{--spacer-size:300px;}.elementor-18240 .elementor-element.elementor-element-898e38d:not(.elementor-motion-effects-element-type-background), .elementor-18240 .elementor-element.elementor-element-898e38d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18240 .elementor-element.elementor-element-898e38d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18240 .elementor-element.elementor-element-898e38d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18240 .elementor-element.elementor-element-fb3e5c4{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-87db524 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-87db524 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-64e1f85{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-cc21a22 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-cc21a22 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18240 .elementor-element.elementor-element-c8158b2{--spacer-size:50px;}@media(min-width:768px){.elementor-18240 .elementor-element.elementor-element-44415df9{width:69.841%;}.elementor-18240 .elementor-element.elementor-element-27cd139c{width:30.003%;}.elementor-18240 .elementor-element.elementor-element-7b38cda3{width:34.341%;}.elementor-18240 .elementor-element.elementor-element-34735abd{width:39.667%;}.elementor-18240 .elementor-element.elementor-element-4d866ef5{width:25.274%;}.elementor-18240 .elementor-element.elementor-element-1e749e5{width:39.848%;}.elementor-18240 .elementor-element.elementor-element-6f5e652{width:60.152%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18240 .elementor-element.elementor-element-7b38cda3{width:35%;}.elementor-18240 .elementor-element.elementor-element-34735abd{width:45%;}.elementor-18240 .elementor-element.elementor-element-4d866ef5{width:20%;}.elementor-18240 .elementor-element.elementor-element-1e749e5{width:44%;}.elementor-18240 .elementor-element.elementor-element-6f5e652{width:56%;}}@media(max-width:1024px){.elementor-18240 .elementor-element.elementor-element-780afd17 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18240 .elementor-element.elementor-element-51b784cb{--spacer-size:25px;}.elementor-18240 .elementor-element.elementor-element-5f856954{--spacer-size:25px;}.elementor-18240 .elementor-element.elementor-element-27015bf7{--spacer-size:25px;}.elementor-18240 .elementor-element.elementor-element-a0aefb9{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-76dab492{--spacer-size:50px;}.elementor-18240 .elementor-element.elementor-element-0df752b{padding:50px 0px 50px 0px;}.elementor-18240 .elementor-element.elementor-element-a488e98{--spacer-size:40px;}.elementor-18240 .elementor-element.elementor-element-d405984 > .elementor-element-populated.elementor-column-wrap{padding:0% 10% 0% 10%;}.elementor-18240 .elementor-element.elementor-element-d405984 > .elementor-element-populated.elementor-widget-wrap{padding:0% 10% 0% 10%;}}@media(max-width:767px){.elementor-18240 .elementor-element.elementor-element-44415df9 > .elementor-element-populated{margin:0% 35% 0% 0%;--e-column-margin-right:35%;--e-column-margin-left:0%;}.elementor-18240 .elementor-element.elementor-element-27cd139c > .elementor-element-populated{margin:-50% 0% 0% 35%;--e-column-margin-right:0%;--e-column-margin-left:35%;}.elementor-18240 .elementor-element.elementor-element-5367c215 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18240 .elementor-element.elementor-element-780afd17 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18240 .elementor-element.elementor-element-51b784cb{--spacer-size:20px;}.elementor-18240 .elementor-element.elementor-element-5f856954{--spacer-size:20px;}.elementor-18240 .elementor-element.elementor-element-27015bf7{--spacer-size:30px;}.elementor-18240 .elementor-element.elementor-element-34735abd > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18240 .elementor-element.elementor-element-a0aefb9{--spacer-size:20px;}.elementor-18240 .elementor-element.elementor-element-4d866ef5 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18240 .elementor-element.elementor-element-76dab492{--spacer-size:20px;}.elementor-18240 .elementor-element.elementor-element-0df752b{padding:40px 0px 40px 0px;}.elementor-18240 .elementor-element.elementor-element-f72cb7d > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18240 .elementor-element.elementor-element-a488e98{--spacer-size:30px;}.elementor-18240 .elementor-element.elementor-element-d405984 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 020px;}.elementor-18240 .elementor-element.elementor-element-d405984 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 020px;}}\";}'),
(159473, 18739, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991853;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1340:\".elementor-18739 .elementor-element.elementor-element-6d89e342 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18739 .elementor-element.elementor-element-6d89e342{padding:20px 50px 20px 50px;}.elementor-18739 .elementor-element.elementor-element-282d73d8 > .elementor-widget-container{margin:-3px 0px 0px 8px;}.elementor-18739 .elementor-element.elementor-element-6bd38d55 > .elementor-widget-container{margin:0px 0px 0px 45px;}@media(min-width:768px){.elementor-18739 .elementor-element.elementor-element-716b6c8e{width:21.989%;}.elementor-18739 .elementor-element.elementor-element-18141344{width:77.973%;}}@media(max-width:1024px){.elementor-18739 .elementor-element.elementor-element-6d89e342{padding:15px 15px 15px 15px;}.elementor-18739 .elementor-element.elementor-element-282d73d8 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18739 .elementor-element.elementor-element-6bd38d55 > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-18739 .elementor-element.elementor-element-6d89e342{padding:10px 10px 10px 10px;}.elementor-18739 .elementor-element.elementor-element-716b6c8e{width:50%;}.elementor-18739 .elementor-element.elementor-element-18141344{width:50%;}}\";}'),
(159475, 18758, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991853;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4002:\".elementor-18758 .elementor-element.elementor-element-6ef4d7c > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18758 .elementor-element.elementor-element-6ef4d7c{padding:26px 50px 15px 50px;}.elementor-18758 .elementor-element.elementor-element-87a56b2 > .elementor-widget-container{margin:0px 20px 0px 0px;}.elementor-18758 .elementor-element.elementor-element-0ef4e83 > .elementor-widget-container{margin:0px 20px 0px 0px;}.elementor-18758 .elementor-element.elementor-element-9688843 > .elementor-widget-container{margin:0px 0px 0px 8px;}.elementor-18758 .elementor-element.elementor-element-68c1b8f{padding:0px 50px 0px 50px;}.elementor-18758 .elementor-element.elementor-element-cb94c0c{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18758 .elementor-element.elementor-element-cb94c0c .elementor-divider-separator{width:100%;}.elementor-18758 .elementor-element.elementor-element-cb94c0c .elementor-divider{padding-top:5px;padding-bottom:5px;}.elementor-18758 .elementor-element.elementor-element-864748a > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18758 .elementor-element.elementor-element-864748a{padding:0px 50px 0px 50px;}.elementor-18758 .elementor-element.elementor-element-19f0e00 .elementor-icon-wrapper{text-align:center;}.elementor-18758 .elementor-element.elementor-element-19f0e00 .elementor-icon i, .elementor-18758 .elementor-element.elementor-element-19f0e00 .elementor-icon svg{transform:rotate(0deg);}.elementor-18758 .elementor-element.elementor-element-19f0e00 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18758 .elementor-element.elementor-element-6d8127b > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-18758 .elementor-element.elementor-element-1de28ed > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18758 .elementor-element.elementor-element-d80ccdb > .elementor-widget-container{margin:2px 0px 0px 0px;}@media(max-width:1024px){.elementor-18758 .elementor-element.elementor-element-6ef4d7c{padding:15px 15px 15px 15px;}.elementor-18758 .elementor-element.elementor-element-0ef4e83 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18758 .elementor-element.elementor-element-9688843 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18758 .elementor-element.elementor-element-68c1b8f{padding:0px 15px 0px 15px;}.elementor-18758 .elementor-element.elementor-element-864748a{padding:4px 15px 4px 15px;}.elementor-18758 .elementor-element.elementor-element-19f0e00 > .elementor-widget-container{margin:0px 0px -6px 0px;}.elementor-18758 .elementor-element.elementor-element-1de28ed{padding:10px 10px 10px 10px;}}@media(max-width:767px){.elementor-18758 .elementor-element.elementor-element-e055fe2{width:50%;}.elementor-18758 .elementor-element.elementor-element-2884acd{width:50%;}.elementor-18758 .elementor-element.elementor-element-d883dea > .elementor-widget-container{margin:3px 0px 0px 0px;}.elementor-18758 .elementor-element.elementor-element-db37245 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18758 .elementor-element.elementor-element-d80ccdb > .elementor-widget-container{margin:-3px 0px 0px 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-18758 .elementor-element.elementor-element-f9c281c{width:38%;}.elementor-18758 .elementor-element.elementor-element-e354f23{width:24%;}.elementor-18758 .elementor-element.elementor-element-905381e{width:38%;}.elementor-18758 .elementor-element.elementor-element-9bb006d{width:10%;}.elementor-18758 .elementor-element.elementor-element-cdc4487{width:80%;}.elementor-18758 .elementor-element.elementor-element-5ac5b32{width:10%;}}\";}'),
(159476, 19321, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>'),
(159477, 18750, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991853;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4583:\".elementor-18750 .elementor-element.elementor-element-46da26c:not(.elementor-motion-effects-element-type-background), .elementor-18750 .elementor-element.elementor-element-46da26c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1F1D1B;}.elementor-18750 .elementor-element.elementor-element-46da26c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-18750 .elementor-element.elementor-element-46da26c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18750 .elementor-element.elementor-element-3246e7aa{--spacer-size:50px;}.elementor-18750 .elementor-element.elementor-element-2c679a05 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18750 .elementor-element.elementor-element-2c679a05 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18750 .elementor-element.elementor-element-2c679a05 > .elementor-widget-container{padding:0% 36% 0% 0%;}.elementor-18750 .elementor-element.elementor-element-60f0246a{--spacer-size:43px;}.elementor-18750 .elementor-element.elementor-element-4990e3a6 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18750 .elementor-element.elementor-element-4990e3a6:not(.elementor-motion-effects-element-type-background), .elementor-18750 .elementor-element.elementor-element-4990e3a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1F1D1B;}.elementor-18750 .elementor-element.elementor-element-4990e3a6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18750 .elementor-element.elementor-element-4990e3a6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18750 .elementor-element.elementor-element-396e5388 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18750 .elementor-element.elementor-element-396e5388 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18750 .elementor-element.elementor-element-708c33c1:not(.elementor-motion-effects-element-type-background), .elementor-18750 .elementor-element.elementor-element-708c33c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1F1D1B;}.elementor-18750 .elementor-element.elementor-element-708c33c1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-18750 .elementor-element.elementor-element-708c33c1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18750 .elementor-element.elementor-element-bb8e9f6{--spacer-size:50px;}.elementor-18750 .elementor-element.elementor-element-517ce22b{--divider-border-style:solid;--divider-color:#2E2C29;--divider-border-width:1px;}.elementor-18750 .elementor-element.elementor-element-517ce22b .elementor-divider-separator{width:100%;}.elementor-18750 .elementor-element.elementor-element-517ce22b .elementor-divider{padding-top:10px;padding-bottom:10px;}.elementor-18750 .elementor-element.elementor-element-1170e9e8{--spacer-size:10px;}.elementor-18750 .elementor-element.elementor-element-23e02cd7{color:#96999F;font-size:16px;}.elementor-18750 .elementor-element.elementor-element-380fd436{--spacer-size:10px;}.elementor-18750 .elementor-element.elementor-element-7e26838{--spacer-size:10px;}@media(max-width:1024px){.elementor-18750 .elementor-element.elementor-element-60f0246a{--spacer-size:20px;}.elementor-18750 .elementor-element.elementor-element-bb8e9f6{--spacer-size:30px;}}@media(max-width:767px){.elementor-18750 .elementor-element.elementor-element-46da26c{padding:0px 0px 0px 0px;}.elementor-18750 .elementor-element.elementor-element-2c679a05 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-18750 .elementor-element.elementor-element-4990e3a6{padding:0px 0px 0px 0px;}.elementor-18750 .elementor-element.elementor-element-bb8e9f6{--spacer-size:20px;}.elementor-18750 .elementor-element.elementor-element-23e02cd7{font-size:15px;line-height:1.4em;}}@media(min-width:768px){.elementor-18750 .elementor-element.elementor-element-1eb86cd3{width:68.333%;}.elementor-18750 .elementor-element.elementor-element-225a1ceb{width:31.629%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18750 .elementor-element.elementor-element-1eb86cd3{width:60%;}.elementor-18750 .elementor-element.elementor-element-225a1ceb{width:40%;}}\";}'),
(159479, 4499, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.626\" height=\"8.639\" viewBox=\"0 0 14.626 8.639\"><g id=\"down-arrow\" transform=\"translate(0 -70.698)\"><g id=\"Group_8820\" data-name=\"Group 8820\" transform=\"translate(0 100.698)\"><path id=\"Path_6507\" data-name=\"Path 6507\" d=\"M14.392,101.42l-.479-.482a.8.8,0,0,0-1.132,0L7.316,106.4l-5.472-5.472a.8.8,0,0,0-1.132,0l-.479.479a.8.8,0,0,0,0,1.131l6.515,6.538a.818.818,0,0,0,.567.257h0a.818.818,0,0,0,.566-.257l6.508-6.52a.808.808,0,0,0,.234-.571A.8.8,0,0,0,14.392,101.42Z\" transform=\"translate(0 -130.698)\"></path></g></g></svg>'),
(159480, 18245, 'trx_addons_post_views_count', '98'),
(159481, 17890, '_elementor_css', 'a:7:{s:4:\"time\";i:1668077977;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:227:\".elementor-17890 .elementor-element.elementor-element-085489b .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17890 .elementor-element.elementor-element-085489b .sc_item_title_text2{-webkit-text-stroke-width:0px;}\";}'),
(159482, 17868, '_elementor_css', 'a:7:{s:4:\"time\";i:1668077978;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:227:\".elementor-17868 .elementor-element.elementor-element-c8f479c .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17868 .elementor-element.elementor-element-c8f479c .sc_item_title_text2{-webkit-text-stroke-width:0px;}\";}'),
(159483, 17944, '_elementor_css', 'a:7:{s:4:\"time\";i:1668077979;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:488:\".elementor-17944 .elementor-element.elementor-element-ae77a73 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17944 .elementor-element.elementor-element-ae77a73 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17944 .elementor-element.elementor-element-ae77a73 > .elementor-widget-container{margin:0px 0px -30px 0px;}@media(max-width:767px){.elementor-17944 .elementor-element.elementor-element-ae77a73 > .elementor-widget-container{margin:0px 0px -20px 0px;}}\";}'),
(159484, 17925, '_elementor_css', 'a:7:{s:4:\"time\";i:1668077979;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:309:\".elementor-17925 .elementor-element.elementor-element-849b1ad{--spacer-size:50px;}.elementor-17925 .elementor-element.elementor-element-65c608b .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17925 .elementor-element.elementor-element-65c608b .sc_item_title_text2{-webkit-text-stroke-width:0px;}\";}'),
(159485, 19314, '_elementor_css', 'a:7:{s:4:\"time\";i:1668078036;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4634:\".elementor-19314 .elementor-element.elementor-element-7bb36e5 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19314 .elementor-element.elementor-element-bbd7fbe > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19314 .elementor-element.elementor-element-bbd7fbe{padding:25px 55px 25px 55px;z-index:3;}.elementor-19314 .elementor-element.elementor-element-e14ef7e > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-19314 .elementor-element.elementor-element-696cb37 > .elementor-widget-container{margin:2px 0px 0px 8px;}.elementor-19314 .elementor-element.elementor-element-679c4dd .elementor-icon-wrapper{text-align:center;}.elementor-19314 .elementor-element.elementor-element-679c4dd.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-19314 .elementor-element.elementor-element-679c4dd.elementor-view-framed .elementor-icon, .elementor-19314 .elementor-element.elementor-element-679c4dd.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-19314 .elementor-element.elementor-element-679c4dd.elementor-view-framed .elementor-icon, .elementor-19314 .elementor-element.elementor-element-679c4dd.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-19314 .elementor-element.elementor-element-679c4dd .elementor-icon i, .elementor-19314 .elementor-element.elementor-element-679c4dd .elementor-icon svg{transform:rotate(0deg);}.elementor-19314 .elementor-element.elementor-element-679c4dd > .elementor-widget-container{margin:0px 0px -6px 5px;}.elementor-19314 .elementor-element.elementor-element-8a8cfa4 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19314 .elementor-element.elementor-element-8a8cfa4{padding:25px 55px 25px 55px;z-index:3;}.elementor-19314 .elementor-element.elementor-element-b0d2286 > .elementor-widget-container{margin:0px 0px 0px 8px;}.elementor-19314 .elementor-element.elementor-element-49ac1d0 > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-19314 .elementor-element.elementor-element-c7fee8c .sc_layouts_title{background-image:url(https://inkafine.com/wp-content/uploads/2022/08/textile-img-11.jpg);}@media(max-width:1024px){.elementor-19314 .elementor-element.elementor-element-bbd7fbe{padding:15px 15px 15px 15px;}.elementor-19314 .elementor-element.elementor-element-347808b > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-19314 .elementor-element.elementor-element-e14ef7e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-19314 .elementor-element.elementor-element-696cb37 > .elementor-widget-container{margin:-1px 0px 0px 0px;}.elementor-19314 .elementor-element.elementor-element-679c4dd > .elementor-widget-container{margin:0px 0px -6px 0px;}.elementor-19314 .elementor-element.elementor-element-8a8cfa4{padding:15px 15px 15px 15px;}}@media(max-width:767px){.elementor-19314 .elementor-element.elementor-element-8a8cfa4{padding:10px 20px 10px 20px;}.elementor-19314 .elementor-element.elementor-element-6ff01cc{width:50%;}.elementor-19314 .elementor-element.elementor-element-6ff01cc > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19314 .elementor-element.elementor-element-6ff01cc > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19314 .elementor-element.elementor-element-140dc3a{width:50%;}.elementor-19314 .elementor-element.elementor-element-140dc3a > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19314 .elementor-element.elementor-element-140dc3a > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19314 .elementor-element.elementor-element-8704e81 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-19314 .elementor-element.elementor-element-b0d2286 > .elementor-widget-container{margin:-3px 0px 0px 0px;}.elementor-19314 .elementor-element.elementor-element-49ac1d0 > .elementor-widget-container{margin:-4px 0px 0px 0px;}}@media(min-width:768px){.elementor-19314 .elementor-element.elementor-element-6355fc0{width:18%;}.elementor-19314 .elementor-element.elementor-element-c059d90{width:82%;}.elementor-19314 .elementor-element.elementor-element-6ff01cc{width:18%;}.elementor-19314 .elementor-element.elementor-element-140dc3a{width:82%;}}\";}'),
(159487, 19327, '_elementor_css', 'a:7:{s:4:\"time\";i:1668104652;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4668:\".elementor-19327 .elementor-element.elementor-element-6b3bc46 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19327 .elementor-element.elementor-element-6b3bc46{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 55px 20px 55px;}.elementor-19327 .elementor-element.elementor-element-6b3bc46 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19327 .elementor-element.elementor-element-3b5b9ad .logo_image{max-height:80px;}.elementor-19327 .elementor-element.elementor-element-65b47ea > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-19327 .elementor-element.elementor-element-4e6543d > .elementor-widget-container{margin:-5px 0px 0px 8px;}.elementor-19327 .elementor-element.elementor-element-29667a0 .elementor-icon-wrapper{text-align:center;}.elementor-19327 .elementor-element.elementor-element-29667a0 .elementor-icon i, .elementor-19327 .elementor-element.elementor-element-29667a0 .elementor-icon svg{transform:rotate(0deg);}.elementor-19327 .elementor-element.elementor-element-29667a0 > .elementor-widget-container{margin:0px 0px -6px 5px;}.elementor-19327 .elementor-element.elementor-element-39adeaa > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19327 .elementor-element.elementor-element-39adeaa{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 50px 20px 50px;}.elementor-19327 .elementor-element.elementor-element-39adeaa > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19327 .elementor-element.elementor-element-56c74c1 .logo_image{max-height:80px;}.elementor-19327 .elementor-element.elementor-element-55d644e > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-19327 .elementor-element.elementor-element-b9e35b3 > .elementor-widget-container{margin:0px 0px 0px 8px;}.elementor-19327 .elementor-element.elementor-element-727b44f{--spacer-size:86px;}@media(min-width:768px){.elementor-19327 .elementor-element.elementor-element-3b34c62{width:17.862%;}.elementor-19327 .elementor-element.elementor-element-dfeabbb{width:82.1%;}.elementor-19327 .elementor-element.elementor-element-6352bed{width:17.862%;}.elementor-19327 .elementor-element.elementor-element-74739c8{width:82.1%;}}@media(max-width:1024px) and (min-width:768px){.elementor-19327 .elementor-element.elementor-element-3b34c62{width:20%;}.elementor-19327 .elementor-element.elementor-element-dfeabbb{width:80%;}}@media(max-width:1024px){.elementor-19327 .elementor-element.elementor-element-6b3bc46{padding:15px 15px 15px 15px;}.elementor-19327 .elementor-element.elementor-element-c21545d > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-19327 .elementor-element.elementor-element-65b47ea > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-19327 .elementor-element.elementor-element-4e6543d > .elementor-widget-container{margin:-5px 0px 0px 0px;}.elementor-19327 .elementor-element.elementor-element-29667a0 > .elementor-widget-container{margin:0px 0px -6px 0px;}.elementor-19327 .elementor-element.elementor-element-39adeaa{padding:15px 30px 15px 30px;}.elementor-19327 .elementor-element.elementor-element-727b44f{--spacer-size:30px;}}@media(max-width:767px){.elementor-19327 .elementor-element.elementor-element-39adeaa{padding:10px 20px 10px 20px;}.elementor-19327 .elementor-element.elementor-element-6352bed{width:50%;}.elementor-19327 .elementor-element.elementor-element-6352bed > .elementor-element-populated.elementor-column-wrap{padding:0px 10px 0px 0px;}.elementor-19327 .elementor-element.elementor-element-6352bed > .elementor-element-populated.elementor-widget-wrap{padding:0px 10px 0px 0px;}.elementor-19327 .elementor-element.elementor-element-74739c8{width:50%;}.elementor-19327 .elementor-element.elementor-element-74739c8 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 10px;}.elementor-19327 .elementor-element.elementor-element-74739c8 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 10px;}.elementor-19327 .elementor-element.elementor-element-55d644e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-19327 .elementor-element.elementor-element-b9e35b3 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-19327 .elementor-element.elementor-element-aef62e8 > .elementor-widget-container{margin:0px 0px -6px 0px;}}\";}'),
(159490, 17855, '_elementor_css', 'a:7:{s:4:\"time\";i:1668159078;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:3088:\".elementor-17855 .elementor-element.elementor-element-fbdf6a8{--spacer-size:50px;}.elementor-17855 .elementor-element.elementor-element-93f2e29 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17855 .elementor-element.elementor-element-93f2e29 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17855 .elementor-element.elementor-element-17e0740{--spacer-size:50px;}.elementor-17855 .elementor-element.elementor-element-523ce9e:not(.elementor-motion-effects-element-type-background), .elementor-17855 .elementor-element.elementor-element-523ce9e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17855 .elementor-element.elementor-element-523ce9e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17855 .elementor-element.elementor-element-523ce9e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17855 .elementor-element.elementor-element-2e48f28{--spacer-size:50px;}.elementor-17855 .elementor-element.elementor-element-04fea5f .elementor-icon-wrapper{text-align:center;}.elementor-17855 .elementor-element.elementor-element-04fea5f.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17855 .elementor-element.elementor-element-04fea5f.elementor-view-framed .elementor-icon, .elementor-17855 .elementor-element.elementor-element-04fea5f.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17855 .elementor-element.elementor-element-04fea5f.elementor-view-framed .elementor-icon, .elementor-17855 .elementor-element.elementor-element-04fea5f.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17855 .elementor-element.elementor-element-04fea5f .elementor-icon{font-size:38px;}.elementor-17855 .elementor-element.elementor-element-04fea5f .elementor-icon i, .elementor-17855 .elementor-element.elementor-element-04fea5f .elementor-icon svg{transform:rotate(0deg);}.elementor-17855 .elementor-element.elementor-element-74c03cb{--spacer-size:27px;}.elementor-17855 .elementor-element.elementor-element-3f201c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17855 .elementor-element.elementor-element-3f201c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17855 .elementor-element.elementor-element-3f201c9 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17855 .elementor-element.elementor-element-6c3bf24{--spacer-size:50px;}.elementor-17855 .elementor-element.elementor-element-a44889a{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17855 .elementor-element.elementor-element-bb8fcc3{width:15%;}.elementor-17855 .elementor-element.elementor-element-d53efe7{width:70%;}.elementor-17855 .elementor-element.elementor-element-557c69d{width:15%;}}@media(max-width:1024px){.elementor-17855 .elementor-element.elementor-element-74c03cb{--spacer-size:20px;}}@media(max-width:767px){.elementor-17855 .elementor-element.elementor-element-74c03cb{--spacer-size:10px;}}\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159492, 18005, '_elementor_css', 'a:7:{s:4:\"time\";i:1668159101;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4945:\".elementor-18005 .elementor-element.elementor-element-71def972{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18005 .elementor-element.elementor-element-71def972 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18005 .elementor-element.elementor-element-2da57015 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18005 .elementor-element.elementor-element-2da57015 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18005 .elementor-element.elementor-element-73b797dd{--spacer-size:50px;}.elementor-18005 .elementor-element.elementor-element-b0eb554:not(.elementor-motion-effects-element-type-background), .elementor-18005 .elementor-element.elementor-element-b0eb554 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18005 .elementor-element.elementor-element-b0eb554{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18005 .elementor-element.elementor-element-b0eb554 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18005 .elementor-element.elementor-element-8162941{--spacer-size:50px;}.elementor-18005 .elementor-element.elementor-element-88a089b .elementor-icon-wrapper{text-align:center;}.elementor-18005 .elementor-element.elementor-element-88a089b.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18005 .elementor-element.elementor-element-88a089b.elementor-view-framed .elementor-icon, .elementor-18005 .elementor-element.elementor-element-88a089b.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18005 .elementor-element.elementor-element-88a089b.elementor-view-framed .elementor-icon, .elementor-18005 .elementor-element.elementor-element-88a089b.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18005 .elementor-element.elementor-element-88a089b .elementor-icon{font-size:38px;}.elementor-18005 .elementor-element.elementor-element-88a089b .elementor-icon i, .elementor-18005 .elementor-element.elementor-element-88a089b .elementor-icon svg{transform:rotate(0deg);}.elementor-18005 .elementor-element.elementor-element-ee545bc{--spacer-size:27px;}.elementor-18005 .elementor-element.elementor-element-19fff6f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18005 .elementor-element.elementor-element-19fff6f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18005 .elementor-element.elementor-element-19fff6f > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18005 .elementor-element.elementor-element-0f3d05f{--spacer-size:50px;}.elementor-18005 .elementor-element.elementor-element-70c98c0{--spacer-size:50px;}.elementor-18005 .elementor-element.elementor-element-6b30ba5{--spacer-size:50px;}.elementor-18005 .elementor-element.elementor-element-d48dc77 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-18005 .elementor-element.elementor-element-181f0f3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18005 .elementor-element.elementor-element-181f0f3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18005 .elementor-element.elementor-element-6903e826 .elementor-tab-title{border-width:1px;padding:32px 0px 32px 0px;}.elementor-18005 .elementor-element.elementor-element-6903e826 .elementor-tab-content{border-width:1px;padding:7px 0px 41px 0px;}.elementor-18005 .elementor-element.elementor-element-6903e826 .elementor-toggle-item:not(:last-child){margin-bottom:0px;}.elementor-18005 .elementor-element.elementor-element-6903e826 > .elementor-widget-container{margin:-20px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-18005 .elementor-element.elementor-element-5a9f2e1{width:15%;}.elementor-18005 .elementor-element.elementor-element-d672247{width:70%;}.elementor-18005 .elementor-element.elementor-element-aeabd55{width:15%;}}@media(max-width:1024px){.elementor-18005 .elementor-element.elementor-element-ee545bc{--spacer-size:20px;}.elementor-18005 .elementor-element.elementor-element-6903e826 .elementor-tab-title{padding:20px 0px 20px 0px;}}@media(max-width:767px){.elementor-18005 .elementor-element.elementor-element-ee545bc{--spacer-size:10px;}.elementor-18005 .elementor-element.elementor-element-3092b74 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18005 .elementor-element.elementor-element-6903e826 .elementor-toggle-title{font-size:22px;}.elementor-18005 .elementor-element.elementor-element-6903e826 .elementor-tab-title{padding:20px 0px 20px 0px;}.elementor-18005 .elementor-element.elementor-element-6903e826 .elementor-tab-content{padding:0px 0px 22px 0px;}}\";}'),
(159493, 18403, '_elementor_css', 'a:7:{s:4:\"time\";i:1668159135;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1614:\".elementor-18403 .elementor-element.elementor-element-755f974a{--spacer-size:50px;}.elementor-18403 .elementor-element.elementor-element-26b3b460:not(.elementor-motion-effects-element-type-background), .elementor-18403 .elementor-element.elementor-element-26b3b460 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18403 .elementor-element.elementor-element-26b3b460{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18403 .elementor-element.elementor-element-26b3b460 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18403 .elementor-element.elementor-element-37804af1{--spacer-size:50px;}.elementor-18403 .elementor-element.elementor-element-6cc93c80 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18403 .elementor-element.elementor-element-6cc93c80 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18403 .elementor-element.elementor-element-53e2f162{--spacer-size:50px;}.elementor-18403 .elementor-element.elementor-element-52479327{--spacer-size:50px;}.elementor-18403 .elementor-element.elementor-element-9cd14d4{--spacer-size:50px;}.elementor-18403 .elementor-element.elementor-element-7d1d43f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18403 .elementor-element.elementor-element-7d1d43f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18403 .elementor-element.elementor-element-74aa789e{--spacer-size:50px;}.elementor-18403 .elementor-element.elementor-element-66e24201{--spacer-size:50px;}\";}'),
(159494, 19403, '_elementor_css', 'a:7:{s:4:\"time\";i:1668159135;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1318:\".elementor-19403 .elementor-element.elementor-element-1291e7cd:not(.elementor-motion-effects-element-type-background), .elementor-19403 .elementor-element.elementor-element-1291e7cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-19403 .elementor-element.elementor-element-1291e7cd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:58px 50px 50px 52px;}.elementor-19403 .elementor-element.elementor-element-1291e7cd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19403 .elementor-element.elementor-element-16f7c761 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19403 .elementor-element.elementor-element-16f7c761 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19403 .elementor-element.elementor-element-42ed38f0{--spacer-size:20px;}@media(max-width:1024px){.elementor-19403 .elementor-element.elementor-element-1291e7cd{padding:40px 30px 30px 30px;}.elementor-19403 .elementor-element.elementor-element-42ed38f0{--spacer-size:13px;}}@media(max-width:767px){.elementor-19403 .elementor-element.elementor-element-1291e7cd{padding:25px 25px 25px 25px;}.elementor-19403 .elementor-element.elementor-element-42ed38f0{--spacer-size:6px;}}\";}'),
(159495, 8, '_elementor_css', 'a:7:{s:4:\"time\";i:1668159141;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:6429:\".elementor-8 .elementor-element.elementor-element-95844ab{--divider-border-style:solid;--divider-border-width:1px;}.elementor-8 .elementor-element.elementor-element-95844ab .elementor-divider-separator{width:100%;}.elementor-8 .elementor-element.elementor-element-95844ab .elementor-divider{padding-top:72px;padding-bottom:72px;}.elementor-8 .elementor-element.elementor-element-a5542f2{--divider-border-style:solid;--divider-border-width:1px;}.elementor-8 .elementor-element.elementor-element-a5542f2 .elementor-divider-separator{width:100%;}.elementor-8 .elementor-element.elementor-element-a5542f2 .elementor-divider{padding-top:72px;padding-bottom:72px;}body:not(.rtl) .elementor-8 .elementor-element.elementor-element-d611ee0 .elementor-drop-cap{margin-right:10px;}body.rtl .elementor-8 .elementor-element.elementor-element-d611ee0 .elementor-drop-cap{margin-left:10px;}body:not(.rtl) .elementor-8 .elementor-element.elementor-element-7526d163 .elementor-drop-cap{margin-right:10px;}body.rtl .elementor-8 .elementor-element.elementor-element-7526d163 .elementor-drop-cap{margin-left:10px;}.elementor-8 .elementor-element.elementor-element-6c356688{--spacer-size:1.6em;}body:not(.rtl) .elementor-8 .elementor-element.elementor-element-5384440d .elementor-drop-cap{margin-right:10px;}body.rtl .elementor-8 .elementor-element.elementor-element-5384440d .elementor-drop-cap{margin-left:10px;}.elementor-8 .elementor-element.elementor-element-dbd3b48{--divider-border-style:solid;--divider-border-width:1px;}.elementor-8 .elementor-element.elementor-element-dbd3b48 .elementor-divider-separator{width:100%;}.elementor-8 .elementor-element.elementor-element-dbd3b48 .elementor-divider{padding-top:72px;padding-bottom:72px;}.elementor-8 .elementor-element.elementor-element-c79ebe8{--divider-border-style:solid;--divider-border-width:1px;}.elementor-8 .elementor-element.elementor-element-c79ebe8 .elementor-divider-separator{width:100%;}.elementor-8 .elementor-element.elementor-element-c79ebe8 .elementor-divider{padding-top:72px;padding-bottom:72px;}.elementor-8 .elementor-element.elementor-element-2dd17fc{--divider-border-style:solid;--divider-border-width:1px;}.elementor-8 .elementor-element.elementor-element-2dd17fc .elementor-divider-separator{width:100%;}.elementor-8 .elementor-element.elementor-element-2dd17fc .elementor-divider{padding-top:72px;padding-bottom:72px;}.elementor-8 .elementor-element.elementor-element-b804c61{--spacer-size:1.6em;}.elementor-8 .elementor-element.elementor-element-13df325{--divider-border-style:solid;--divider-border-width:1px;}.elementor-8 .elementor-element.elementor-element-13df325 .elementor-divider-separator{width:100%;}.elementor-8 .elementor-element.elementor-element-13df325 .elementor-divider{padding-top:72px;padding-bottom:72px;}.elementor-8 .elementor-element.elementor-element-6df3aa3{--spacer-size:1.6em;}.elementor-8 .elementor-element.elementor-element-4b85dba3 .sc_table{width:100%;}.elementor-8 .elementor-element.elementor-element-4b85dba3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-8 .elementor-element.elementor-element-4b85dba3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-8 .elementor-element.elementor-element-7cf44c1{--divider-border-style:solid;--divider-border-width:1px;}.elementor-8 .elementor-element.elementor-element-7cf44c1 .elementor-divider-separator{width:100%;}.elementor-8 .elementor-element.elementor-element-7cf44c1 .elementor-divider{padding-top:72px;padding-bottom:72px;}.elementor-8 .elementor-element.elementor-element-35dbc4f{--spacer-size:1.6em;}.elementor-8 .elementor-element.elementor-element-5075b918{--spacer-size:50px;}.elementor-8 .elementor-element.elementor-element-7f75ef5{--spacer-size:20px;}.elementor-8 .elementor-element.elementor-element-361210f{--spacer-size:20px;}.elementor-8 .elementor-element.elementor-element-64ea734{--spacer-size:20px;}@media(max-width:1024px){.elementor-8 .elementor-element.elementor-element-95844ab .elementor-divider{padding-top:45px;padding-bottom:45px;}.elementor-8 .elementor-element.elementor-element-a5542f2 .elementor-divider{padding-top:45px;padding-bottom:45px;}.elementor-8 .elementor-element.elementor-element-dbd3b48 .elementor-divider{padding-top:45px;padding-bottom:45px;}.elementor-8 .elementor-element.elementor-element-c79ebe8 .elementor-divider{padding-top:45px;padding-bottom:45px;}.elementor-8 .elementor-element.elementor-element-2dd17fc .elementor-divider{padding-top:45px;padding-bottom:45px;}.elementor-8 .elementor-element.elementor-element-13df325 .elementor-divider{padding-top:45px;padding-bottom:45px;}.elementor-8 .elementor-element.elementor-element-7cf44c1 .elementor-divider{padding-top:45px;padding-bottom:45px;}.elementor-8 .elementor-element.elementor-element-5075b918{--spacer-size:40px;}}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-95844ab .elementor-divider{padding-top:35px;padding-bottom:35px;}.elementor-8 .elementor-element.elementor-element-a5542f2 .elementor-divider{padding-top:35px;padding-bottom:35px;}.elementor-8 .elementor-element.elementor-element-6c356688{--spacer-size:1.4em;}.elementor-8 .elementor-element.elementor-element-dbd3b48 .elementor-divider{padding-top:35px;padding-bottom:35px;}.elementor-8 .elementor-element.elementor-element-c79ebe8 .elementor-divider{padding-top:35px;padding-bottom:35px;}.elementor-8 .elementor-element.elementor-element-2dd17fc .elementor-divider{padding-top:35px;padding-bottom:35px;}.elementor-8 .elementor-element.elementor-element-b804c61{--spacer-size:1.4em;}.elementor-8 .elementor-element.elementor-element-a5331ea > .elementor-element-populated{margin:15px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-8 .elementor-element.elementor-element-13df325 .elementor-divider{padding-top:35px;padding-bottom:35px;}.elementor-8 .elementor-element.elementor-element-6df3aa3{--spacer-size:1.4em;}.elementor-8 .elementor-element.elementor-element-7cf44c1 .elementor-divider{padding-top:35px;padding-bottom:35px;}.elementor-8 .elementor-element.elementor-element-35dbc4f{--spacer-size:1.3em;}.elementor-8 .elementor-element.elementor-element-5075b918{--spacer-size:35px;}.elementor-8 .elementor-element.elementor-element-7f75ef5{--spacer-size:10px;}.elementor-8 .elementor-element.elementor-element-361210f{--spacer-size:10px;}.elementor-8 .elementor-element.elementor-element-64ea734{--spacer-size:10px;}}\";}'),
(159496, 17997, '_elementor_css', 'a:7:{s:4:\"time\";i:1668159206;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1044:\".elementor-17997 .elementor-element.elementor-element-3c0eec65{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17997 .elementor-element.elementor-element-3c0eec65 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17997 .elementor-element.elementor-element-542dc25b{--spacer-size:50px;}.elementor-17997 .elementor-element.elementor-element-4425aa9e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17997 .elementor-element.elementor-element-4425aa9e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17997 .elementor-element.elementor-element-7778c62b{--spacer-size:50px;}.elementor-17997 .elementor-element.elementor-element-18f5f762 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17997 .elementor-element.elementor-element-18f5f762 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(max-width:1024px) and (min-width:768px){.elementor-17997 .elementor-element.elementor-element-703a4352{width:80%;}}\";}'),
(159497, 18249, 'trx_addons_post_views_count', '114'),
(159571, 17790, '_elementor_css', 'a:7:{s:4:\"time\";i:1668413062;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:11360:\".elementor-17790 .elementor-element.elementor-element-4ba596a > .elementor-element-populated.elementor-column-wrap{padding:0% 15% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-4ba596a > .elementor-element-populated.elementor-widget-wrap{padding:0% 15% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-65447de .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-65447de .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-9cb6a56 > .elementor-element-populated.elementor-column-wrap{padding:0% 15% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-9cb6a56 > .elementor-element-populated.elementor-widget-wrap{padding:0% 15% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-07cab1f{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-b99ed1e{--spacer-size:75px;}.elementor-17790 .elementor-element.elementor-element-6571b35 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-6571b35 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-0534b3e > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17790 .elementor-element.elementor-element-0534b3e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-17790 .elementor-element.elementor-element-0534b3e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17790 .elementor-element.elementor-element-9d6b201{text-align:left;width:auto;max-width:auto;}.elementor-17790 .elementor-element.elementor-element-9d6b201 > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-17a18c3 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-17790 .elementor-element.elementor-element-a031fa5 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-a031fa5 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-ee89b6b{--spacer-size:33px;}.elementor-17790 .elementor-element.elementor-element-139fd00{--spacer-size:100px;}.elementor-17790 .elementor-element.elementor-element-bf893fc{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-17790 .elementor-element.elementor-element-bf893fc .elementor-divider-separator{width:100%;}.elementor-17790 .elementor-element.elementor-element-bf893fc .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-17790 .elementor-element.elementor-element-24dc180{--spacer-size:100px;}.elementor-17790 .elementor-element.elementor-element-9aa2b50{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17790 .elementor-element.elementor-element-9aa2b50 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17790 .elementor-element.elementor-element-5d5a94e{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-7ed8b5a .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-7ed8b5a .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-7ed8b5a > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17790 .elementor-element.elementor-element-0dc6889{--spacer-size:35px;}.elementor-17790 .elementor-element.elementor-element-607728e{color:#96999F;font-size:16px;}.elementor-17790 .elementor-element.elementor-element-ca47894{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-99ebe2c:not(.elementor-motion-effects-element-type-background), .elementor-17790 .elementor-element.elementor-element-99ebe2c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17790 .elementor-element.elementor-element-99ebe2c > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17790 .elementor-element.elementor-element-99ebe2c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17790 .elementor-element.elementor-element-c725f81{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-4e8729b{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-3abf8f6{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-967333c .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17790 .elementor-element.elementor-element-967333c{width:auto;max-width:auto;align-self:center;}.elementor-17790 .elementor-element.elementor-element-967333c .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17790 .elementor-element.elementor-element-a7ffd6f{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-21cc7f9{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-ccd3ee9{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-eda877a{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17790 .elementor-element.elementor-element-eda877a:not(.elementor-motion-effects-element-type-background), .elementor-17790 .elementor-element.elementor-element-eda877a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17790 .elementor-element.elementor-element-eda877a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17790 .elementor-element.elementor-element-db94d39:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17790 .elementor-element.elementor-element-db94d39 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17790 .elementor-element.elementor-element-db94d39 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17790 .elementor-element.elementor-element-db94d39 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17790 .elementor-element.elementor-element-db94d39{z-index:9;}.elementor-17790 .elementor-element.elementor-element-4966e50 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-4966e50 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-466d670 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-466d670 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-eb2fbfc{--spacer-size:60px;}.elementor-17790 .elementor-element.elementor-element-50a1168 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17790 .elementor-element.elementor-element-7e965c4 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-7e965c4 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-3bf0c48{--spacer-size:10px;}.elementor-17790 .elementor-element.elementor-element-1ec8141{--spacer-size:10px;}.elementor-17790 .elementor-element.elementor-element-1c49e49{--spacer-size:60px;}@media(min-width:768px){.elementor-17790 .elementor-element.elementor-element-0d4cf12{width:39.848%;}.elementor-17790 .elementor-element.elementor-element-048462e{width:60.152%;}}@media(max-width:1024px){.elementor-17790 .elementor-element.elementor-element-4ba596a > .elementor-element-populated.elementor-column-wrap{padding:0% 8% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-4ba596a > .elementor-element-populated.elementor-widget-wrap{padding:0% 8% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-9cb6a56 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-9cb6a56 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-b99ed1e{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-6571b35 > .elementor-widget-container{margin:0px 0px -50px 0px;}.elementor-17790 .elementor-element.elementor-element-9d6b201 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-ee89b6b{--spacer-size:25px;}.elementor-17790 .elementor-element.elementor-element-bf893fc .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-17790 .elementor-element.elementor-element-7ed8b5a > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-17790 .elementor-element.elementor-element-0dc6889{--spacer-size:25px;}}@media(max-width:767px){.elementor-17790 .elementor-element.elementor-element-07cab1f{--spacer-size:20px;}.elementor-17790 .elementor-element.elementor-element-b99ed1e{--spacer-size:30px;}.elementor-17790 .elementor-element.elementor-element-6571b35 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17790 .elementor-element.elementor-element-9d6b201 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-17a18c3 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-17790 .elementor-element.elementor-element-ee89b6b{--spacer-size:20px;}.elementor-17790 .elementor-element.elementor-element-7ed8b5a > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-0dc6889{--spacer-size:15px;}.elementor-17790 .elementor-element.elementor-element-607728e{font-size:15px;}.elementor-17790 .elementor-element.elementor-element-8b27443 > .elementor-element-populated{margin:10px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-17790 .elementor-element.elementor-element-4ba596a{width:45%;}.elementor-17790 .elementor-element.elementor-element-9cb6a56{width:55%;}.elementor-17790 .elementor-element.elementor-element-db94d39{width:25%;}.elementor-17790 .elementor-element.elementor-element-8b27443{width:75%;}.elementor-17790 .elementor-element.elementor-element-0d4cf12{width:44%;}.elementor-17790 .elementor-element.elementor-element-048462e{width:56%;}}\";}'),
(159572, 17952, '_elementor_css', 'a:7:{s:4:\"time\";i:1668413064;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:5519:\".elementor-17952 .elementor-element.elementor-element-ea9620f{--spacer-size:50px;}.elementor-17952 .elementor-element.elementor-element-98a8f47 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17952 .elementor-element.elementor-element-98a8f47{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-17952 .elementor-element.elementor-element-98a8f47 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17952 .elementor-element.elementor-element-ad52739{text-align:left;width:auto;max-width:auto;}.elementor-17952 .elementor-element.elementor-element-ad52739 > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-17952 .elementor-element.elementor-element-6028366 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-17952 .elementor-element.elementor-element-1220c61 .elementor-tab-title{border-width:1px;padding:32px 0px 32px 0px;}.elementor-17952 .elementor-element.elementor-element-1220c61 .elementor-tab-content{border-width:1px;padding:7px 0px 41px 0px;}.elementor-17952 .elementor-element.elementor-element-1220c61 .elementor-toggle-item:not(:last-child){margin-bottom:0px;}.elementor-17952 .elementor-element.elementor-element-6326dda{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17952 .elementor-element.elementor-element-6326dda > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17952 .elementor-element.elementor-element-6c8c1c9{--spacer-size:50px;}.elementor-17952 .elementor-element.elementor-element-f2d9d25 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17952 .elementor-element.elementor-element-f2d9d25 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17952 .elementor-element.elementor-element-f2d9d25 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17952 .elementor-element.elementor-element-fc8449a{--spacer-size:35px;}.elementor-17952 .elementor-element.elementor-element-05e2bd7{color:#96999F;font-size:16px;}.elementor-17952 .elementor-element.elementor-element-e0962e3{--spacer-size:50px;}.elementor-17952 .elementor-element.elementor-element-553140a:not(.elementor-motion-effects-element-type-background), .elementor-17952 .elementor-element.elementor-element-553140a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17952 .elementor-element.elementor-element-553140a > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17952 .elementor-element.elementor-element-553140a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17952 .elementor-element.elementor-element-2563eee{--spacer-size:50px;}.elementor-17952 .elementor-element.elementor-element-c94c43d{--spacer-size:50px;}.elementor-17952 .elementor-element.elementor-element-5fa02f6{--spacer-size:50px;}.elementor-17952 .elementor-element.elementor-element-18bd1d1 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17952 .elementor-element.elementor-element-18bd1d1{width:auto;max-width:auto;align-self:center;}.elementor-17952 .elementor-element.elementor-element-18bd1d1 .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17952 .elementor-element.elementor-element-92678b3{--spacer-size:50px;}.elementor-17952 .elementor-element.elementor-element-3564c53{--spacer-size:50px;}.elementor-17952 .elementor-element.elementor-element-7b44c7b{--spacer-size:50px;}@media(max-width:1024px){.elementor-17952 .elementor-element.elementor-element-ad52739 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-17952 .elementor-element.elementor-element-1220c61 .elementor-tab-title{padding:20px 0px 20px 0px;}.elementor-17952 .elementor-element.elementor-element-f2d9d25 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-17952 .elementor-element.elementor-element-fc8449a{--spacer-size:25px;}}@media(max-width:767px){.elementor-17952 .elementor-element.elementor-element-ad52739 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-17952 .elementor-element.elementor-element-6028366 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-17952 .elementor-element.elementor-element-1220c61 .elementor-toggle-title{font-size:22px;}.elementor-17952 .elementor-element.elementor-element-1220c61 .elementor-tab-title{padding:20px 0px 20px 0px;}.elementor-17952 .elementor-element.elementor-element-1220c61 .elementor-tab-content{padding:0px 0px 22px 0px;}.elementor-17952 .elementor-element.elementor-element-f2d9d25 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-17952 .elementor-element.elementor-element-fc8449a{--spacer-size:15px;}.elementor-17952 .elementor-element.elementor-element-05e2bd7{font-size:15px;}}\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159597, 18301, '_elementor_css', 'a:7:{s:4:\"time\";i:1668413128;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:17964:\".elementor-18301 .elementor-element.elementor-element-e99bbdf{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18301 .elementor-element.elementor-element-e99bbdf > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18301 .elementor-element.elementor-element-22b1713{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-a8f991b .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-a8f991b .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-a8f991b > .elementor-widget-container{padding:0% 16% 0% 16%;}.elementor-18301 .elementor-element.elementor-element-224cfd5{--spacer-size:42px;}.elementor-18301 .elementor-element.elementor-element-2af2ed0{text-align:center;}.elementor-18301 .elementor-element.elementor-element-2af2ed0 .elementor-heading-title{font-size:19px;line-height:1.4em;}.elementor-18301 .elementor-element.elementor-element-e193c18{--spacer-size:5px;}.elementor-18301 .elementor-element.elementor-element-3f04ec3{color:#716E6B;font-size:16px;}.elementor-18301 .elementor-element.elementor-element-4ef86b2{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-a497120 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18301 .elementor-element.elementor-element-a497120{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18301 .elementor-element.elementor-element-a497120 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18301 .elementor-element.elementor-element-92f68cb:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18301 .elementor-element.elementor-element-92f68cb > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-21.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18301 .elementor-element.elementor-element-92f68cb > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18301 .elementor-element.elementor-element-92f68cb > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18301 .elementor-element.elementor-element-3367e40{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-1d42177 > .elementor-element-populated{margin:0% 0% 0% 0%;--e-column-margin-right:0%;--e-column-margin-left:0%;}.elementor-18301 .elementor-element.elementor-element-1d42177 > .elementor-element-populated.elementor-column-wrap{padding:0% 4% 0% 17%;}.elementor-18301 .elementor-element.elementor-element-1d42177 > .elementor-element-populated.elementor-widget-wrap{padding:0% 4% 0% 17%;}.elementor-18301 .elementor-element.elementor-element-76ec452{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-72430c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-72430c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-f56a7ce{--spacer-size:30px;}.elementor-18301 .elementor-element.elementor-element-ab334b2{--spacer-size:49px;}.elementor-18301 .elementor-element.elementor-element-325977a{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-e74277a{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-e48ff38 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-e48ff38 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-a7db945{--spacer-size:30px;}.elementor-18301 .elementor-element.elementor-element-075de25 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-075de25 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-219680a9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18301 .elementor-element.elementor-element-219680a9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18301 .elementor-element.elementor-element-236d069b .elementor-counter-number-wrapper{font-size:3.333em;font-weight:500;text-transform:uppercase;line-height:1.2em;letter-spacing:-1px;}.elementor-18301 .elementor-element.elementor-element-236d069b .elementor-counter-title{font-size:14px;font-weight:400;text-transform:uppercase;line-height:27px;letter-spacing:1.5px;}.elementor-18301 .elementor-element.elementor-element-5d55be9b .elementor-counter-number-wrapper{font-size:3.333em;font-weight:500;line-height:1.2em;letter-spacing:-1px;}.elementor-18301 .elementor-element.elementor-element-5d55be9b .elementor-counter-title{font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:1.5px;}.elementor-18301 .elementor-element.elementor-element-35fc8c6f .elementor-counter-number-wrapper{font-size:3.333em;font-weight:500;line-height:1.2em;}.elementor-18301 .elementor-element.elementor-element-35fc8c6f .elementor-counter-title{font-size:14px;font-weight:400;text-transform:uppercase;line-height:27px;letter-spacing:1.5px;}.elementor-18301 .elementor-element.elementor-element-1cce369:not(.elementor-motion-effects-element-type-background), .elementor-18301 .elementor-element.elementor-element-1cce369 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-22.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18301 .elementor-element.elementor-element-1cce369 > .elementor-background-overlay{background-color:#000000;opacity:0.25;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18301 .elementor-element.elementor-element-1cce369{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18301 .elementor-element.elementor-element-b30f297{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-9fb1407{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-c70da9d{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-d48f431 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18301 .elementor-element.elementor-element-d48f431{width:auto;max-width:auto;align-self:center;}.elementor-18301 .elementor-element.elementor-element-d48f431 .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-18301 .elementor-element.elementor-element-dee4d1c{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-3c01381{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-b558eaa{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-a1858d4{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-45a9238 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18301 .elementor-element.elementor-element-45a9238{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18301 .elementor-element.elementor-element-45a9238 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18301 .elementor-element.elementor-element-f332d99{--spacer-size:190px;}.elementor-bc-flex-widget .elementor-18301 .elementor-element.elementor-element-7b36aab.elementor-column .elementor-column-wrap{align-items:flex-end;}.elementor-18301 .elementor-element.elementor-element-7b36aab.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18301 .elementor-element.elementor-element-36902f7 > .elementor-widget-container{margin:0% 0% 0% -160%;}.elementor-18301 .elementor-element.elementor-element-e417129 > .elementor-element-populated{margin:0% 0% 0% 18%;--e-column-margin-right:0%;--e-column-margin-left:18%;}.elementor-18301 .elementor-element.elementor-element-8bb7853 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-8bb7853 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-56b7833{--spacer-size:33px;}.elementor-18301 .elementor-element.elementor-element-cfa6f7a{--spacer-size:100px;}.elementor-18301 .elementor-element.elementor-element-db0b725{--spacer-size:33px;}.elementor-18301 .elementor-element.elementor-element-2d91a08{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-43e465f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-43e465f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-1990d7f{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-3fffd6e9 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18301 .elementor-element.elementor-element-3fffd6e9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18301 .elementor-element.elementor-element-3fffd6e9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18301 .elementor-element.elementor-element-3481fe83:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18301 .elementor-element.elementor-element-3481fe83 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-25.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18301 .elementor-element.elementor-element-3481fe83 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18301 .elementor-element.elementor-element-3481fe83 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18301 .elementor-element.elementor-element-2071033{--spacer-size:300px;}.elementor-18301 .elementor-element.elementor-element-35dfb563 > .elementor-element-populated.elementor-column-wrap{padding:0% 10% 0% 12%;}.elementor-18301 .elementor-element.elementor-element-35dfb563 > .elementor-element-populated.elementor-widget-wrap{padding:0% 10% 0% 12%;}.elementor-18301 .elementor-element.elementor-element-44848da3{--spacer-size:95px;}.elementor-18301 .elementor-element.elementor-element-1ac46888 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-1ac46888 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18301 .elementor-element.elementor-element-7c673458{--spacer-size:32px;}.elementor-18301 .elementor-element.elementor-element-1f85cb62{--spacer-size:85px;}@media(max-width:1024px){.elementor-18301 .elementor-element.elementor-element-a8f991b > .elementor-widget-container{padding:0% 9% 0% 9%;}.elementor-18301 .elementor-element.elementor-element-224cfd5{--spacer-size:25px;}.elementor-18301 .elementor-element.elementor-element-3367e40{--spacer-size:250px;}.elementor-18301 .elementor-element.elementor-element-1d42177 > .elementor-element-populated.elementor-column-wrap{padding:0px 15px 0px 30px;}.elementor-18301 .elementor-element.elementor-element-1d42177 > .elementor-element-populated.elementor-widget-wrap{padding:0px 15px 0px 30px;}.elementor-18301 .elementor-element.elementor-element-f56a7ce{--spacer-size:25px;}.elementor-18301 .elementor-element.elementor-element-ab334b2{--spacer-size:30px;}.elementor-18301 .elementor-element.elementor-element-a7db945{--spacer-size:25px;}.elementor-18301 .elementor-element.elementor-element-236d069b .elementor-counter-number-wrapper{font-size:3em;}.elementor-18301 .elementor-element.elementor-element-236d069b .elementor-counter-title{font-size:13px;line-height:25px;letter-spacing:1px;}.elementor-18301 .elementor-element.elementor-element-5d55be9b .elementor-counter-number-wrapper{font-size:3em;}.elementor-18301 .elementor-element.elementor-element-5d55be9b .elementor-counter-title{font-size:13px;line-height:25px;letter-spacing:1px;}.elementor-18301 .elementor-element.elementor-element-35fc8c6f .elementor-counter-number-wrapper{font-size:3em;}.elementor-18301 .elementor-element.elementor-element-35fc8c6f .elementor-counter-title{font-size:13px;line-height:25px;letter-spacing:1px;}.elementor-18301 .elementor-element.elementor-element-e417129 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18301 .elementor-element.elementor-element-56b7833{--spacer-size:20px;}.elementor-18301 .elementor-element.elementor-element-db0b725{--spacer-size:20px;}.elementor-18301 .elementor-element.elementor-element-35dfb563 > .elementor-element-populated.elementor-column-wrap{padding:0px 30px 0px 30px;}.elementor-18301 .elementor-element.elementor-element-35dfb563 > .elementor-element-populated.elementor-widget-wrap{padding:0px 30px 0px 30px;}.elementor-18301 .elementor-element.elementor-element-44848da3{--spacer-size:80px;}.elementor-18301 .elementor-element.elementor-element-7c673458{--spacer-size:28px;}.elementor-18301 .elementor-element.elementor-element-1f85cb62{--spacer-size:80px;}}@media(max-width:767px){.elementor-18301 .elementor-element.elementor-element-a8f991b > .elementor-widget-container{padding:0px 5px 0px 5px;}.elementor-18301 .elementor-element.elementor-element-224cfd5{--spacer-size:15px;}.elementor-18301 .elementor-element.elementor-element-1d42177{width:100%;}.elementor-18301 .elementor-element.elementor-element-1d42177 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18301 .elementor-element.elementor-element-1d42177 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-18301 .elementor-element.elementor-element-1d42177 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-18301 .elementor-element.elementor-element-f56a7ce{--spacer-size:20px;}.elementor-18301 .elementor-element.elementor-element-ab334b2{--spacer-size:22px;}.elementor-18301 .elementor-element.elementor-element-a7db945{--spacer-size:20px;}.elementor-18301 .elementor-element.elementor-element-67e14f5a > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18301 .elementor-element.elementor-element-6cbb71a8 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18301 .elementor-element.elementor-element-e897649{width:70%;}.elementor-18301 .elementor-element.elementor-element-e897649 > .elementor-element-populated{margin:0% 0% 0% 0%;--e-column-margin-right:0%;--e-column-margin-left:0%;}.elementor-18301 .elementor-element.elementor-element-f332d99{--spacer-size:50px;}.elementor-18301 .elementor-element.elementor-element-7b36aab{width:30%;}.elementor-18301 .elementor-element.elementor-element-7b36aab > .elementor-element-populated{margin:-50% 0% 0% 35%;--e-column-margin-right:0%;--e-column-margin-left:35%;}.elementor-18301 .elementor-element.elementor-element-36902f7 > .elementor-widget-container{margin:0% 0% 0% -200%;}.elementor-18301 .elementor-element.elementor-element-e417129 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18301 .elementor-element.elementor-element-56b7833{--spacer-size:20px;}.elementor-18301 .elementor-element.elementor-element-db0b725{--spacer-size:20px;}.elementor-18301 .elementor-element.elementor-element-2071033{--spacer-size:250px;}.elementor-18301 .elementor-element.elementor-element-35dfb563 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-18301 .elementor-element.elementor-element-35dfb563 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-18301 .elementor-element.elementor-element-44848da3{--spacer-size:60px;}.elementor-18301 .elementor-element.elementor-element-7c673458{--spacer-size:15px;}.elementor-18301 .elementor-element.elementor-element-1f85cb62{--spacer-size:60px;}}@media(min-width:768px){.elementor-18301 .elementor-element.elementor-element-92f68cb{width:56%;}.elementor-18301 .elementor-element.elementor-element-1d42177{width:44%;}.elementor-18301 .elementor-element.elementor-element-e897649{width:73%;}.elementor-18301 .elementor-element.elementor-element-7b36aab{width:26.844%;}.elementor-18301 .elementor-element.elementor-element-3481fe83{width:57.969%;}.elementor-18301 .elementor-element.elementor-element-35dfb563{width:42%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18301 .elementor-element.elementor-element-3481fe83{width:100%;}.elementor-18301 .elementor-element.elementor-element-35dfb563{width:100%;}}\";}'),
(159598, 20128, '_elementor_edit_mode', 'builder'),
(159599, 20128, '_elementor_template_type', 'kit'),
(159600, 20128, '_elementor_version', '3.0.3'),
(159601, 20128, '_elementor_page_settings', 'a:13:{s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1320;s:5:\"sizes\";a:0:{}}s:27:\"stretched_section_container\";s:10:\".page_wrap\";s:19:\"page_title_selector\";s:25:\".sc_layouts_title_caption\";s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:11:\"viewport_md\";s:0:\"\";s:11:\"viewport_lg\";s:0:\"\";s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"61c01e98\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"69bf31ed\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:8:\"7a1ccbe5\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"13ed1179\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}s:17:\"system_typography\";a:4:{i:0;a:17:{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\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:0:\"\";s:21:\"typography_font_style\";s:0:\"\";s:26:\"typography_text_decoration\";s:0:\"\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:1;a:17:{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\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:0:\"\";s:21:\"typography_font_style\";s:0:\"\";s:26:\"typography_text_decoration\";s:0:\"\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:2;a:17:{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\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:0:\"\";s:21:\"typography_font_style\";s:0:\"\";s:26:\"typography_text_decoration\";s:0:\"\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:3;a:17:{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:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:0:\"\";s:21:\"typography_font_style\";s:0:\"\";s:26:\"typography_text_decoration\";s:0:\"\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}}s:9:\"site_name\";s:6:\"Fabric\";s:16:\"site_description\";s:51:\"Fashion &amp; Textile Manufacturing WordPress Theme\";s:21:\"space_between_widgets\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),
(159602, 20128, '_wp_page_template', 'default'),
(159603, 20128, '_elementor_data', '[]'),
(159604, 20128, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991832;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1239:\".elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-61c01e98:#4054B2;--e-global-color-69bf31ed:#23A455;--e-global-color-7a1ccbe5:#000;--e-global-color-13ed1179:#FFF;--e-global-typography-primary-font-family:\"Roboto\";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:\"Roboto Slab\";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:\"Roboto\";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:\"Roboto\";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-element{--widgets-spacing:0px;}{}.sc_layouts_title_caption{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}\";}'),
(159605, 5, '_hash', '7829a703c6123afb9b0bcb54956979f9e005ca03'),
(159606, 1266, '_hash', '704edac0b243ae8b13a80e677ed33bac6c8c8318'),
(159607, 1324, '_hash', 'ac0c9c4495b4c54267e2c56a79f24be8d00ab31f'),
(159608, 1326, '_hash', '6e0bafb600defc97716a242a191d3f48f69119d4'),
(159609, 1334, '_hash', '370400f3b1e7f9d261136a966bdb2f3cb9279c4f'),
(159610, 1395, '_hash', 'baaef75ff55b6f9ff88cd714878b8291982f57be'),
(159611, 1413, '_hash', '8934ccdcb0c75fe6f74405dc77c4e4b8547c47c7'),
(159612, 5597, '_hash', '5850a82b7edf7d7bcc2f88a5075267f42fd080a0'),
(159613, 6501, '_hash', 'f4cfa83b0d0fd3d0d2feea6e1cb00847e6bd4754'),
(159619, 18151, 'trx_addons_post_views_count', '160'),
(159620, 20132, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159621, 20132, '_elementor_edit_mode', 'builder'),
(159622, 20132, '_elementor_template_type', 'wp-page'),
(159623, 20132, '_elementor_version', '3.8.0'),
(159624, 20132, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159625, 20132, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"World Class Textile Producer with Impeccable Quality\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19140,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-10.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Perfect Materials with Our Services\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159626, 20132, '_elementor_page_assets', 'a:0:{}'),
(159627, 20132, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16025:\".elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-10.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon i, .elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{transform:rotate(0deg);}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159628, 20133, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159629, 20133, '_elementor_edit_mode', 'builder'),
(159630, 20133, '_elementor_template_type', 'wp-page'),
(159631, 20133, '_elementor_version', '3.8.0'),
(159632, 20133, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159633, 20133, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"World Class Textile Producer with Impeccable Quality\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19140,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-10.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Perfect Materials with Our Services\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159634, 20133, '_elementor_page_assets', 'a:0:{}'),
(159635, 20133, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16025:\".elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-10.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon i, .elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{transform:rotate(0deg);}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159636, 20134, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159637, 20134, '_elementor_edit_mode', 'builder'),
(159638, 20134, '_elementor_template_type', 'wp-page'),
(159639, 20134, '_elementor_version', '3.8.0'),
(159640, 20134, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159641, 20134, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19140,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-10.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Perfect Materials with Our Services\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159642, 20134, '_elementor_page_assets', 'a:0:{}'),
(159643, 20134, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991851;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16025:\".elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-10.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon i, .elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{transform:rotate(0deg);}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159644, 20135, '_wp_attached_file', '2023/10/1-1-1024x587-1.jpg'),
(159645, 20135, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:587;s:4:\"file\";s:26:\"2023/10/1-1-1024x587-1.jpg\";s:8:\"filesize\";i:114463;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57103;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-370x212.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18551;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65283;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21378;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4521;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-840x482.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66119;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-410x235.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21656;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-570x587.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54997;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57381;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-890x587.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83795;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"1-1-1024x587-1-500x587.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48172;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39024;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6472;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10856;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30363;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"1-1-1024x587-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26354;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159646, 20136, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159647, 20136, '_elementor_edit_mode', 'builder'),
(159648, 20136, '_elementor_template_type', 'wp-page'),
(159649, 20136, '_elementor_version', '3.16.4'),
(159650, 20136, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159651, 20136, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19140,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-10.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Perfect Materials with Our Services\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159652, 20136, '_elementor_page_assets', 'a:0:{}'),
(159653, 20137, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159654, 20137, '_elementor_edit_mode', 'builder'),
(159655, 20137, '_elementor_template_type', 'wp-page'),
(159656, 20137, '_elementor_version', '3.16.4'),
(159657, 20137, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159658, 20137, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19140,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-10.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Perfect Materials with Our Services\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159659, 20137, '_elementor_page_assets', 'a:0:{}'),
(159660, 20138, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159661, 20138, '_elementor_edit_mode', 'builder'),
(159662, 20138, '_elementor_template_type', 'wp-page'),
(159663, 20138, '_elementor_version', '3.16.4'),
(159664, 20138, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159665, 20138, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Perfect Materials with Our Services\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159666, 20138, '_elementor_page_assets', 'a:0:{}'),
(159668, 20139, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159669, 20139, '_elementor_edit_mode', 'builder'),
(159670, 20139, '_elementor_template_type', 'wp-page'),
(159671, 20139, '_elementor_version', '3.16.4'),
(159672, 20139, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159673, 20139, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Perfect Materials with Our Services\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159674, 20139, '_elementor_page_assets', 'a:0:{}'),
(159675, 20139, '_elementor_css', 'a:7:{s:4:\"time\";i:1696397578;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159676, 20140, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159677, 20140, '_elementor_edit_mode', 'builder'),
(159678, 20140, '_elementor_template_type', 'wp-page'),
(159679, 20140, '_elementor_version', '3.16.4'),
(159680, 20140, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159681, 20140, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Perfect Materials with Our Services\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159682, 20140, '_elementor_page_assets', 'a:0:{}'),
(159683, 20140, '_elementor_css', 'a:7:{s:4:\"time\";i:1696397578;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159684, 20141, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159685, 20141, '_elementor_edit_mode', 'builder'),
(159686, 20141, '_elementor_template_type', 'wp-page'),
(159687, 20141, '_elementor_version', '3.16.4'),
(159688, 20141, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159689, 20141, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos Materiales de Excelente Calidad en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159690, 20141, '_elementor_page_assets', 'a:0:{}'),
(159691, 20141, '_elementor_css', 'a:7:{s:4:\"time\";i:1696397578;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159693, 20142, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159694, 20142, '_elementor_edit_mode', 'builder'),
(159695, 20142, '_elementor_template_type', 'wp-page'),
(159696, 20142, '_elementor_version', '3.16.4'),
(159697, 20142, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159698, 20142, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos Materiales de Excelente Calidad en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159699, 20142, '_elementor_page_assets', 'a:0:{}'),
(159700, 20142, '_elementor_css', 'a:7:{s:4:\"time\";i:1696397680;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159701, 20143, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159702, 20143, '_elementor_edit_mode', 'builder'),
(159703, 20143, '_elementor_template_type', 'wp-page'),
(159704, 20143, '_elementor_version', '3.16.4'),
(159705, 20143, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159706, 20143, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos Materiales de Excelente Calidad en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159707, 20143, '_elementor_page_assets', 'a:0:{}'),
(159708, 20143, '_elementor_css', 'a:7:{s:4:\"time\";i:1696397680;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159709, 20144, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159710, 20144, '_elementor_edit_mode', 'builder'),
(159711, 20144, '_elementor_template_type', 'wp-page'),
(159712, 20144, '_elementor_version', '3.16.4'),
(159713, 20144, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159714, 20144, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159715, 20144, '_elementor_page_assets', 'a:0:{}'),
(159716, 20144, '_elementor_css', 'a:7:{s:4:\"time\";i:1696397680;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159728, 20146, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159729, 20146, '_elementor_edit_mode', 'builder'),
(159730, 20146, '_elementor_template_type', 'wp-page'),
(159731, 20146, '_elementor_version', '3.16.4'),
(159732, 20146, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159733, 20146, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159734, 20146, '_elementor_page_assets', 'a:0:{}'),
(159735, 20146, '_elementor_css', 'a:7:{s:4:\"time\";i:1696398608;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159736, 20147, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159737, 20147, '_elementor_edit_mode', 'builder'),
(159738, 20147, '_elementor_template_type', 'wp-page'),
(159739, 20147, '_elementor_version', '3.16.4'),
(159740, 20147, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159741, 20147, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159742, 20147, '_elementor_page_assets', 'a:0:{}'),
(159743, 20147, '_elementor_css', 'a:7:{s:4:\"time\";i:1696398608;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159744, 20148, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159745, 20148, '_elementor_edit_mode', 'builder'),
(159746, 20148, '_elementor_template_type', 'wp-page'),
(159747, 20148, '_elementor_version', '3.16.4'),
(159748, 20148, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159749, 20148, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159750, 20148, '_elementor_page_assets', 'a:0:{}'),
(159751, 20148, '_elementor_css', 'a:7:{s:4:\"time\";i:1696398608;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159753, 20149, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159754, 20149, '_elementor_edit_mode', 'builder'),
(159755, 20149, '_elementor_template_type', 'wp-page'),
(159756, 20149, '_elementor_version', '3.16.4'),
(159757, 20149, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159758, 20149, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159759, 20149, '_elementor_page_assets', 'a:0:{}'),
(159760, 20149, '_elementor_css', 'a:7:{s:4:\"time\";i:1696398911;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159761, 20150, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159762, 20150, '_elementor_edit_mode', 'builder'),
(159763, 20150, '_elementor_template_type', 'wp-page'),
(159764, 20150, '_elementor_version', '3.16.4'),
(159765, 20150, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159766, 20150, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2640ada\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"976b65b\"}]},\"elements\":[{\"id\":\"c5701ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6891787\"}]},\"elements\":[{\"id\":\"e81fd13\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"22fee68\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bac2ca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"subtitle\":\"From The Blog\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\",\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"03fd6f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f60c7a1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da6de6e\",\"elType\":\"widget\",\"settings\":{\"cat\":[\"\",\"178\"],\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"filters_more_text\":\"More posts\",\"meta_parts\":[\"categories\",\"date\",\"comments\"],\"hide_excerpt\":\"1\",\"more_button\":\"\",\"more_text\":\"Read more\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom_outside\",\"audio_effects\":[{\"_id\":\"2e5bf33\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_blogger\"},{\"id\":\"d34f98f\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159767, 20150, '_elementor_page_assets', 'a:0:{}'),
(159768, 20150, '_elementor_css', 'a:7:{s:4:\"time\";i:1696398911;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159769, 20151, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159770, 20151, '_elementor_edit_mode', 'builder'),
(159771, 20151, '_elementor_template_type', 'wp-page'),
(159772, 20151, '_elementor_version', '3.16.4'),
(159773, 20151, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159774, 20151, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159775, 20151, '_elementor_page_assets', 'a:0:{}'),
(159776, 20151, '_elementor_css', 'a:7:{s:4:\"time\";i:1696398911;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:19063:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-2640ada .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-e81fd13{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-bac2ca6 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-03fd6f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-da6de6e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-d34f98f{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159778, 19671, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"&#x421;&#x433;&#x440;&#x443;&#x43F;&#x43F;&#x438;&#x440;&#x43E;&#x432;&#x430;&#x442;&#x44C;_8810\" data-name=\"&#x421;&#x433;&#x440;&#x443;&#x43F;&#x43F;&#x438;&#x440;&#x43E;&#x432;&#x430;&#x442;&#x44C; 8810\" width=\"32\" height=\"18\" viewBox=\"0 0 32 18\"><rect id=\"&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A;_2795\" data-name=\"&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A; 2795\" width=\"32\" height=\"2\" fill=\"#fff\"></rect><rect id=\"&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A;_2796\" data-name=\"&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A; 2796\" width=\"32\" height=\"2\" transform=\"translate(0 8)\" fill=\"#fff\"></rect><rect id=\"&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A;_2797\" data-name=\"&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A; 2797\" width=\"32\" height=\"2\" transform=\"translate(0 16)\" fill=\"#fff\"></rect></svg>'),
(159779, 18693, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"26.5\" height=\"17.453\" viewBox=\"0 0 26.5 17.453\"><g id=\"Layer_47\" data-name=\"Layer 47\" transform=\"translate(-10.5 -17.84)\"><path id=\"&#x41A;&#x43E;&#x43D;&#x442;&#x443;&#x440;_17151\" data-name=\"&#x41A;&#x43E;&#x43D;&#x442;&#x443;&#x440; 17151\" d=\"M11.424,19.689H23.75a.924.924,0,0,0,0-1.849H11.424a.924.924,0,0,0,0,1.849Z\" fill=\"#fff\"></path><path id=\"&#x41A;&#x43E;&#x43D;&#x442;&#x443;&#x440;_17152\" data-name=\"&#x41A;&#x43E;&#x43D;&#x442;&#x443;&#x440; 17152\" d=\"M37,31.424a.924.924,0,0,0-.924-.924H11.424a.924.924,0,0,0,0,1.849H36.075A.924.924,0,0,0,37,31.424Z\" transform=\"translate(0 -4.858)\" fill=\"#fff\"></path><path id=\"&#x41A;&#x43E;&#x43D;&#x442;&#x443;&#x440;_17153\" data-name=\"&#x41A;&#x43E;&#x43D;&#x442;&#x443;&#x440; 17153\" d=\"M43.75,43.16H31.424a.924.924,0,0,0,0,1.849H43.75a.924.924,0,1,0,0-1.849Z\" transform=\"translate(-7.674 -9.716)\" fill=\"#fff\"></path></g></svg>'),
(159780, 20152, '_wp_attached_file', '2023/10/Foto_principal_confecciones.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159781, 20152, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:835;s:6:\"height\";i:465;s:4:\"file\";s:39:\"2023/10/Foto_principal_confecciones.jpg\";s:8:\"filesize\";i:303929;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12176;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6407;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45635;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-370x206.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16283;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19107;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4666;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-410x228.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19110;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-570x465.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39505;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-650x465.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45027;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"Foto_principal_confecciones-500x465.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35034;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-600x334.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32258;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6407;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10553;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-370x465.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27878;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:39:\"Foto_principal_confecciones-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22580;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159790, 18139, '_oembed_9c3c05ffd19d3c11af611282ba2b9124', '<iframe title=\"2018 Jimmy Tailor Promo\" width=\"242\" height=\"136\" src=\"https://www.youtube.com/embed/ZNm6z3zr0f8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(159791, 18139, '_oembed_time_9c3c05ffd19d3c11af611282ba2b9124', '1696399718'),
(159792, 20154, '_wp_attached_file', '2023/10/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4'),
(159793, 20154, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:5246107;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:24;s:16:\"length_formatted\";s:4:\"0:24\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1684422894;}'),
(159794, 20155, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159795, 20155, '_elementor_edit_mode', 'builder'),
(159796, 20155, '_elementor_template_type', 'wp-page'),
(159797, 20155, '_elementor_version', '3.16.4'),
(159798, 20155, '_wp_page_template', 'default'),
(159799, 20155, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159800, 20155, '_elementor_page_assets', 'a:0:{}'),
(159801, 20156, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159802, 20156, '_elementor_edit_mode', 'builder'),
(159803, 20156, '_elementor_template_type', 'wp-page'),
(159804, 20156, '_elementor_version', '3.16.4'),
(159805, 20156, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159806, 20156, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159807, 20156, '_elementor_page_assets', 'a:0:{}'),
(159808, 20157, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159809, 20157, '_elementor_edit_mode', 'builder'),
(159810, 20157, '_elementor_template_type', 'wp-page'),
(159811, 20157, '_elementor_version', '3.16.4'),
(159812, 20157, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159813, 20157, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159814, 20157, '_elementor_page_assets', 'a:0:{}'),
(159816, 20158, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159817, 20158, '_elementor_edit_mode', 'builder'),
(159818, 20158, '_elementor_template_type', 'wp-page'),
(159819, 20158, '_elementor_version', '3.16.4'),
(159820, 20158, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159821, 20158, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159822, 20158, '_elementor_page_assets', 'a:0:{}'),
(159823, 20158, '_elementor_css', 'a:7:{s:4:\"time\";i:1696399799;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159824, 20159, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159825, 20159, '_elementor_edit_mode', 'builder'),
(159826, 20159, '_elementor_template_type', 'wp-page'),
(159827, 20159, '_elementor_version', '3.16.4'),
(159828, 20159, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159829, 20159, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159830, 20159, '_elementor_page_assets', 'a:0:{}'),
(159831, 20159, '_elementor_css', 'a:7:{s:4:\"time\";i:1696399799;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159832, 20160, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159833, 20160, '_elementor_edit_mode', 'builder'),
(159834, 20160, '_elementor_template_type', 'wp-page'),
(159835, 20160, '_elementor_version', '3.16.4'),
(159836, 20160, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159837, 20160, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159838, 20160, '_elementor_page_assets', 'a:0:{}'),
(159839, 20160, '_elementor_css', 'a:7:{s:4:\"time\";i:1696399799;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159841, 20161, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159842, 20161, '_elementor_edit_mode', 'builder'),
(159843, 20161, '_elementor_template_type', 'wp-page'),
(159844, 20161, '_elementor_version', '3.16.4'),
(159845, 20161, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159846, 20161, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159847, 20161, '_elementor_page_assets', 'a:0:{}'),
(159848, 20161, '_elementor_css', 'a:7:{s:4:\"time\";i:1696399983;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159849, 20162, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159850, 20162, '_elementor_edit_mode', 'builder'),
(159851, 20162, '_elementor_template_type', 'wp-page'),
(159852, 20162, '_elementor_version', '3.16.4'),
(159853, 20162, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159854, 20162, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159855, 20162, '_elementor_page_assets', 'a:0:{}'),
(159856, 20162, '_elementor_css', 'a:7:{s:4:\"time\";i:1696399983;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159857, 20163, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159858, 20163, '_elementor_edit_mode', 'builder'),
(159859, 20163, '_elementor_template_type', 'wp-page'),
(159860, 20163, '_elementor_version', '3.16.4'),
(159861, 20163, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159862, 20163, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159863, 20163, '_elementor_page_assets', 'a:0:{}'),
(159864, 20163, '_elementor_css', 'a:7:{s:4:\"time\";i:1696399983;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159866, 20164, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159867, 20164, '_elementor_edit_mode', 'builder'),
(159868, 20164, '_elementor_template_type', 'wp-page'),
(159869, 20164, '_elementor_version', '3.16.4'),
(159870, 20164, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159871, 20164, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159872, 20164, '_elementor_page_assets', 'a:0:{}'),
(159873, 20164, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400098;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159874, 20165, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159875, 20165, '_elementor_edit_mode', 'builder'),
(159876, 20165, '_elementor_template_type', 'wp-page'),
(159877, 20165, '_elementor_version', '3.16.4'),
(159878, 20165, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159879, 20165, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159880, 20165, '_elementor_page_assets', 'a:0:{}'),
(159881, 20165, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400098;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159882, 20166, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159883, 20166, '_elementor_edit_mode', 'builder'),
(159884, 20166, '_elementor_template_type', 'wp-page'),
(159885, 20166, '_elementor_version', '3.16.4'),
(159886, 20166, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159887, 20166, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159888, 20166, '_elementor_page_assets', 'a:0:{}'),
(159889, 20166, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400098;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159891, 20167, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159892, 20167, '_elementor_edit_mode', 'builder'),
(159893, 20167, '_elementor_template_type', 'wp-page'),
(159894, 20167, '_elementor_version', '3.16.4'),
(159895, 20167, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159896, 20167, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159897, 20167, '_elementor_page_assets', 'a:0:{}'),
(159898, 20167, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159899, 20168, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159900, 20168, '_elementor_edit_mode', 'builder'),
(159901, 20168, '_elementor_template_type', 'wp-page'),
(159902, 20168, '_elementor_version', '3.16.4'),
(159903, 20168, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159904, 20168, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159905, 20168, '_elementor_page_assets', 'a:0:{}'),
(159906, 20168, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159907, 20169, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159908, 20169, '_elementor_edit_mode', 'builder'),
(159909, 20169, '_elementor_template_type', 'wp-page'),
(159910, 20169, '_elementor_version', '3.16.4'),
(159911, 20169, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159912, 20169, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159913, 20169, '_elementor_page_assets', 'a:0:{}'),
(159914, 20169, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159916, 20170, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159917, 20170, '_elementor_edit_mode', 'builder'),
(159918, 20170, '_elementor_template_type', 'wp-page'),
(159919, 20170, '_elementor_version', '3.16.4'),
(159920, 20170, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159921, 20170, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159922, 20170, '_elementor_page_assets', 'a:0:{}'),
(159923, 20170, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400582;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159924, 20171, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159925, 20171, '_elementor_edit_mode', 'builder'),
(159926, 20171, '_elementor_template_type', 'wp-page'),
(159927, 20171, '_elementor_version', '3.16.4'),
(159928, 20171, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159929, 20171, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159930, 20171, '_elementor_page_assets', 'a:0:{}'),
(159931, 20171, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400582;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159932, 20172, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159933, 20172, '_elementor_edit_mode', 'builder'),
(159934, 20172, '_elementor_template_type', 'wp-page'),
(159935, 20172, '_elementor_version', '3.16.4'),
(159936, 20172, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159937, 20172, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159938, 20172, '_elementor_page_assets', 'a:0:{}'),
(159939, 20172, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400582;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159941, 20173, '_wp_attached_file', '2022/08/istockphoto-1303435316-612x612-1.jpg'),
(159942, 20173, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:612;s:6:\"height\";i:471;s:4:\"file\";s:44:\"2022/08/istockphoto-1303435316-612x612-1.jpg\";s:8:\"filesize\";i:13109;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4778;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2518;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-370x285.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6342;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6438;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1954;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-410x316.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7259;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-570x471.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12817;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-500x471.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10191;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-600x462.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11830;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2518;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4033;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-370x471.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8210;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:44:\"istockphoto-1303435316-612x612-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7273;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:200:\"Mockup of white, black T-shirt, beautifully folded, blank polo for presentation of design, print, pattern. Men\'s clothing template with collar,buttons, front view, isolated on background.Set of clothe\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159943, 20174, '_wp_attached_file', '2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159944, 20174, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:570;s:6:\"height\";i:411;s:4:\"file\";s:44:\"2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\";s:8:\"filesize\";i:15597;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5576;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2905;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7510;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7259;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2231;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8712;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-500x411.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14416;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2905;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4093;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-370x411.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11343;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:44:\"95bd8a7bb1d458b80cb48ae67e670951-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10062;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159945, 20175, '_wp_attached_file', '2022/08/polera-capucha-color-melange.jpg'),
(159946, 20175, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2022/08/polera-capucha-color-melange.jpg\";s:8:\"filesize\";i:74726;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2665;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9390;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-600x473.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18703;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7192;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2023;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10870;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20591;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-600x572.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20504;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"polera-capucha-color-melange-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19946;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2665;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3799;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13648;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:40:\"polera-capucha-color-melange-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9390;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159947, 18150, '_wp_old_slug', 'yarns'),
(159948, 18151, '_wp_old_slug', 'fabrics'),
(159949, 18152, '_wp_old_slug', 'clothing'),
(159950, 20176, '_wp_attached_file', '2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png'),
(159951, 20176, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:400;s:4:\"file\";s:50:\"2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\";s:8:\"filesize\";i:86591;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45295;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"D_NQ_NP_764528-MPE46713473560_072021-O-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20207;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png\";s:5:\"width\";i:370;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61725;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:50:\"D_NQ_NP_764528-MPE46713473560_072021-O-410x230.png\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65846;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:50:\"D_NQ_NP_764528-MPE46713473560_072021-O-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14167;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png\";s:5:\"width\";i:410;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71932;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:50:\"D_NQ_NP_764528-MPE46713473560_072021-O-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20207;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:50:\"D_NQ_NP_764528-MPE46713473560_072021-O-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35329;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:50:\"D_NQ_NP_764528-MPE46713473560_072021-O-370x400.png\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80141;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:50:\"D_NQ_NP_764528-MPE46713473560_072021-O-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159952, 18154, '_wp_old_slug', 'retail-shops'),
(159953, 20178, '_wp_attached_file', '2022/08/Polera-ploma.jpg'),
(159954, 20178, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:506;s:4:\"file\";s:24:\"2022/08/Polera-ploma.jpg\";s:8:\"filesize\";i:56956;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7400;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3298;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-370x312.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10184;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-600x473.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28320;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8447;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2491;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-410x346.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12130;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-570x506.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26624;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Polera-ploma-500x506.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26023;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3298;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4249;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20361;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"Polera-ploma-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13304;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:3:\"Web\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(159955, 20179, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159956, 20179, '_elementor_edit_mode', 'builder'),
(159957, 20179, '_elementor_template_type', 'wp-page'),
(159958, 20179, '_elementor_version', '3.16.4'),
(159959, 20179, '_wp_page_template', 'default'),
(159960, 20179, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159961, 20179, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159962, 20179, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400863;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159963, 20180, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159964, 20180, '_elementor_edit_mode', 'builder'),
(159965, 20180, '_elementor_template_type', 'wp-page'),
(159966, 20180, '_elementor_version', '3.16.4'),
(159967, 20180, '_wp_page_template', 'default'),
(159968, 20180, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159969, 20180, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159970, 20180, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400863;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159971, 20181, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159972, 20181, '_elementor_edit_mode', 'builder'),
(159973, 20181, '_elementor_template_type', 'wp-page'),
(159974, 20181, '_elementor_version', '3.16.4'),
(159975, 20181, '_wp_page_template', 'default'),
(159976, 20181, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159977, 20181, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159978, 20181, '_elementor_css', 'a:7:{s:4:\"time\";i:1696400863;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159980, 20182, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159981, 20182, '_elementor_edit_mode', 'builder'),
(159982, 20182, '_elementor_template_type', 'wp-page'),
(159983, 20182, '_elementor_version', '3.16.4'),
(159984, 20182, '_wp_page_template', 'default'),
(159985, 20182, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159986, 20182, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159987, 20182, '_elementor_css', 'a:7:{s:4:\"time\";i:1696401708;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159988, 20183, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159989, 20183, '_elementor_edit_mode', 'builder'),
(159990, 20183, '_elementor_template_type', 'wp-page'),
(159991, 20183, '_elementor_version', '3.16.4'),
(159992, 20183, '_wp_page_template', 'default'),
(159993, 20183, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b39186a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"scheme\":\"light\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"42988a5\"}]},\"elements\":[{\"id\":\"2c3c18a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5c54a7f\"}]},\"elements\":[{\"id\":\"517a2d8\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"fcf11f1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6756ef8e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What`s New\",\"tab_content\":\"\",\"_id\":\"75d1457\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19096\"},{\"tab_title\":\"Event Services\",\"tab_content\":\"\",\"_id\":\"1c71ca9\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19098\"},{\"tab_title\":\"Accessories\",\"tab_content\":\"\",\"_id\":\"208fabb\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19100\"},{\"tab_title\":\"Suit Resizing\",\"tab_content\":\"\",\"_id\":\"67227ce\",\"tab_content_type\":\"layout\",\"tab_layout\":\"19102\"}],\"_css_classes\":\"tabs_style_2\",\"tab_typography_typography\":\"custom\",\"audio_effects\":[{\"_id\":\"33c7283\"}]},\"elements\":[],\"widgetType\":\"tabs\"},{\"id\":\"c8250e9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"855c6b1\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(159994, 20183, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(159995, 20183, '_elementor_css', 'a:7:{s:4:\"time\";i:1696401708;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(159996, 20184, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(159997, 20184, '_elementor_edit_mode', 'builder'),
(159998, 20184, '_elementor_template_type', 'wp-page'),
(159999, 20184, '_elementor_version', '3.16.4'),
(160000, 20184, '_wp_page_template', 'default'),
(160001, 20184, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160002, 20184, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160003, 20184, '_elementor_css', 'a:7:{s:4:\"time\";i:1696401708;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:18130:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-3b39186a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-3b39186a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-3b39186a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-517a2d8{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:before, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-title:after, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tab-content, .elementor-18139 .elementor-element.elementor-element-6756ef8e .elementor-tabs-content-wrapper{border-width:1px;}.elementor-18139 .elementor-element.elementor-element-c8250e9{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160014, 18384, '_wp_old_date', '2022-09-12'),
(160052, 17405, '_wp_old_date', '2022-09-12'),
(160053, 20185, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160054, 20185, '_elementor_edit_mode', 'builder'),
(160055, 20185, '_elementor_template_type', 'wp-page'),
(160056, 20185, '_elementor_version', '3.8.0'),
(160057, 20185, '_wp_page_template', 'default'),
(160058, 20185, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"38ffdf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ada8ac5\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/about-page-image1.jpg\",\"id\":17768,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10cce33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/about-page-image2.jpg\",\"id\":17769,\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Our New Home Textile Collection\",\"subtitle\":\"beauty & comfort\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160059, 20185, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160060, 20185, '_elementor_css', 'a:7:{s:4:\"time\";i:1668413011;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14349:\".elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-38ffdf7:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/about-page-image1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:700px;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-column-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/about-page-image2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon i, .elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{transform:rotate(0deg);}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated{margin:0px 10px 0px 0px;--e-column-margin-right:10px;--e-column-margin-left:0px;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-38ffdf7{width:50%;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160061, 20186, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160062, 20186, '_elementor_edit_mode', 'builder'),
(160063, 20186, '_elementor_template_type', 'wp-page'),
(160064, 20186, '_elementor_version', '3.8.0'),
(160065, 20186, '_wp_page_template', 'default'),
(160066, 20186, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Questions? Get in Touch!\",\"subtitle\":\"Contact Us\",\"description\":\"Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"785 15h Street, Office 478 Berlin\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:18408412569\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+1 840 841 25 69\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">info@email.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160067, 20186, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160068, 20186, '_elementor_page_assets', 'a:0:{}'),
(160069, 20186, '_elementor_css', 'a:7:{s:4:\"time\";i:1668082573;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:3585:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160070, 20187, '_elementor_page_settings', 'a:4:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160071, 20187, '_elementor_edit_mode', 'builder'),
(160072, 20187, '_elementor_template_type', 'wp-page'),
(160073, 20187, '_elementor_version', '3.8.0'),
(160074, 20187, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160075, 20187, '_elementor_data', '[{\"id\":\"4e0e6d0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c95dc88\"}]},\"elements\":[{\"id\":\"9b9fe0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32a6abe\"}]},\"elements\":[{\"id\":\"c4a9262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"59d157f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d987af0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"73b7d13\"}]},\"elements\":[{\"id\":\"4ba596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7f4856e\"}]},\"elements\":[{\"id\":\"65447de\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title\":\"Measured, Made and Fitted by Us\",\"subtitle\":\"individuAL TAILORING\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"54783b1\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":true},{\"id\":\"9cb6a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ef6caae\"}]},\"elements\":[{\"id\":\"07cab1f\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9e2bcb6\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"84748a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.<\\/p><p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.<\\/p>\",\"audio_effects\":[{\"_id\":\"05619dc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"eef7a2d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"79cf4bd\"}]},\"elements\":[{\"id\":\"a1b5059\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"e0f8afc\"}]},\"elements\":[{\"id\":\"b99ed1e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"731187d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd649b4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7e3fca1\"}]},\"elements\":[{\"id\":\"70c4f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8220ca1\"}]},\"elements\":[{\"id\":\"6571b35\",\"elType\":\"widget\",\"settings\":{\"type\":\"divider\",\"icons\":[{\"title\":\"Custom ||Tailoring\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/custom-tailoring\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-measuring-tape\",\"_id\":\"77d6228\",\"link_text\":\"Read More\"},{\"title\":\"Hemming,||Shortening\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/hems-shortening\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-scissors\",\"_id\":\"13d21ea\",\"link_text\":\"Read More\"},{\"title\":\"Home ||Textiles\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/home-textile\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-window-1\",\"_id\":\"f0fbd00\",\"link_text\":\"Read More\"},{\"title\":\"Repair &||Maintenance\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/services\\/clothing-repair\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-shield\",\"link_text\":\"Read More\",\"_id\":\"4c27bdb\"}],\"align\":\"none\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f433b6d\"}],\"color\":\"#C19A5B\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c80f23b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"bfe53c8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0534b3e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"96f57dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"9d6b201\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19085,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-4.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"520\",\"height\":\"642\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"17a18c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"a031fa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Your Perfect Look with Our Items\",\"subtitle\":\"premium quality\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"ee89b6b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f815b56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"139fd00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"9c0d1bd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a35454\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Top Quality Fabric\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf893fc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3efe2b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Modern Collection\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24dc180\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"f77a9d7\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0ec592\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Ream More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9aa2b50\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"b4130bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"5d5a94e\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ed8b5a\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Our huge range of made-to-measure {{clothing and home textiles}} offers a variety of solutions and styles\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"styles\\noptions\\n\",\"subtitle\":\"What We Offer\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"0dc6889\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"607728e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"http:\\/\\/default.qwery.kat\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ca47894\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99ebe2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":19086,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-5.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55ce6f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"c725f81\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4e8729b\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3abf8f6\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"967333c\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"49f3c1c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"a7ffd6f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"21cc7f9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ccd3ee9\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eda877a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\",\"overflow\":\"hidden\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"07d3902\"}]},\"elements\":[{\"id\":\"12a658c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f577c8f\"}]},\"elements\":[{\"id\":\"015991f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"be4590f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11956a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6acdee4\"}]},\"elements\":[{\"id\":\"db94d39\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\",\"extra_bg\":\"extra_left\",\"z_index\":9,\"_inline_size_tablet\":25,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9452839\"}]},\"elements\":[{\"id\":\"4966e50\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"subtitle\":\"Browse our collections\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"e778f8b\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":true},{\"id\":\"8b27443\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":75,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"044f31b\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"466d670\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"Read More\",\"cat\":\"165\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"slides_space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"slides_overflow\":\"1\",\"type\":\"backward\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"slider\":\"1\",\"slider_autoplay\":\"\",\"show_subtitle\":\"1\",\"audio_effects\":[{\"_id\":\"4e197a7\"}]},\"elements\":[],\"widgetType\":\"trx_sc_services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e8ed164\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e501591\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36badc2\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8f0b433\"}]},\"elements\":[{\"id\":\"3c7422e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"886cc6f\"}]},\"elements\":[{\"id\":\"eb2fbfc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"9254734\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50a1168\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee0df5\"}]},\"elements\":[{\"id\":\"0d4cf12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.848,\"_inline_size_tablet\":44,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0388219\"}]},\"elements\":[{\"id\":\"7e965c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe for the exclusive updates!\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"2b18d01\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"048462e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.152,\"_inline_size_tablet\":56,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ba9d1eb\"}]},\"elements\":[{\"id\":\"3bf0c48\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"ce5edf7\"}],\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c58cc0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-3\\\"]\",\"audio_effects\":[{\"_id\":\"1581854\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"1ec8141\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"2af7cec\"}],\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e5f3f3e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8f0b433\"}]},\"elements\":[{\"id\":\"b71d705\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"886cc6f\"}]},\"elements\":[{\"id\":\"1c49e49\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"alter_height\":\"large\",\"audio_effects\":[{\"_id\":\"9254734\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(160076, 20187, '_elementor_page_assets', 'a:0:{}'),
(160077, 20187, '_elementor_css', 'a:7:{s:4:\"time\";i:1668413062;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:11360:\".elementor-17790 .elementor-element.elementor-element-4ba596a > .elementor-element-populated.elementor-column-wrap{padding:0% 15% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-4ba596a > .elementor-element-populated.elementor-widget-wrap{padding:0% 15% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-65447de .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-65447de .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-9cb6a56 > .elementor-element-populated.elementor-column-wrap{padding:0% 15% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-9cb6a56 > .elementor-element-populated.elementor-widget-wrap{padding:0% 15% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-07cab1f{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-b99ed1e{--spacer-size:75px;}.elementor-17790 .elementor-element.elementor-element-6571b35 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-6571b35 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-0534b3e > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17790 .elementor-element.elementor-element-0534b3e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-17790 .elementor-element.elementor-element-0534b3e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17790 .elementor-element.elementor-element-9d6b201{text-align:left;width:auto;max-width:auto;}.elementor-17790 .elementor-element.elementor-element-9d6b201 > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-17a18c3 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-17790 .elementor-element.elementor-element-a031fa5 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-a031fa5 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-ee89b6b{--spacer-size:33px;}.elementor-17790 .elementor-element.elementor-element-139fd00{--spacer-size:100px;}.elementor-17790 .elementor-element.elementor-element-bf893fc{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-17790 .elementor-element.elementor-element-bf893fc .elementor-divider-separator{width:100%;}.elementor-17790 .elementor-element.elementor-element-bf893fc .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-17790 .elementor-element.elementor-element-24dc180{--spacer-size:100px;}.elementor-17790 .elementor-element.elementor-element-9aa2b50{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17790 .elementor-element.elementor-element-9aa2b50 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17790 .elementor-element.elementor-element-5d5a94e{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-7ed8b5a .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-7ed8b5a .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-7ed8b5a > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17790 .elementor-element.elementor-element-0dc6889{--spacer-size:35px;}.elementor-17790 .elementor-element.elementor-element-607728e{color:#96999F;font-size:16px;}.elementor-17790 .elementor-element.elementor-element-ca47894{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-99ebe2c:not(.elementor-motion-effects-element-type-background), .elementor-17790 .elementor-element.elementor-element-99ebe2c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17790 .elementor-element.elementor-element-99ebe2c > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17790 .elementor-element.elementor-element-99ebe2c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17790 .elementor-element.elementor-element-c725f81{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-4e8729b{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-3abf8f6{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-967333c .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17790 .elementor-element.elementor-element-967333c{width:auto;max-width:auto;align-self:center;}.elementor-17790 .elementor-element.elementor-element-967333c .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17790 .elementor-element.elementor-element-a7ffd6f{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-21cc7f9{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-ccd3ee9{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-eda877a{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17790 .elementor-element.elementor-element-eda877a:not(.elementor-motion-effects-element-type-background), .elementor-17790 .elementor-element.elementor-element-eda877a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17790 .elementor-element.elementor-element-eda877a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17790 .elementor-element.elementor-element-db94d39:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17790 .elementor-element.elementor-element-db94d39 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17790 .elementor-element.elementor-element-db94d39 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17790 .elementor-element.elementor-element-db94d39 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17790 .elementor-element.elementor-element-db94d39{z-index:9;}.elementor-17790 .elementor-element.elementor-element-4966e50 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-4966e50 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-466d670 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-466d670 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-eb2fbfc{--spacer-size:60px;}.elementor-17790 .elementor-element.elementor-element-50a1168 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17790 .elementor-element.elementor-element-7e965c4 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-7e965c4 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17790 .elementor-element.elementor-element-3bf0c48{--spacer-size:10px;}.elementor-17790 .elementor-element.elementor-element-1ec8141{--spacer-size:10px;}.elementor-17790 .elementor-element.elementor-element-1c49e49{--spacer-size:60px;}@media(min-width:768px){.elementor-17790 .elementor-element.elementor-element-0d4cf12{width:39.848%;}.elementor-17790 .elementor-element.elementor-element-048462e{width:60.152%;}}@media(max-width:1024px){.elementor-17790 .elementor-element.elementor-element-4ba596a > .elementor-element-populated.elementor-column-wrap{padding:0% 8% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-4ba596a > .elementor-element-populated.elementor-widget-wrap{padding:0% 8% 0% 0%;}.elementor-17790 .elementor-element.elementor-element-9cb6a56 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-9cb6a56 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-b99ed1e{--spacer-size:50px;}.elementor-17790 .elementor-element.elementor-element-6571b35 > .elementor-widget-container{margin:0px 0px -50px 0px;}.elementor-17790 .elementor-element.elementor-element-9d6b201 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-ee89b6b{--spacer-size:25px;}.elementor-17790 .elementor-element.elementor-element-bf893fc .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-17790 .elementor-element.elementor-element-7ed8b5a > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-17790 .elementor-element.elementor-element-0dc6889{--spacer-size:25px;}}@media(max-width:767px){.elementor-17790 .elementor-element.elementor-element-07cab1f{--spacer-size:20px;}.elementor-17790 .elementor-element.elementor-element-b99ed1e{--spacer-size:30px;}.elementor-17790 .elementor-element.elementor-element-6571b35 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17790 .elementor-element.elementor-element-9d6b201 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-17a18c3 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-17790 .elementor-element.elementor-element-ee89b6b{--spacer-size:20px;}.elementor-17790 .elementor-element.elementor-element-7ed8b5a > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-17790 .elementor-element.elementor-element-0dc6889{--spacer-size:15px;}.elementor-17790 .elementor-element.elementor-element-607728e{font-size:15px;}.elementor-17790 .elementor-element.elementor-element-8b27443 > .elementor-element-populated{margin:10px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-17790 .elementor-element.elementor-element-4ba596a{width:45%;}.elementor-17790 .elementor-element.elementor-element-9cb6a56{width:55%;}.elementor-17790 .elementor-element.elementor-element-db94d39{width:25%;}.elementor-17790 .elementor-element.elementor-element-8b27443{width:75%;}.elementor-17790 .elementor-element.elementor-element-0d4cf12{width:44%;}.elementor-17790 .elementor-element.elementor-element-048462e{width:56%;}}\";}'),
(160078, 20188, '_menu_item_type', 'post_type'),
(160079, 20188, '_menu_item_menu_item_parent', '0'),
(160080, 20188, '_menu_item_object_id', '18139'),
(160081, 20188, '_menu_item_object', 'page'),
(160082, 20188, '_menu_item_target', ''),
(160083, 20188, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(160084, 20188, '_menu_item_xfn', ''),
(160085, 20188, '_menu_item_url', ''),
(160096, 20190, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160097, 20190, '_elementor_edit_mode', 'builder'),
(160098, 20190, '_elementor_template_type', 'wp-page'),
(160099, 20190, '_elementor_version', '3.8.0'),
(160100, 20190, '_wp_page_template', 'default'),
(160101, 20190, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Questions? Get in Touch!\",\"subtitle\":\"Contact Us\",\"description\":\"Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"785 15h Street, Office 478 Berlin\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:18408412569\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+1 840 841 25 69\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">info@email.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160102, 20190, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160103, 20190, '_elementor_page_assets', 'a:0:{}'),
(160104, 20191, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160105, 20191, '_elementor_edit_mode', 'builder'),
(160106, 20191, '_elementor_template_type', 'wp-page'),
(160107, 20191, '_elementor_version', '3.8.0'),
(160108, 20191, '_wp_page_template', 'default'),
(160109, 20191, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Questions? Get in Touch!\",\"subtitle\":\"Contact Us\",\"description\":\"Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"785 15h Street, Office 478 Berlin\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:18408412569\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+1 840 841 25 69\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">info@email.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160110, 20191, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160111, 20191, '_elementor_page_assets', 'a:0:{}'),
(160112, 20192, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160113, 20192, '_elementor_edit_mode', 'builder'),
(160114, 20192, '_elementor_template_type', 'wp-page'),
(160115, 20192, '_elementor_version', '3.8.0'),
(160116, 20192, '_wp_page_template', 'default'),
(160117, 20192, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contact Us\",\"description\":\"Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160118, 20192, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160119, 20192, '_elementor_page_assets', 'a:0:{}'),
(160121, 20193, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160122, 20193, '_elementor_edit_mode', 'builder'),
(160123, 20193, '_elementor_template_type', 'wp-page'),
(160124, 20193, '_elementor_version', '3.16.4'),
(160125, 20193, '_wp_page_template', 'default'),
(160126, 20193, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contact Us\",\"description\":\"Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160127, 20193, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160128, 20193, '_elementor_page_assets', 'a:0:{}'),
(160129, 20193, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403018;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160130, 20194, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160131, 20194, '_elementor_edit_mode', 'builder'),
(160132, 20194, '_elementor_template_type', 'wp-page'),
(160133, 20194, '_elementor_version', '3.16.4'),
(160134, 20194, '_wp_page_template', 'default'),
(160135, 20194, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contact Us\",\"description\":\"Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160136, 20194, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160137, 20194, '_elementor_page_assets', 'a:0:{}'),
(160138, 20194, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403018;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160139, 20195, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160140, 20195, '_elementor_edit_mode', 'builder'),
(160141, 20195, '_elementor_template_type', 'wp-page'),
(160142, 20195, '_elementor_version', '3.16.4'),
(160143, 20195, '_wp_page_template', 'default'),
(160144, 20195, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160145, 20195, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160146, 20195, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160147, 20195, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403018;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160149, 20196, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160150, 20196, '_elementor_edit_mode', 'builder'),
(160151, 20196, '_elementor_template_type', 'wp-page'),
(160152, 20196, '_elementor_version', '3.16.4'),
(160153, 20196, '_wp_page_template', 'default'),
(160154, 20196, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160155, 20196, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160156, 20196, '_elementor_page_assets', 'a:0:{}'),
(160157, 20196, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403063;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160158, 20197, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160159, 20197, '_elementor_edit_mode', 'builder'),
(160160, 20197, '_elementor_template_type', 'wp-page'),
(160161, 20197, '_elementor_version', '3.16.4'),
(160162, 20197, '_wp_page_template', 'default'),
(160163, 20197, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160164, 20197, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160165, 20197, '_elementor_page_assets', 'a:0:{}'),
(160166, 20197, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403063;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160167, 20198, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160168, 20198, '_elementor_edit_mode', 'builder'),
(160169, 20198, '_elementor_template_type', 'wp-page'),
(160170, 20198, '_elementor_version', '3.16.4'),
(160171, 20198, '_wp_page_template', 'default'),
(160172, 20198, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160173, 20198, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160174, 20198, '_elementor_page_assets', 'a:0:{}'),
(160175, 20198, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403063;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160177, 20199, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160178, 20199, '_elementor_edit_mode', 'builder'),
(160179, 20199, '_elementor_template_type', 'wp-page'),
(160180, 20199, '_elementor_version', '3.16.4'),
(160181, 20199, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160182, 20199, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160183, 20199, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160184, 20199, '_elementor_page_assets', 'a:0:{}'),
(160185, 20199, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403080;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160186, 20200, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160187, 20200, '_elementor_edit_mode', 'builder'),
(160188, 20200, '_elementor_template_type', 'wp-page'),
(160189, 20200, '_elementor_version', '3.16.4'),
(160190, 20200, '_wp_page_template', 'default'),
(160191, 20200, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160192, 20200, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160193, 20200, '_elementor_page_assets', 'a:0:{}'),
(160194, 20200, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403080;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160195, 20201, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160196, 20201, '_elementor_edit_mode', 'builder'),
(160197, 20201, '_elementor_template_type', 'wp-page'),
(160198, 20201, '_elementor_version', '3.16.4'),
(160199, 20201, '_wp_page_template', 'default'),
(160200, 20201, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}],\"address\":\"GCVX+9G3, Jacobo Hunter 04011\"},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160201, 20201, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160202, 20201, '_elementor_page_assets', 'a:0:{}'),
(160203, 20201, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403080;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160205, 20202, '_wp_attached_file', '2023/10/inkafine-logo-1.png'),
(160206, 20202, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1250;s:6:\"height\";i:875;s:4:\"file\";s:27:\"2023/10/inkafine-logo-1.png\";s:8:\"filesize\";i:27367;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4453;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"inkafine-logo-1-1024x717.png\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2752;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-768x538.png\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16748;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-370x259.png\";s:5:\"width\";i:370;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5973;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:28:\"inkafine-logo-1-1250x725.png\";s:5:\"width\";i:1250;s:6:\"height\";i:725;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26874;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-840x473.png\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18321;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-410x230.png\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6676;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1992;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-840x588.png\";s:5:\"width\";i:840;s:6:\"height\";i:588;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18774;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-410x287.png\";s:5:\"width\";i:410;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6862;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-570x696.png\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22337;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-650x572.png\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17643;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-890x664.png\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22160;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"inkafine-logo-1-500x600.png\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18195;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-600x420.png\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11667;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2752;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3839;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-370x493.png\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13636;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-1-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9471;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(160207, 20203, '_wp_attached_file', '2023/10/inkafine-logo-2.png'),
(160208, 20203, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:583;s:6:\"height\";i:194;s:4:\"file\";s:27:\"2023/10/inkafine-logo-2.png\";s:8:\"filesize\";i:11850;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4017;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-370x123.png\";s:5:\"width\";i:370;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9084;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-410x194.png\";s:5:\"width\";i:410;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5026;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3010;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-410x136.png\";s:5:\"width\";i:410;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10435;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-570x194.png\";s:5:\"width\";i:570;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11310;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"inkafine-logo-2-500x194.png\";s:5:\"width\";i:500;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8105;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4017;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6045;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-370x194.png\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4910;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-2-370x194.png\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4910;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(160209, 20204, '_wp_attached_file', '2023/10/inkafine-logo-3.png'),
(160210, 20204, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:583;s:6:\"height\";i:194;s:4:\"file\";s:27:\"2023/10/inkafine-logo-3.png\";s:8:\"filesize\";i:10886;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3991;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-370x123.png\";s:5:\"width\";i:370;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8790;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-410x194.png\";s:5:\"width\";i:410;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4667;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2982;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-410x136.png\";s:5:\"width\";i:410;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10103;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-570x194.png\";s:5:\"width\";i:570;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10706;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"inkafine-logo-3-500x194.png\";s:5:\"width\";i:500;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7716;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3991;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5797;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-370x194.png\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4566;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-3-370x194.png\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160211, 20205, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160212, 20205, '_elementor_edit_mode', 'builder'),
(160213, 20205, '_elementor_template_type', 'wp-page'),
(160214, 20205, '_elementor_version', '3.16.4'),
(160215, 20205, '_wp_page_template', 'default'),
(160216, 20205, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}],\"address\":\"GCVX+9G3, Jacobo Hunter 04011\"},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160217, 20205, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160218, 20205, '_elementor_page_assets', 'a:0:{}'),
(160219, 20205, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403309;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160220, 20206, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160221, 20206, '_elementor_edit_mode', 'builder'),
(160222, 20206, '_elementor_template_type', 'wp-page'),
(160223, 20206, '_elementor_version', '3.16.4'),
(160224, 20206, '_wp_page_template', 'default'),
(160225, 20206, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">contacto@inkafine.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}],\"address\":\"GCVX+9G3, Jacobo Hunter 04011\"},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160226, 20206, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160227, 20206, '_elementor_page_assets', 'a:0:{}'),
(160228, 20206, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403309;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160229, 20207, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160230, 20207, '_elementor_edit_mode', 'builder'),
(160231, 20207, '_elementor_template_type', 'wp-page'),
(160232, 20207, '_elementor_version', '3.16.4'),
(160233, 20207, '_wp_page_template', 'default'),
(160234, 20207, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">inkafine@hotmail.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}],\"address\":\"GCVX+9G3, Jacobo Hunter 04011\"},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160235, 20207, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160236, 20207, '_elementor_page_assets', 'a:0:{}'),
(160237, 20207, '_elementor_css', 'a:7:{s:4:\"time\";i:1696403309;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160239, 20208, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160240, 20208, '_elementor_edit_mode', 'builder'),
(160241, 20208, '_elementor_template_type', 'wp-page'),
(160242, 20208, '_elementor_version', '3.16.4'),
(160243, 20208, '_wp_page_template', 'default'),
(160244, 20208, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">inkafine@hotmail.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}],\"address\":\"GCVX+9G3, Jacobo Hunter 04011\"},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160245, 20208, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160246, 20208, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160247, 20208, '_elementor_css', 'a:7:{s:4:\"time\";i:1696437830;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160248, 20209, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160249, 20209, '_elementor_edit_mode', 'builder'),
(160250, 20209, '_elementor_template_type', 'wp-page'),
(160251, 20209, '_elementor_version', '3.16.4'),
(160252, 20209, '_wp_page_template', 'default'),
(160253, 20209, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">inkafine@hotmail.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}],\"address\":\"GCVX+9G3, Jacobo Hunter 04011\"},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160254, 20209, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160255, 20209, '_elementor_page_assets', 'a:0:{}'),
(160256, 20209, '_elementor_css', 'a:7:{s:4:\"time\";i:1696437830;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160257, 20210, '_elementor_page_settings', 'a:12:{s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_footer_type\";s:6:\"custom\";s:35:\"fabric_options_override_footer_type\";s:1:\"1\";s:33:\"fabric_options_field_footer_style\";s:18:\"footer-custom-4105\";s:36:\"fabric_options_override_footer_style\";s:1:\"1\";s:49:\"qwery_options_field_scroll_to_top_scheme_watchers\";s:1:\"1\";s:52:\"qwery_options_override_scroll_to_top_scheme_watchers\";s:1:\"1\";s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";}'),
(160258, 20210, '_elementor_edit_mode', 'builder'),
(160259, 20210, '_elementor_template_type', 'wp-page'),
(160260, 20210, '_elementor_version', '3.16.4'),
(160261, 20210, '_wp_page_template', 'default'),
(160262, 20210, '_elementor_data', '[{\"id\":\"7ad5c4ae\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"32fd4b2\"}]},\"elements\":[{\"id\":\"20d52d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f4178a0\"}]},\"elements\":[{\"id\":\"76999799\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"4ae4068\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ef05ddc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a454966\"}]},\"elements\":[{\"id\":\"72f16cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfdc2df\"}]},\"elements\":[{\"id\":\"41f79a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiene Dudas? Pongase en Contacto!\",\"subtitle\":\"Contactenos\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"7a5329a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6d441a04\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d49da73\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"782336ae\",\"elType\":\"widget\",\"settings\":{\"color\":\"#C19A5B\",\"columns\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icons\":[{\"description\":\"Asc. Santa Monica \\nCal. Sabandia \\nMz. J Lote 2A Int. 1\\nJacobo Hunter\",\"icon\":\"icon-marker\",\"_id\":\"5d92d7b\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"},{\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":\"icon-iphone\",\"_id\":\"e9c4b5f\",\"more_text\":\"+1 840 841 25 69\",\"link_text\":\"+51 954304327\"},{\"description\":\"<a href=\\\"mailto:info@email.com\\\">inkafine@hotmail.com<\\/a>\",\"icon\":\"icon-envelope-2\",\"_id\":\"2f9f2b7\",\"more_text\":\"Read More\",\"link_text\":\"Read more\"}],\"type\":\"simple\",\"size\":\"small\",\"align\":\"none\",\"audio_effects\":[{\"_id\":\"92373f9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_icons\"}],\"isInner\":true},{\"id\":\"5938bc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"7d23e72\"}]},\"elements\":[{\"id\":\"2f481618\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"00ab745\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"43175e93\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"5\",\"audio_effects\":[{\"_id\":\"e972caa\"}]},\"elements\":[],\"widgetType\":\"trx_sc_contact_form_7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21c7af91\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"53af651\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b35b84a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a9944b0\"}]},\"elements\":[{\"id\":\"d92b45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5dcc597\"}]},\"elements\":[{\"id\":\"0a4c225\",\"elType\":\"widget\",\"settings\":{\"style\":\"extra\",\"zoom\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"markers\":[{\"address\":\"51.503325,-0.119545\",\"html\":\"<div class=\\\"map_marker\\\"><div><\\/div><div><\\/div><\\/div>\",\"title\":\"One\",\"_id\":\"2dbe316\"}],\"audio_effects\":[{\"_id\":\"5d33b5a\"}],\"address\":\"GCVX+9G3, Jacobo Hunter 04011\"},\"elements\":[],\"widgetType\":\"trx_sc_googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(160263, 20210, '_elementor_controls_usage', 'a:8:{s:16:\"trx_sc_googlemap\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:20:\"section_sc_googlemap\";a:3:{s:5:\"style\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}s:28:\"section_sc_googlemap_markers\";a:1:{s:7:\"markers\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:16:\"section_advanced\";a:1:{s:6:\"scheme\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:4:{s:12:\"alter_height\";i:3;s:5:\"space\";i:4;s:12:\"space_tablet\";i:3;s:12:\"space_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:6;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:4:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;s:9:\"title_tag\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:12:\"trx_sc_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_icons\";a:5:{s:7:\"columns\";i:1;s:5:\"icons\";i:1;s:4:\"type\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:1:{s:5:\"icons\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:21:\"trx_sc_contact_form_7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:33:\"section_sc_calculated_fields_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160264, 20210, '_elementor_page_assets', 'a:0:{}'),
(160265, 20210, '_elementor_css', 'a:7:{s:4:\"time\";i:1696437830;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160266, 1453, '_elementor_css', 'a:7:{s:4:\"time\";i:1696437865;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4324:\".elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-7ad5c4ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-76999799{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-1ef05ddc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 23% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-41f79a10 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-6d441a04{--spacer-size:30px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-782336ae .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-1453 .elementor-element.elementor-element-2f481618{--spacer-size:35px;}.elementor-1453 .elementor-element.elementor-element-21c7af91{--spacer-size:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a:not(.elementor-motion-effects-element-type-background), .elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text{z-index:0;}.elementor-1453 .elementor-element.elementor-element-b35b84a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-1453 .elementor-element.elementor-element-b35b84a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1453 .elementor-element.elementor-element-b35b84a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_googlemap{width:100%;height:590px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-1453 .elementor-element.elementor-element-0a4c225 .sc_item_title_text2{-webkit-text-stroke-width:0px;}@media(min-width:768px){.elementor-1453 .elementor-element.elementor-element-72f16cb1{width:46%;}.elementor-1453 .elementor-element.elementor-element-5938bc76{width:54%;}}@media(max-width:1024px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0% 11% 0% 0%;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 11% 0% 0%;}}@media(max-width:767px){.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-72f16cb1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-1453 .elementor-element.elementor-element-5938bc76 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}}\";}'),
(160267, 20211, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160268, 20211, '_elementor_edit_mode', 'builder'),
(160269, 20211, '_elementor_template_type', 'wp-page'),
(160270, 20211, '_elementor_version', '3.8.0'),
(160271, 20211, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160272, 20211, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"38ffdf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ada8ac5\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/about-page-image1.jpg\",\"id\":17768,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10cce33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/about-page-image2.jpg\",\"id\":17769,\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Our New Home Textile Collection\",\"subtitle\":\"beauty & comfort\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160273, 20211, '_elementor_page_assets', 'a:0:{}'),
(160274, 20211, '_elementor_css', 'a:7:{s:4:\"time\";i:1668413011;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14349:\".elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-38ffdf7:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/about-page-image1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:700px;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-column-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/about-page-image2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon i, .elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{transform:rotate(0deg);}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated{margin:0px 10px 0px 0px;--e-column-margin-right:10px;--e-column-margin-left:0px;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-38ffdf7{width:50%;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160275, 20212, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160276, 20212, '_elementor_edit_mode', 'builder'),
(160277, 20212, '_elementor_template_type', 'wp-page'),
(160278, 20212, '_elementor_version', '3.8.0'),
(160279, 20212, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160280, 20212, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"38ffdf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ada8ac5\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/about-page-image1.jpg\",\"id\":17768,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10cce33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/about-page-image2.jpg\",\"id\":17769,\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Our New Home Textile Collection\",\"subtitle\":\"beauty & comfort\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160281, 20212, '_elementor_page_assets', 'a:0:{}'),
(160282, 20212, '_elementor_css', 'a:7:{s:4:\"time\";i:1668413011;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14349:\".elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-38ffdf7:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/about-page-image1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:700px;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-column-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/about-page-image2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon i, .elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{transform:rotate(0deg);}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated{margin:0px 10px 0px 0px;--e-column-margin-right:10px;--e-column-margin-left:0px;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-38ffdf7{width:50%;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160283, 20213, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160284, 20213, '_elementor_edit_mode', 'builder'),
(160285, 20213, '_elementor_template_type', 'wp-page'),
(160286, 20213, '_elementor_version', '3.8.0'),
(160287, 20213, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160288, 20213, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Our New Home Textile Collection\",\"subtitle\":\"beauty & comfort\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160289, 20213, '_elementor_page_assets', 'a:0:{}'),
(160290, 20213, '_elementor_css', 'a:7:{s:4:\"time\";i:1668413011;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14349:\".elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-38ffdf7:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/about-page-image1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:700px;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-column-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/about-page-image2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon i, .elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{transform:rotate(0deg);}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-38ffdf7 > .elementor-element-populated{margin:0px 10px 0px 0px;--e-column-margin-right:10px;--e-column-margin-left:0px;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-38ffdf7{width:50%;}.elementor-17758 .elementor-element.elementor-element-10cce33{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160292, 20214, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160293, 20214, '_elementor_edit_mode', 'builder'),
(160294, 20214, '_elementor_template_type', 'wp-page'),
(160295, 20214, '_elementor_version', '3.16.4'),
(160296, 20214, '_wp_page_template', 'default'),
(160297, 20214, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Our New Home Textile Collection\",\"subtitle\":\"beauty & comfort\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160298, 20214, '_elementor_page_assets', 'a:0:{}'),
(160299, 20214, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445321;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160300, 20215, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160301, 20215, '_elementor_edit_mode', 'builder'),
(160302, 20215, '_elementor_template_type', 'wp-page'),
(160303, 20215, '_elementor_version', '3.16.4'),
(160304, 20215, '_wp_page_template', 'default'),
(160305, 20215, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Our New Home Textile Collection\",\"subtitle\":\"beauty & comfort\",\"description\":\"Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160306, 20215, '_elementor_page_assets', 'a:0:{}'),
(160307, 20215, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445321;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160308, 20216, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160309, 20216, '_elementor_edit_mode', 'builder'),
(160310, 20216, '_elementor_template_type', 'wp-page'),
(160311, 20216, '_elementor_version', '3.16.4'),
(160312, 20216, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160313, 20216, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"beauty & comfort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160314, 20216, '_elementor_page_assets', 'a:0:{}'),
(160315, 20216, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445321;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160317, 20217, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160318, 20217, '_elementor_edit_mode', 'builder'),
(160319, 20217, '_elementor_template_type', 'wp-page'),
(160320, 20217, '_elementor_version', '3.16.4'),
(160321, 20217, '_wp_page_template', 'default'),
(160322, 20217, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"beauty & comfort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160323, 20217, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160324, 20217, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445522;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160325, 20218, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160326, 20218, '_elementor_edit_mode', 'builder'),
(160327, 20218, '_elementor_template_type', 'wp-page'),
(160328, 20218, '_elementor_version', '3.16.4'),
(160329, 20218, '_wp_page_template', 'default'),
(160330, 20218, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"beauty & comfort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160331, 20218, '_elementor_page_assets', 'a:0:{}'),
(160332, 20218, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445522;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160333, 20219, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160334, 20219, '_elementor_edit_mode', 'builder'),
(160335, 20219, '_elementor_template_type', 'wp-page'),
(160336, 20219, '_elementor_version', '3.16.4'),
(160337, 20219, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160338, 20219, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160339, 20219, '_elementor_page_assets', 'a:0:{}'),
(160340, 20219, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445522;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160342, 20220, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160343, 20220, '_elementor_edit_mode', 'builder'),
(160344, 20220, '_elementor_template_type', 'wp-page'),
(160345, 20220, '_elementor_version', '3.16.4'),
(160346, 20220, '_wp_page_template', 'default'),
(160347, 20220, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160348, 20220, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160349, 20220, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160350, 20221, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160351, 20221, '_elementor_edit_mode', 'builder'),
(160352, 20221, '_elementor_template_type', 'wp-page'),
(160353, 20221, '_elementor_version', '3.16.4'),
(160354, 20221, '_wp_page_template', 'default'),
(160355, 20221, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\">\\n \\t<li>Exclusive Offers and discounts<\\/li>\\n \\t<li>Tips and advice from our experts<\\/li>\\n \\t<li>Beautiful inspiration for your new home<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160356, 20221, '_elementor_page_assets', 'a:0:{}'),
(160357, 20221, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160358, 20222, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160359, 20222, '_elementor_edit_mode', 'builder'),
(160360, 20222, '_elementor_template_type', 'wp-page'),
(160361, 20222, '_elementor_version', '3.16.4'),
(160362, 20222, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160363, 20222, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160364, 20222, '_elementor_page_assets', 'a:0:{}'),
(160365, 20222, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160366, 20223, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160367, 20223, '_elementor_edit_mode', 'builder'),
(160368, 20223, '_elementor_template_type', 'wp-page'),
(160369, 20223, '_elementor_version', '3.16.4'),
(160370, 20223, '_wp_page_template', 'default'),
(160371, 20223, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160372, 20223, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160373, 20224, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160374, 20224, '_elementor_edit_mode', 'builder'),
(160375, 20224, '_elementor_template_type', 'wp-page'),
(160376, 20224, '_elementor_version', '3.16.4'),
(160377, 20224, '_wp_page_template', 'default'),
(160378, 20224, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Find Out More\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160379, 20224, '_elementor_page_assets', 'a:0:{}'),
(160380, 20225, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160381, 20225, '_elementor_edit_mode', 'builder'),
(160382, 20225, '_elementor_template_type', 'wp-page'),
(160383, 20225, '_elementor_version', '3.16.4'),
(160384, 20225, '_wp_page_template', 'default'),
(160385, 20225, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160386, 20225, '_elementor_page_assets', 'a:0:{}'),
(160388, 20226, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160389, 20226, '_elementor_edit_mode', 'builder'),
(160390, 20226, '_elementor_template_type', 'wp-page'),
(160391, 20226, '_elementor_version', '3.16.4'),
(160392, 20226, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160393, 20226, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160394, 20226, '_elementor_page_assets', 'a:0:{}'),
(160395, 20226, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445720;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160396, 20227, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160397, 20227, '_elementor_edit_mode', 'builder'),
(160398, 20227, '_elementor_template_type', 'wp-page'),
(160399, 20227, '_elementor_version', '3.16.4'),
(160400, 20227, '_wp_page_template', 'default'),
(160401, 20227, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160402, 20227, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160403, 20227, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445720;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160404, 20228, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160405, 20228, '_elementor_edit_mode', 'builder'),
(160406, 20228, '_elementor_template_type', 'wp-page'),
(160407, 20228, '_elementor_version', '3.16.4'),
(160408, 20228, '_wp_page_template', 'default'),
(160409, 20228, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160410, 20228, '_elementor_page_assets', 'a:0:{}'),
(160411, 20228, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445720;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160413, 20229, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160414, 20229, '_elementor_edit_mode', 'builder'),
(160415, 20229, '_elementor_template_type', 'wp-page'),
(160416, 20229, '_elementor_version', '3.16.4'),
(160417, 20229, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160418, 20229, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160419, 20229, '_elementor_page_assets', 'a:0:{}'),
(160420, 20229, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445743;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160421, 20230, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160422, 20230, '_elementor_edit_mode', 'builder'),
(160423, 20230, '_elementor_template_type', 'wp-page'),
(160424, 20230, '_elementor_version', '3.16.4'),
(160425, 20230, '_wp_page_template', 'default'),
(160426, 20230, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fe4437\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":18995,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"no\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b439f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3905182\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0eebc5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a01bba\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e1e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"92aeea9\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"https:\\/\\/youtu.be\\/ZNm6z3zr0f8\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"905a632\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"760dcae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6391b50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"461fae3\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"bfc24e4\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1dcd1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"457a638\"}]},\"elements\":[{\"id\":\"bb2b91c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8e7763\",\"elType\":\"widget\",\"settings\":{\"title_align\":\"center\",\"title\":\"What Our Clients Say\",\"subtitle\":\"testimonials\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"bbdd5d2\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"92d0632\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"c20bb27\"}],\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbabef2\",\"elType\":\"widget\",\"settings\":{\"cat\":\"164\",\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"orderby\":\"post_date\",\"slider\":\"1\",\"slides_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slider_pagination\":\"bottom\",\"audio_effects\":[{\"_id\":\"38de45c\"}],\"title_align\":\"center\",\"type\":\"hover\"},\"elements\":[],\"widgetType\":\"trx_sc_testimonials\"},{\"id\":\"dc4d6be\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160427, 20230, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160428, 20230, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445743;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160429, 20231, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160430, 20231, '_elementor_edit_mode', 'builder'),
(160431, 20231, '_elementor_template_type', 'wp-page'),
(160432, 20231, '_elementor_version', '3.16.4'),
(160433, 20231, '_wp_page_template', 'default'),
(160434, 20231, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160435, 20231, '_elementor_page_assets', 'a:0:{}'),
(160436, 20231, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445743;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14220:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9fe4437:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-9fe4437 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9fe4437 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9fe4437{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-3905182{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-a0eebc5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-4a01bba{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-17758 .elementor-element.elementor-element-95e1e2f{width:auto;max-width:auto;align-self:center;}.elementor-17758 .elementor-element.elementor-element-95e1e2f .elementor-widget-container{transform:rotate(0deg) scale(1, 1);}.elementor-17758 .elementor-element.elementor-element-905a632{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-760dcae{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-6391b50{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-461fae3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-461fae3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-461fae3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-bb2b91c{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 20% 0% 20%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:60px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-bbabef2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-dc4d6be{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:30px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-b8e7763 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-17758 .elementor-element.elementor-element-92d0632{--spacer-size:25px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160438, 20232, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160439, 20232, '_elementor_edit_mode', 'builder'),
(160440, 20232, '_elementor_template_type', 'wp-page'),
(160441, 20232, '_elementor_version', '3.16.4'),
(160442, 20232, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160443, 20232, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160444, 20232, '_elementor_page_assets', 'a:0:{}'),
(160445, 20232, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445947;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160446, 20233, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160447, 20233, '_elementor_edit_mode', 'builder'),
(160448, 20233, '_elementor_template_type', 'wp-page'),
(160449, 20233, '_elementor_version', '3.16.4'),
(160450, 20233, '_wp_page_template', 'default'),
(160451, 20233, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160452, 20233, '_elementor_page_assets', 'a:0:{}'),
(160453, 20233, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445947;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160454, 20234, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160455, 20234, '_elementor_edit_mode', 'builder'),
(160456, 20234, '_elementor_template_type', 'wp-page'),
(160457, 20234, '_elementor_version', '3.16.4'),
(160458, 20234, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160459, 20234, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160460, 20234, '_elementor_page_assets', 'a:0:{}'),
(160461, 20234, '_elementor_css', 'a:7:{s:4:\"time\";i:1696445947;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160463, 20235, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160464, 20235, '_elementor_edit_mode', 'builder'),
(160465, 20235, '_elementor_template_type', 'wp-page'),
(160466, 20235, '_elementor_version', '3.16.4'),
(160467, 20235, '_wp_page_template', 'default'),
(160468, 20235, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160469, 20235, '_elementor_page_assets', 'a:0:{}'),
(160470, 20235, '_elementor_css', 'a:7:{s:4:\"time\";i:1696446055;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160471, 20236, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160472, 20236, '_elementor_edit_mode', 'builder'),
(160473, 20236, '_elementor_template_type', 'wp-page'),
(160474, 20236, '_elementor_version', '3.16.4'),
(160475, 20236, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160476, 20236, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160477, 20236, '_elementor_page_assets', 'a:0:{}'),
(160478, 20236, '_elementor_css', 'a:7:{s:4:\"time\";i:1696446055;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160479, 20237, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160480, 20237, '_elementor_edit_mode', 'builder'),
(160481, 20237, '_elementor_template_type', 'wp-page'),
(160482, 20237, '_elementor_version', '3.16.4'),
(160483, 20237, '_wp_page_template', 'default'),
(160484, 20237, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160485, 20237, '_elementor_page_assets', 'a:0:{}'),
(160486, 20237, '_elementor_css', 'a:7:{s:4:\"time\";i:1696446055;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160488, 20238, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160489, 20238, '_elementor_edit_mode', 'builder'),
(160490, 20238, '_elementor_template_type', 'wp-page'),
(160491, 20238, '_elementor_version', '3.16.4'),
(160492, 20238, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160493, 20238, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160494, 20238, '_elementor_page_assets', 'a:0:{}'),
(160495, 20238, '_elementor_css', 'a:7:{s:4:\"time\";i:1696401729;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160496, 20239, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160497, 20239, '_elementor_edit_mode', 'builder'),
(160498, 20239, '_elementor_template_type', 'wp-page'),
(160499, 20239, '_elementor_version', '3.16.4'),
(160500, 20239, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160501, 20239, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"About Us\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160502, 20239, '_elementor_page_assets', 'a:0:{}'),
(160503, 20239, '_elementor_css', 'a:7:{s:4:\"time\";i:1696401729;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160504, 20240, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160505, 20240, '_elementor_edit_mode', 'builder'),
(160506, 20240, '_elementor_template_type', 'wp-page'),
(160507, 20240, '_elementor_version', '3.16.4'),
(160508, 20240, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160509, 20240, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160510, 20240, '_elementor_page_assets', 'a:0:{}'),
(160511, 20240, '_elementor_css', 'a:7:{s:4:\"time\";i:1696401729;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160512, 20241, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160513, 20241, '_elementor_edit_mode', 'builder'),
(160514, 20241, '_elementor_template_type', 'wp-page'),
(160515, 20241, '_elementor_version', '3.16.4'),
(160516, 20241, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160517, 20241, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160518, 20241, '_elementor_page_assets', 'a:0:{}'),
(160519, 20242, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160520, 20242, '_elementor_edit_mode', 'builder'),
(160521, 20242, '_elementor_template_type', 'wp-page'),
(160522, 20242, '_elementor_version', '3.16.4'),
(160523, 20242, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160524, 20242, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Our Products\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/shop\\/\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160525, 20242, '_elementor_page_assets', 'a:0:{}'),
(160526, 20243, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160527, 20243, '_elementor_edit_mode', 'builder'),
(160528, 20243, '_elementor_template_type', 'wp-page'),
(160529, 20243, '_elementor_version', '3.16.4'),
(160530, 20243, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160531, 20243, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160532, 20243, '_elementor_page_assets', 'a:0:{}'),
(160534, 20244, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160535, 20244, '_elementor_edit_mode', 'builder'),
(160536, 20244, '_elementor_template_type', 'wp-page'),
(160537, 20244, '_elementor_version', '3.16.4'),
(160538, 20244, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160539, 20244, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160540, 20244, '_elementor_page_assets', 'a:0:{}'),
(160541, 20244, '_elementor_css', 'a:7:{s:4:\"time\";i:1696446925;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160542, 20245, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160543, 20245, '_elementor_edit_mode', 'builder'),
(160544, 20245, '_elementor_template_type', 'wp-page'),
(160545, 20245, '_elementor_version', '3.16.4'),
(160546, 20245, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160547, 20245, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Read More\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160548, 20245, '_elementor_page_assets', 'a:0:{}'),
(160549, 20245, '_elementor_css', 'a:7:{s:4:\"time\";i:1696446925;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160550, 20246, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160551, 20246, '_elementor_edit_mode', 'builder'),
(160552, 20246, '_elementor_template_type', 'wp-page'),
(160553, 20246, '_elementor_version', '3.16.4'),
(160554, 20246, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160555, 20246, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160556, 20246, '_elementor_page_assets', 'a:0:{}'),
(160557, 20246, '_elementor_css', 'a:7:{s:4:\"time\";i:1696446925;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160558, 20247, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160559, 20247, '_elementor_edit_mode', 'builder'),
(160560, 20247, '_elementor_template_type', 'wp-page'),
(160561, 20247, '_elementor_version', '3.16.4'),
(160562, 20247, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160563, 20247, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160564, 20247, '_elementor_page_assets', 'a:0:{}'),
(160565, 20248, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160566, 20248, '_elementor_edit_mode', 'builder'),
(160567, 20248, '_elementor_template_type', 'wp-page'),
(160568, 20248, '_elementor_version', '3.16.4'),
(160569, 20248, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160570, 20248, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/about-us\\/\\\">Read More<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160571, 20248, '_elementor_page_assets', 'a:0:{}'),
(160572, 20249, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160573, 20249, '_elementor_edit_mode', 'builder'),
(160574, 20249, '_elementor_template_type', 'wp-page'),
(160575, 20249, '_elementor_version', '3.16.4'),
(160576, 20249, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160577, 20249, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160578, 20249, '_elementor_page_assets', 'a:0:{}'),
(160580, 20250, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160581, 20250, '_elementor_edit_mode', 'builder'),
(160582, 20250, '_elementor_template_type', 'wp-page'),
(160583, 20250, '_elementor_version', '3.16.4'),
(160584, 20250, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160585, 20250, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160586, 20250, '_elementor_page_assets', 'a:0:{}'),
(160587, 20250, '_elementor_css', 'a:7:{s:4:\"time\";i:1696447048;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160588, 20251, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160589, 20251, '_elementor_edit_mode', 'builder'),
(160590, 20251, '_elementor_template_type', 'wp-page'),
(160591, 20251, '_elementor_version', '3.16.4'),
(160592, 20251, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160593, 20251, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160594, 20251, '_elementor_page_assets', 'a:0:{}'),
(160595, 20251, '_elementor_css', 'a:7:{s:4:\"time\";i:1696447048;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160596, 20252, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160597, 20252, '_elementor_edit_mode', 'builder'),
(160598, 20252, '_elementor_template_type', 'wp-page'),
(160599, 20252, '_elementor_version', '3.16.4'),
(160600, 20252, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160601, 20252, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160602, 20252, '_elementor_page_assets', 'a:0:{}'),
(160603, 20252, '_elementor_css', 'a:7:{s:4:\"time\";i:1696447048;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160605, 461, '_wp_old_date', '2020-04-25'),
(160606, 20253, '_elementor_template_type', 'cpt_layouts'),
(160607, 20253, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160608, 20253, '_elementor_data', '[{\"id\":\"68cba144\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#151617\",\"audio_effects\":[{\"_id\":\"cebfb62\"}],\"parallax_blocks\":[],\"row_type\":\"row sc_layouts_row_type_compact\",\"scheme\":\"dark\"},\"elements\":[{\"id\":\"1fdd60c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"1162135\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"461f02c3\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"87547e6\"}],\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34607b15\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"6c3041f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eebe823\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"80be202\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3dd91ae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.424,\"_inline_size_tablet\":42,\"audio_effects\":[{\"_id\":\"76d4305\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"4c306fd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"We develop & create modern textiles\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"1542978\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"354dd9ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.242,\"_inline_size_tablet\":34,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"431b9ed\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"14eb8020\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Address\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"8ae296a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"79cc7273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"bd6b4c8\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19474be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Germany \\u2014<br \\/>785 15h Street, Office 478<br \\/>Berlin, De 81566<\\/p>\",\"audio_effects\":[{\"_id\":\"e3b215d\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"834153f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"67af74b\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cec0a\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"abe0cc9\"}],\"audio_effects\":[{\"_id\":\"4dd9fa9\"}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"}],\"isInner\":false},{\"id\":\"30743bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.974,\"_inline_size_tablet\":24,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"dab8d8c\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"401be67e\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Say Hello\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"42b6709\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"3b31ad33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"683b55a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7af9d938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"underline_anim\\\" href=\\\"mailto:info@email.com\\\">info@email.com<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b527096\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"72285f98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"56ca858\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ea7f26f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span class=\\\"trx_addons_alter_text\\\"><a href=\\\"tel:+18408412569\\\">+1 840 841 25 69<\\/a><\\/span>\",\"audio_effects\":[{\"_id\":\"52f965f\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54c25186\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"58e93f4\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"26254bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"audio_effects\":[{\"_id\":\"919080f\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"39fcd1aa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"44d2e8e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34d99ffb\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"1b71e65\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e0271e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#323641\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5c2611b\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48a7506\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"bb9ec59\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"698d28a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.97,\"column_align\":\"left sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"c30bc29\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"320aeefc\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"41707e2\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"1870368\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.992,\"column_align\":\"right sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"53f66a1\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"604f682a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"https:\\/\\/axiomthemes.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">AxiomThemes<\\/a> \\u00a9 {{Y}}. All Rights Reserved.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#D2D3D5\",\"typography_font_weight\":\"300\",\"audio_effects\":[{\"_id\":\"e80f389\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160609, 20253, '_elementor_edit_mode', 'builder'),
(160610, 20253, '_elementor_version', '3.8.0'),
(160611, 20253, '_elementor_controls_usage', 'a:6:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:12:\"alter_height\";i:4;s:5:\"space\";i:3;s:12:\"space_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:9;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:5;s:14:\"hide_on_mobile\";i:5;s:16:\"hide_on_notebook\";i:3;s:12:\"hide_on_wide\";i:2;s:15:\"hide_on_desktop\";i:2;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:2:{s:5:\"icons\";i:1;s:4:\"type\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"scheme\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:3:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160612, 20253, '_elementor_page_assets', 'a:0:{}'),
(160613, 20253, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991833;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:6436:\".elementor-4105 .elementor-element.elementor-element-68cba144:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-68cba144{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-461f02c3{--spacer-size:70px;}.elementor-4105 .elementor-element.elementor-element-34607b15{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-2eebe823:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-2eebe823{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 > .elementor-widget-container{padding:0% 11% 0% 0%;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-79cc7273{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-834153f{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-3cec0a .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-3cec0a .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-3b31ad33{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-72285f98{--spacer-size:4px;}.elementor-4105 .elementor-element.elementor-element-54c25186:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-54c25186{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-39fcd1aa{--spacer-size:5px;}.elementor-4105 .elementor-element.elementor-element-34d99ffb{--spacer-size:50px;}.elementor-4105 .elementor-element.elementor-element-e0271e5{--divider-border-style:solid;--divider-color:#323641;--divider-border-width:1px;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider-separator{width:100%;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider{padding-top:10px;padding-bottom:10px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4105 .elementor-element.elementor-element-48a7506:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-48a7506{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 10px 0px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-604f682a{color:#D2D3D5;font-size:16px;font-weight:300;}@media(max-width:1024px){.elementor-4105 .elementor-element.elementor-element-461f02c3{--spacer-size:50px;}}@media(max-width:767px){.elementor-4105 .elementor-element.elementor-element-461f02c3{--spacer-size:40px;}.elementor-4105 .elementor-element.elementor-element-354dd9ca > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-4105 .elementor-element.elementor-element-834153f{--spacer-size:5px;}.elementor-4105 .elementor-element.elementor-element-30743bf1 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-4105 .elementor-element.elementor-element-48a7506{padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-1870368 > .elementor-element-populated{margin:-2px 0px 21px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(min-width:768px){.elementor-4105 .elementor-element.elementor-element-3dd91ae3{width:52.424%;}.elementor-4105 .elementor-element.elementor-element-354dd9ca{width:24.242%;}.elementor-4105 .elementor-element.elementor-element-30743bf1{width:22.974%;}.elementor-4105 .elementor-element.elementor-element-698d28a8{width:61.97%;}.elementor-4105 .elementor-element.elementor-element-1870368{width:37.992%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4105 .elementor-element.elementor-element-3dd91ae3{width:42%;}.elementor-4105 .elementor-element.elementor-element-354dd9ca{width:34%;}.elementor-4105 .elementor-element.elementor-element-30743bf1{width:24%;}.elementor-4105 .elementor-element.elementor-element-698d28a8{width:50%;}.elementor-4105 .elementor-element.elementor-element-1870368{width:50%;}}\";}'),
(160614, 20254, '_elementor_template_type', 'cpt_layouts'),
(160615, 20254, '_wp_page_template', 'default'),
(160616, 20254, '_elementor_data', '[{\"id\":\"68cba144\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#151617\",\"audio_effects\":[{\"_id\":\"cebfb62\"}],\"parallax_blocks\":[],\"row_type\":\"row sc_layouts_row_type_compact\",\"scheme\":\"dark\"},\"elements\":[{\"id\":\"1fdd60c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"1162135\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"461f02c3\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"87547e6\"}],\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34607b15\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"6c3041f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eebe823\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"80be202\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3dd91ae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.424,\"_inline_size_tablet\":42,\"audio_effects\":[{\"_id\":\"76d4305\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"4c306fd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nosotros dise\\u00f1amos y confeccionamos textiles de calidad premium\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"1542978\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"354dd9ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.242,\"_inline_size_tablet\":34,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"431b9ed\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"14eb8020\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Direccion\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"8ae296a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"79cc7273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"bd6b4c8\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19474be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arequipa \\u2014<br \\/>Asc. Santa Monica<br \\/>Cal. Sabandia<br \\/>Mz. J Lote 2A Int. 1<br \\/>Jacobo Hunter<\\/p>\",\"audio_effects\":[{\"_id\":\"e3b215d\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"834153f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"67af74b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"30743bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.974,\"_inline_size_tablet\":24,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"dab8d8c\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"401be67e\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Say Hello\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"42b6709\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"3b31ad33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"683b55a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7af9d938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"underline_anim\\\" href=\\\"mailto:inkafine@hotmail.com\\\">inkafine@hotmail.com<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b527096\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"72285f98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"56ca858\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ea7f26f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span class=\\\"trx_addons_alter_text\\\"><a href=\\\"tel:+18408412569\\\">+1 840 841 25 69<\\/a><\\/span>\",\"audio_effects\":[{\"_id\":\"52f965f\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54c25186\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"58e93f4\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"26254bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"audio_effects\":[{\"_id\":\"919080f\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"39fcd1aa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"44d2e8e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34d99ffb\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"1b71e65\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e0271e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#323641\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5c2611b\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48a7506\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"bb9ec59\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"698d28a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.97,\"column_align\":\"left sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"c30bc29\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"320aeefc\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"41707e2\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"1870368\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.992,\"column_align\":\"right sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"53f66a1\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"604f682a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"https:\\/\\/axiomthemes.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">AxiomThemes<\\/a> \\u00a9 {{Y}}. All Rights Reserved.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#D2D3D5\",\"typography_font_weight\":\"300\",\"audio_effects\":[{\"_id\":\"e80f389\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160617, 20254, '_elementor_edit_mode', 'builder'),
(160618, 20254, '_elementor_version', '3.8.0'),
(160619, 20254, '_elementor_controls_usage', 'a:6:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:12:\"alter_height\";i:4;s:5:\"space\";i:3;s:12:\"space_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:9;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:5;s:14:\"hide_on_mobile\";i:5;s:16:\"hide_on_notebook\";i:3;s:12:\"hide_on_wide\";i:2;s:15:\"hide_on_desktop\";i:2;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:2:{s:5:\"icons\";i:1;s:4:\"type\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"scheme\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:3:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160620, 20254, '_elementor_page_assets', 'a:0:{}'),
(160621, 20254, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991833;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:6436:\".elementor-4105 .elementor-element.elementor-element-68cba144:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-68cba144{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-461f02c3{--spacer-size:70px;}.elementor-4105 .elementor-element.elementor-element-34607b15{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-2eebe823:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-2eebe823{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 > .elementor-widget-container{padding:0% 11% 0% 0%;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-79cc7273{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-834153f{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-3cec0a .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-3cec0a .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-3b31ad33{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-72285f98{--spacer-size:4px;}.elementor-4105 .elementor-element.elementor-element-54c25186:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-54c25186{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-39fcd1aa{--spacer-size:5px;}.elementor-4105 .elementor-element.elementor-element-34d99ffb{--spacer-size:50px;}.elementor-4105 .elementor-element.elementor-element-e0271e5{--divider-border-style:solid;--divider-color:#323641;--divider-border-width:1px;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider-separator{width:100%;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider{padding-top:10px;padding-bottom:10px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4105 .elementor-element.elementor-element-48a7506:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-48a7506{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 10px 0px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-604f682a{color:#D2D3D5;font-size:16px;font-weight:300;}@media(max-width:1024px){.elementor-4105 .elementor-element.elementor-element-461f02c3{--spacer-size:50px;}}@media(max-width:767px){.elementor-4105 .elementor-element.elementor-element-461f02c3{--spacer-size:40px;}.elementor-4105 .elementor-element.elementor-element-354dd9ca > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-4105 .elementor-element.elementor-element-834153f{--spacer-size:5px;}.elementor-4105 .elementor-element.elementor-element-30743bf1 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-4105 .elementor-element.elementor-element-48a7506{padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-1870368 > .elementor-element-populated{margin:-2px 0px 21px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(min-width:768px){.elementor-4105 .elementor-element.elementor-element-3dd91ae3{width:52.424%;}.elementor-4105 .elementor-element.elementor-element-354dd9ca{width:24.242%;}.elementor-4105 .elementor-element.elementor-element-30743bf1{width:22.974%;}.elementor-4105 .elementor-element.elementor-element-698d28a8{width:61.97%;}.elementor-4105 .elementor-element.elementor-element-1870368{width:37.992%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4105 .elementor-element.elementor-element-3dd91ae3{width:42%;}.elementor-4105 .elementor-element.elementor-element-354dd9ca{width:34%;}.elementor-4105 .elementor-element.elementor-element-30743bf1{width:24%;}.elementor-4105 .elementor-element.elementor-element-698d28a8{width:50%;}.elementor-4105 .elementor-element.elementor-element-1870368{width:50%;}}\";}'),
(160623, 20255, '_elementor_template_type', 'cpt_layouts'),
(160624, 20255, '_wp_page_template', 'default'),
(160625, 20255, '_elementor_data', '[{\"id\":\"68cba144\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#151617\",\"audio_effects\":[{\"_id\":\"cebfb62\"}],\"parallax_blocks\":[],\"row_type\":\"row sc_layouts_row_type_compact\",\"scheme\":\"dark\"},\"elements\":[{\"id\":\"1fdd60c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"1162135\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"461f02c3\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"87547e6\"}],\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34607b15\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"6c3041f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eebe823\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"80be202\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3dd91ae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.424,\"_inline_size_tablet\":42,\"audio_effects\":[{\"_id\":\"76d4305\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"4c306fd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nosotros dise\\u00f1amos y confeccionamos textiles de calidad premium\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"1542978\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"354dd9ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.242,\"_inline_size_tablet\":34,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"431b9ed\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"14eb8020\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Direccion\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"8ae296a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"79cc7273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"bd6b4c8\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19474be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arequipa \\u2014<br \\/>Asc. Santa Monica<br \\/>Cal. Sabandia<br \\/>Mz. J Lote 2A Int. 1<br \\/>Jacobo Hunter<\\/p>\",\"audio_effects\":[{\"_id\":\"e3b215d\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"834153f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"67af74b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"30743bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.974,\"_inline_size_tablet\":24,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"dab8d8c\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"401be67e\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Escribenos\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"42b6709\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"3b31ad33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"683b55a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7af9d938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"underline_anim\\\" href=\\\"mailto:inkafine@hotmail.com\\\">inkafine@hotmail.com<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b527096\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"72285f98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"56ca858\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ea7f26f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span class=\\\"trx_addons_alter_text\\\"><a href=\\\"tel:+18408412569\\\">+1 840 841 25 69<\\/a><\\/span>\",\"audio_effects\":[{\"_id\":\"52f965f\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54c25186\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"58e93f4\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"26254bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"audio_effects\":[{\"_id\":\"919080f\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"39fcd1aa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"44d2e8e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34d99ffb\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"1b71e65\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e0271e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#323641\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5c2611b\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48a7506\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"bb9ec59\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"698d28a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.97,\"column_align\":\"left sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"c30bc29\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"320aeefc\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"41707e2\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"1870368\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.992,\"column_align\":\"right sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"53f66a1\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"604f682a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"https:\\/\\/axiomthemes.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">AxiomThemes<\\/a> \\u00a9 {{Y}}. All Rights Reserved.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#D2D3D5\",\"typography_font_weight\":\"300\",\"audio_effects\":[{\"_id\":\"e80f389\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160626, 20255, '_elementor_edit_mode', 'builder'),
(160627, 20255, '_elementor_version', '3.16.4'),
(160628, 20255, '_elementor_controls_usage', 'a:6:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:12:\"alter_height\";i:4;s:5:\"space\";i:3;s:12:\"space_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:9;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:5;s:14:\"hide_on_mobile\";i:5;s:16:\"hide_on_notebook\";i:3;s:12:\"hide_on_wide\";i:2;s:15:\"hide_on_desktop\";i:2;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:2:{s:5:\"icons\";i:1;s:4:\"type\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"scheme\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:3:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160629, 20255, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160630, 20255, '_elementor_css', 'a:7:{s:4:\"time\";i:1696448393;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:6029:\".elementor-4105 .elementor-element.elementor-element-68cba144:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-68cba144 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-68cba144 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-68cba144{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-461f02c3{--spacer-size:70px;}.elementor-4105 .elementor-element.elementor-element-34607b15{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-2eebe823:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-2eebe823 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-2eebe823 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-2eebe823{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-3dd91ae3{width:52.424%;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 > .elementor-widget-container{padding:0% 11% 0% 0%;}.elementor-4105 .elementor-element.elementor-element-354dd9ca{width:24.242%;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-79cc7273{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-834153f{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-30743bf1{width:22.974%;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-3b31ad33{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-72285f98{--spacer-size:4px;}.elementor-4105 .elementor-element.elementor-element-54c25186:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-54c25186 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-54c25186 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-54c25186{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-39fcd1aa{--spacer-size:5px;}.elementor-4105 .elementor-element.elementor-element-34d99ffb{--spacer-size:50px;}.elementor-4105 .elementor-element.elementor-element-e0271e5{--divider-border-style:solid;--divider-color:#323641;--divider-border-width:1px;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider-separator{width:100%;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider{padding-top:10px;padding-bottom:10px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4105 .elementor-element.elementor-element-48a7506:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-48a7506 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-48a7506 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-48a7506{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 10px 0px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-698d28a8{width:61.97%;}.elementor-4105 .elementor-element.elementor-element-1870368{width:37.992%;}.elementor-4105 .elementor-element.elementor-element-604f682a{color:#D2D3D5;font-size:16px;font-weight:300;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}\";}'),
(160632, 20256, '_elementor_template_type', 'cpt_layouts'),
(160633, 20256, '_wp_page_template', 'default'),
(160634, 20256, '_elementor_data', '[{\"id\":\"68cba144\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#151617\",\"audio_effects\":[{\"_id\":\"cebfb62\"}],\"parallax_blocks\":[],\"row_type\":\"row sc_layouts_row_type_compact\",\"scheme\":\"dark\"},\"elements\":[{\"id\":\"1fdd60c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"1162135\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"461f02c3\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"87547e6\"}],\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34607b15\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"6c3041f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eebe823\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"80be202\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3dd91ae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.424,\"_inline_size_tablet\":42,\"audio_effects\":[{\"_id\":\"76d4305\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"4c306fd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nosotros dise\\u00f1amos y confeccionamos textiles de calidad premium\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"1542978\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"354dd9ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.242,\"_inline_size_tablet\":34,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"431b9ed\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"14eb8020\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Direccion\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"8ae296a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"79cc7273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"bd6b4c8\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19474be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arequipa \\u2014<br \\/>Asc. Santa Monica<br \\/>Cal. Sabandia<br \\/>Mz. J Lote 2A Int. 1<br \\/>Jacobo Hunter<\\/p>\",\"audio_effects\":[{\"_id\":\"e3b215d\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"834153f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"67af74b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"30743bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.974,\"_inline_size_tablet\":24,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"dab8d8c\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"401be67e\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Escribenos\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"42b6709\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"3b31ad33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"683b55a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7af9d938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"underline_anim\\\" href=\\\"mailto:inkafine@hotmail.com\\\">inkafine@hotmail.com<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b527096\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"72285f98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"56ca858\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ea7f26f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_alter_text\\\"><a href=\\\"tel:+51954304327\\\">+51 954304327<\\/a><\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"52f965f\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54c25186\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"58e93f4\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"26254bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"audio_effects\":[{\"_id\":\"919080f\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"39fcd1aa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"44d2e8e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34d99ffb\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"1b71e65\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e0271e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#323641\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5c2611b\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48a7506\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"bb9ec59\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"698d28a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.97,\"column_align\":\"left sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"c30bc29\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"320aeefc\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"41707e2\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"1870368\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.992,\"column_align\":\"right sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"53f66a1\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"604f682a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"https:\\/\\/axiomthemes.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">AxiomThemes<\\/a> \\u00a9 {{Y}}. All Rights Reserved.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#D2D3D5\",\"typography_font_weight\":\"300\",\"audio_effects\":[{\"_id\":\"e80f389\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160635, 20256, '_elementor_edit_mode', 'builder'),
(160636, 20256, '_elementor_version', '3.16.4'),
(160637, 20256, '_elementor_controls_usage', 'a:6:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:12:\"alter_height\";i:4;s:5:\"space\";i:3;s:12:\"space_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:9;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:5;s:14:\"hide_on_mobile\";i:5;s:16:\"hide_on_notebook\";i:3;s:12:\"hide_on_wide\";i:2;s:15:\"hide_on_desktop\";i:2;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:2:{s:5:\"icons\";i:1;s:4:\"type\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"scheme\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:3:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160638, 20256, '_elementor_page_assets', 'a:0:{}'),
(160639, 20256, '_elementor_css', 'a:7:{s:4:\"time\";i:1696448417;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:6029:\".elementor-4105 .elementor-element.elementor-element-68cba144:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-68cba144 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-68cba144 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-68cba144{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-461f02c3{--spacer-size:70px;}.elementor-4105 .elementor-element.elementor-element-34607b15{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-2eebe823:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-2eebe823 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-2eebe823 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-2eebe823{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-3dd91ae3{width:52.424%;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 > .elementor-widget-container{padding:0% 11% 0% 0%;}.elementor-4105 .elementor-element.elementor-element-354dd9ca{width:24.242%;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-79cc7273{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-834153f{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-30743bf1{width:22.974%;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-3b31ad33{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-72285f98{--spacer-size:4px;}.elementor-4105 .elementor-element.elementor-element-54c25186:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-54c25186 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-54c25186 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-54c25186{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-39fcd1aa{--spacer-size:5px;}.elementor-4105 .elementor-element.elementor-element-34d99ffb{--spacer-size:50px;}.elementor-4105 .elementor-element.elementor-element-e0271e5{--divider-border-style:solid;--divider-color:#323641;--divider-border-width:1px;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider-separator{width:100%;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider{padding-top:10px;padding-bottom:10px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4105 .elementor-element.elementor-element-48a7506:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-48a7506 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-48a7506 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-48a7506{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 10px 0px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-698d28a8{width:61.97%;}.elementor-4105 .elementor-element.elementor-element-1870368{width:37.992%;}.elementor-4105 .elementor-element.elementor-element-604f682a{color:#D2D3D5;font-size:16px;font-weight:300;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}\";}'),
(160641, 20257, '_menu_item_type', 'post_type'),
(160642, 20257, '_menu_item_menu_item_parent', '0'),
(160643, 20257, '_menu_item_object_id', '17758'),
(160644, 20257, '_menu_item_object', 'page'),
(160645, 20257, '_menu_item_target', ''),
(160646, 20257, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(160647, 20257, '_menu_item_xfn', ''),
(160648, 20257, '_menu_item_url', ''),
(160659, 18676, '_wp_old_date', '2022-08-23'),
(160660, 20259, '_elementor_template_type', 'cpt_layouts'),
(160661, 20259, '_wp_page_template', 'default'),
(160662, 20259, '_elementor_data', '[{\"id\":\"68cba144\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#151617\",\"audio_effects\":[{\"_id\":\"cebfb62\"}],\"parallax_blocks\":[],\"row_type\":\"row sc_layouts_row_type_compact\",\"scheme\":\"dark\"},\"elements\":[{\"id\":\"1fdd60c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"audio_effects\":[{\"_id\":\"1162135\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"461f02c3\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"87547e6\"}],\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34607b15\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"6c3041f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eebe823\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"80be202\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"3dd91ae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.424,\"_inline_size_tablet\":42,\"audio_effects\":[{\"_id\":\"76d4305\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"4c306fd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nosotros dise\\u00f1amos y confeccionamos textiles de calidad premium\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"1542978\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"}],\"isInner\":false},{\"id\":\"354dd9ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.242,\"_inline_size_tablet\":34,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"431b9ed\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"14eb8020\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Direccion\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"8ae296a\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"79cc7273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"bd6b4c8\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19474be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arequipa \\u2014<br \\/>Asc. Santa Monica<br \\/>Cal. Sabandia<br \\/>Mz. J Lote 2A Int. 1<br \\/>Jacobo Hunter<\\/p>\",\"audio_effects\":[{\"_id\":\"e3b215d\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"834153f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"67af74b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"30743bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.974,\"_inline_size_tablet\":24,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"dab8d8c\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"401be67e\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h6\",\"title\":\"Escribenos\",\"subtitle\":\"\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"42b6709\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"3b31ad33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"683b55a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7af9d938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"underline_anim\\\" href=\\\"mailto:inkafine@hotmail.com\\\">inkafine@hotmail.com<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b527096\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"72285f98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"56ca858\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1ea7f26f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"trx_addons_alter_text\\\"><a href=\\\"tel:+51954304327\\\">+51 954304327<\\/a><\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"52f965f\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54c25186\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"58e93f4\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"26254bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"audio_effects\":[{\"_id\":\"919080f\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"39fcd1aa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"44d2e8e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34d99ffb\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"medium\",\"audio_effects\":[{\"_id\":\"1b71e65\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e0271e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#323641\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5c2611b\"}]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48a7506\",\"elType\":\"section\",\"settings\":{\"row_type\":\"row sc_layouts_row_type_compact\",\"background_background\":\"classic\",\"background_color\":\"#151617\",\"scheme\":\"dark\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"audio_effects\":[{\"_id\":\"bb9ec59\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"698d28a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.97,\"column_align\":\"left sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"c30bc29\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"320aeefc\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"41707e2\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false},{\"id\":\"1870368\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.992,\"column_align\":\"right sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"53f66a1\"}],\"parallax_blocks\":[],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"604f682a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/softlabstudio.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">SoftLab Studio<\\/a> \\u00a9 {{Y}}. Todos los Derechos Reservados.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#D2D3D5\",\"typography_font_weight\":\"300\",\"audio_effects\":[{\"_id\":\"e80f389\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160663, 20259, '_elementor_edit_mode', 'builder'),
(160664, 20259, '_elementor_version', '3.16.4'),
(160665, 20259, '_elementor_controls_usage', 'a:6:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:12:\"alter_height\";i:4;s:5:\"space\";i:3;s:12:\"space_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:9;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:5;s:14:\"hide_on_mobile\";i:5;s:16:\"hide_on_notebook\";i:3;s:12:\"hide_on_wide\";i:2;s:15:\"hide_on_desktop\";i:2;}}}}s:14:\"trx_sc_socials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_socials\";a:2:{s:5:\"icons\";i:1;s:4:\"type\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;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:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"scheme\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:12:\"trx_sc_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_sc_title\";a:3:{s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:11:\"description\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160666, 20259, '_elementor_page_assets', 'a:0:{}'),
(160667, 20259, '_elementor_css', 'a:7:{s:4:\"time\";i:1696448471;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:6029:\".elementor-4105 .elementor-element.elementor-element-68cba144:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-68cba144 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-68cba144 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-68cba144{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-461f02c3{--spacer-size:70px;}.elementor-4105 .elementor-element.elementor-element-34607b15{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-2eebe823:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-2eebe823 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-2eebe823 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-2eebe823{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-3dd91ae3{width:52.424%;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 > .elementor-widget-container{padding:0% 11% 0% 0%;}.elementor-4105 .elementor-element.elementor-element-354dd9ca{width:24.242%;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-79cc7273{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-834153f{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-30743bf1{width:22.974%;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-3b31ad33{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-72285f98{--spacer-size:4px;}.elementor-4105 .elementor-element.elementor-element-54c25186:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-54c25186 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-54c25186 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-54c25186{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-39fcd1aa{--spacer-size:5px;}.elementor-4105 .elementor-element.elementor-element-34d99ffb{--spacer-size:50px;}.elementor-4105 .elementor-element.elementor-element-e0271e5{--divider-border-style:solid;--divider-color:#323641;--divider-border-width:1px;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider-separator{width:100%;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider{padding-top:10px;padding-bottom:10px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4105 .elementor-element.elementor-element-48a7506:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-48a7506 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-48a7506 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-48a7506{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 10px 0px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-698d28a8{width:61.97%;}.elementor-4105 .elementor-element.elementor-element-1870368{width:37.992%;}.elementor-4105 .elementor-element.elementor-element-604f682a{color:#D2D3D5;font-size:16px;font-weight:300;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}\";}'),
(160668, 4105, '_elementor_css', 'a:7:{s:4:\"time\";i:1696448937;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:6029:\".elementor-4105 .elementor-element.elementor-element-68cba144:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-68cba144 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-68cba144 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-68cba144{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4105 .elementor-element.elementor-element-68cba144 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-461f02c3{--spacer-size:70px;}.elementor-4105 .elementor-element.elementor-element-34607b15{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-2eebe823:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-2eebe823 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-2eebe823 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-2eebe823{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-2eebe823 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-3dd91ae3{width:52.424%;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-4c306fd2 > .elementor-widget-container{padding:0% 11% 0% 0%;}.elementor-4105 .elementor-element.elementor-element-354dd9ca{width:24.242%;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-14eb8020 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-79cc7273{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-834153f{--spacer-size:10px;}.elementor-4105 .elementor-element.elementor-element-30743bf1{width:22.974%;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-401be67e .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4105 .elementor-element.elementor-element-3b31ad33{--spacer-size:6px;}.elementor-4105 .elementor-element.elementor-element-72285f98{--spacer-size:4px;}.elementor-4105 .elementor-element.elementor-element-54c25186:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-54c25186 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-54c25186 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-54c25186{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-4105 .elementor-element.elementor-element-54c25186 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-39fcd1aa{--spacer-size:5px;}.elementor-4105 .elementor-element.elementor-element-34d99ffb{--spacer-size:50px;}.elementor-4105 .elementor-element.elementor-element-e0271e5{--divider-border-style:solid;--divider-color:#323641;--divider-border-width:1px;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider-separator{width:100%;}.elementor-4105 .elementor-element.elementor-element-e0271e5 .elementor-divider{padding-top:10px;padding-bottom:10px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4105 .elementor-element.elementor-element-48a7506:not(.elementor-motion-effects-element-type-background), .elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#151617;}.elementor-4105 .elementor-element.elementor-element-48a7506 .trx_addons_bg_text{z-index:0;}.elementor-4105 .elementor-element.elementor-element-48a7506 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4105 .elementor-element.elementor-element-48a7506{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 10px 0px;}.elementor-4105 .elementor-element.elementor-element-48a7506 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4105 .elementor-element.elementor-element-698d28a8{width:61.97%;}.elementor-4105 .elementor-element.elementor-element-1870368{width:37.992%;}.elementor-4105 .elementor-element.elementor-element-604f682a{color:#D2D3D5;font-size:16px;font-weight:300;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}\";}'),
(160669, 20260, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160670, 20260, '_elementor_edit_mode', 'builder'),
(160671, 20260, '_elementor_template_type', 'wp-page'),
(160672, 20260, '_elementor_version', '3.16.4'),
(160673, 20260, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160674, 20260, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160675, 20260, '_elementor_page_assets', 'a:0:{}'),
(160676, 20260, '_elementor_css', 'a:7:{s:4:\"time\";i:1696446095;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160677, 20261, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160678, 20261, '_elementor_edit_mode', 'builder'),
(160679, 20261, '_elementor_template_type', 'wp-page'),
(160680, 20261, '_elementor_version', '3.16.4'),
(160681, 20261, '_wp_page_template', 'default'),
(160682, 20261, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the best blog stories into your inbox!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160683, 20261, '_elementor_page_assets', 'a:0:{}'),
(160684, 20261, '_elementor_css', 'a:7:{s:4:\"time\";i:1696446095;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160685, 20262, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160686, 20262, '_elementor_edit_mode', 'builder'),
(160687, 20262, '_elementor_template_type', 'wp-page'),
(160688, 20262, '_elementor_version', '3.16.4'),
(160689, 20262, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160690, 20262, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160691, 20262, '_elementor_page_assets', 'a:0:{}'),
(160692, 20262, '_elementor_css', 'a:7:{s:4:\"time\";i:1696446095;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160694, 20263, '_wp_attached_file', '2023/10/inkafine-logo-4.png'),
(160695, 20263, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:583;s:6:\"height\";i:194;s:4:\"file\";s:27:\"2023/10/inkafine-logo-4.png\";s:8:\"filesize\";i:10678;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3683;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-370x123.png\";s:5:\"width\";i:370;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7976;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-410x194.png\";s:5:\"width\";i:410;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4544;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2622;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-410x136.png\";s:5:\"width\";i:410;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9635;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-570x194.png\";s:5:\"width\";i:570;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10542;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"inkafine-logo-4-500x194.png\";s:5:\"width\";i:500;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7280;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3683;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5285;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-370x194.png\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4393;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-4-370x194.png\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4393;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(160704, 20265, '_elementor_template_type', 'cpt_layouts'),
(160705, 20265, '_elementor_edit_mode', 'builder'),
(160706, 20265, '_elementor_version', '3.7.3'),
(160707, 20265, '_wp_page_template', 'default'),
(160708, 20265, '_elementor_data', '[{\"id\":\"1e3c7586\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"20\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"463aa7fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"2699482d\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"7af034ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"531398d3\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"1292e338\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"6cb7850\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"164073e1\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"5de42338\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/Right-Bar.svg\",\"id\":18637},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fa51d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"82cf70d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"834cd05\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"caeef79\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0e333a\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"378cd23\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"d9faafd\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4912601\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0edba2a\"}]},\"elements\":[{\"id\":\"439c760\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"69f5664\"}]},\"elements\":[{\"id\":\"8a4dcb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5eabcf9\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f6640c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"title\":\"1\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c951cd\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_title\"},{\"id\":\"a9d1f96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"236597e\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c2bb8fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/05\\/down-arrow.svg\",\"id\":4499},\"library\":\"svg\"},\"primary_color\":\"#1F242E\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"6fa6b8b\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),
(160709, 20265, '_elementor_controls_usage', 'a:8:{s:19:\"trx_sc_layouts_logo\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:1:{s:11:\"logo_height\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:12:\"column_align\";i:3;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:11:\"size_tablet\";i:1;s:11:\"size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}}}s:14:\"trx_sc_layouts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:3:{s:4:\"type\";i:2;s:6:\"layout\";i:2;s:8:\"popup_id\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:6:\"scheme\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:21:\"trx_sc_layouts_search\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_sc_layouts_search\";a:5:{s:5:\"style\";i:2;s:4:\"type\";i:2;s:11:\"logo_search\";i:2;s:18:\"logo_search_retina\";i:2;s:13:\"scheme_search\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:16:\"content_position\";i:2;}s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"scheme\";i:3;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:24:\"hide_bg_image_on_desktop\";i:1;}}}}s:6:\"spacer\";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_spacer\";a:4:{s:12:\"alter_height\";i:1;s:5:\"space\";i:2;s:12:\"space_tablet\";i:2;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:3:{s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:2;}}}}s:20:\"trx_sc_layouts_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_sc_layouts_title\";a:3:{s:5:\"align\";i:1;s:5:\"title\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160710, 20265, '_elementor_page_assets', 'a:0:{}'),
(160711, 20266, '_elementor_template_type', 'cpt_layouts'),
(160712, 20266, '_elementor_edit_mode', 'builder'),
(160713, 20266, '_elementor_version', '3.7.3'),
(160714, 20266, '_wp_page_template', 'default'),
(160715, 20266, '_elementor_data', '[{\"id\":\"1e3c7586\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"20\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"463aa7fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"2699482d\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"7af034ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"531398d3\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_title\":\"Layouts\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"1292e338\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"164073e1\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fa51d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"82cf70d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"834cd05\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"caeef79\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0e333a\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"378cd23\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"d9faafd\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4912601\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0edba2a\"}]},\"elements\":[{\"id\":\"439c760\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"69f5664\"}]},\"elements\":[{\"id\":\"8a4dcb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5eabcf9\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f6640c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"title\":\"1\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c951cd\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_title\"},{\"id\":\"a9d1f96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"236597e\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c2bb8fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/05\\/down-arrow.svg\",\"id\":4499},\"library\":\"svg\"},\"primary_color\":\"#1F242E\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"6fa6b8b\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160716, 20266, '_elementor_controls_usage', 'a:8:{s:19:\"trx_sc_layouts_logo\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:1:{s:11:\"logo_height\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:12:\"column_align\";i:3;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:11:\"size_tablet\";i:1;s:11:\"size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}}}s:14:\"trx_sc_layouts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:3:{s:4:\"type\";i:2;s:6:\"layout\";i:2;s:8:\"popup_id\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:6:\"scheme\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:21:\"trx_sc_layouts_search\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_sc_layouts_search\";a:5:{s:5:\"style\";i:2;s:4:\"type\";i:2;s:11:\"logo_search\";i:2;s:18:\"logo_search_retina\";i:2;s:13:\"scheme_search\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:16:\"content_position\";i:2;}s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"scheme\";i:3;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:24:\"hide_bg_image_on_desktop\";i:1;}}}}s:6:\"spacer\";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_spacer\";a:4:{s:12:\"alter_height\";i:1;s:5:\"space\";i:2;s:12:\"space_tablet\";i:2;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:3:{s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:2;}}}}s:20:\"trx_sc_layouts_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_sc_layouts_title\";a:3:{s:5:\"align\";i:1;s:5:\"title\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160717, 20266, '_elementor_page_assets', 'a:0:{}'),
(160718, 20267, '_elementor_template_type', 'cpt_layouts'),
(160719, 20267, '_elementor_edit_mode', 'builder'),
(160720, 20267, '_elementor_version', '3.16.4'),
(160721, 20267, '_wp_page_template', 'default'),
(160722, 20267, '_elementor_data', '[{\"id\":\"1e3c7586\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"20\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"463aa7fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"2699482d\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"7af034ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"531398d3\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_title\":\"Layouts\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"1292e338\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"6cb7850\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"164073e1\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"5de42338\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/Right-Bar.svg\",\"id\":18637},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fa51d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"82cf70d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"834cd05\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"caeef79\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0e333a\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"378cd23\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"d9faafd\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4912601\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0edba2a\"}]},\"elements\":[{\"id\":\"439c760\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"69f5664\"}]},\"elements\":[{\"id\":\"8a4dcb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5eabcf9\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f6640c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"title\":\"1\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c951cd\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_title\"},{\"id\":\"a9d1f96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"236597e\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c2bb8fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/05\\/down-arrow.svg\",\"id\":4499},\"library\":\"svg\"},\"primary_color\":\"#1F242E\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"6fa6b8b\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),
(160723, 20267, '_elementor_controls_usage', 'a:8:{s:19:\"trx_sc_layouts_logo\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:1:{s:11:\"logo_height\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:12:\"column_align\";i:3;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:11:\"size_tablet\";i:1;s:11:\"size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}}}s:14:\"trx_sc_layouts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:3:{s:4:\"type\";i:2;s:6:\"layout\";i:2;s:8:\"popup_id\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:6:\"scheme\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:21:\"trx_sc_layouts_search\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_sc_layouts_search\";a:5:{s:5:\"style\";i:2;s:4:\"type\";i:2;s:11:\"logo_search\";i:2;s:18:\"logo_search_retina\";i:2;s:13:\"scheme_search\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:16:\"content_position\";i:2;}s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"scheme\";i:3;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:24:\"hide_bg_image_on_desktop\";i:1;}}}}s:6:\"spacer\";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_spacer\";a:4:{s:12:\"alter_height\";i:1;s:5:\"space\";i:2;s:12:\"space_tablet\";i:2;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:3:{s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:2;}}}}s:20:\"trx_sc_layouts_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_sc_layouts_title\";a:3:{s:5:\"align\";i:1;s:5:\"title\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160724, 20267, '_elementor_page_assets', 'a:0:{}'),
(160726, 20268, '_elementor_template_type', 'cpt_layouts'),
(160727, 20268, '_elementor_edit_mode', 'builder'),
(160728, 20268, '_elementor_version', '3.16.4'),
(160729, 20268, '_wp_page_template', 'default'),
(160730, 20268, '_elementor_data', '[{\"id\":\"1e3c7586\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"20\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"463aa7fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"2699482d\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"7af034ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"531398d3\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_title\":\"Layouts\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"1292e338\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"164073e1\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"5de42338\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/Right-Bar.svg\",\"id\":18637},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fa51d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"82cf70d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"834cd05\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"caeef79\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0e333a\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"378cd23\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"d9faafd\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4912601\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0edba2a\"}]},\"elements\":[{\"id\":\"439c760\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"69f5664\"}]},\"elements\":[{\"id\":\"8a4dcb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5eabcf9\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f6640c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"title\":\"1\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c951cd\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_title\"},{\"id\":\"a9d1f96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"236597e\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c2bb8fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/05\\/down-arrow.svg\",\"id\":4499},\"library\":\"svg\"},\"primary_color\":\"#1F242E\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"6fa6b8b\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),
(160731, 20268, '_elementor_controls_usage', 'a:8:{s:19:\"trx_sc_layouts_logo\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:1:{s:11:\"logo_height\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:12:\"column_align\";i:3;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:11:\"size_tablet\";i:1;s:11:\"size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}}}s:14:\"trx_sc_layouts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:3:{s:4:\"type\";i:2;s:6:\"layout\";i:2;s:8:\"popup_id\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:6:\"scheme\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:21:\"trx_sc_layouts_search\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_sc_layouts_search\";a:5:{s:5:\"style\";i:2;s:4:\"type\";i:2;s:11:\"logo_search\";i:2;s:18:\"logo_search_retina\";i:2;s:13:\"scheme_search\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:16:\"content_position\";i:2;}s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"scheme\";i:3;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:24:\"hide_bg_image_on_desktop\";i:1;}}}}s:6:\"spacer\";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_spacer\";a:4:{s:12:\"alter_height\";i:1;s:5:\"space\";i:2;s:12:\"space_tablet\";i:2;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:3:{s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:2;}}}}s:20:\"trx_sc_layouts_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_sc_layouts_title\";a:3:{s:5:\"align\";i:1;s:5:\"title\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160732, 20268, '_elementor_page_assets', 'a:0:{}'),
(160733, 20268, '_elementor_css', 'a:7:{s:4:\"time\";i:1696450265;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:7037:\".elementor-4614 .elementor-element.elementor-element-1e3c7586 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-1e3c7586{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 55px 20px 55px;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4614 .elementor-element.elementor-element-2699482d .logo_image{max-height:80px;}.elementor-4614 .elementor-element.elementor-element-6cb7850 > .elementor-widget-container{margin:-2px 0px 0px 16px;}.elementor-4614 .elementor-element.elementor-element-164073e1 > .elementor-widget-container{margin:-5px 0px 0px 8px;}.elementor-4614 .elementor-element.elementor-element-5de42338 .elementor-icon-wrapper{text-align:center;}.elementor-4614 .elementor-element.elementor-element-5de42338 > .elementor-widget-container{margin:0px 0px 0px 5px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 50px 20px 50px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4614 .elementor-element.elementor-element-834cd05 .logo_image{max-height:80px;}.elementor-4614 .elementor-element.elementor-element-f0e333a > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-4614 .elementor-element.elementor-element-378cd23 > .elementor-widget-container{margin:0px 0px 0px 8px;}.elementor-4614 .elementor-element.elementor-element-4912601 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-4912601 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-8a4dcb7{--spacer-size:86px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:36px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon-wrapper{text-align:center;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-stacked .elementor-icon{background-color:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-framed .elementor-icon, .elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-default .elementor-icon{color:#1F242E;border-color:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-framed .elementor-icon, .elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-default .elementor-icon svg{fill:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:15px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:15px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd > .elementor-widget-container{margin:0px 0px -5px 0px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}@media(min-width:768px){.elementor-4614 .elementor-element.elementor-element-463aa7fd{width:17.862%;}.elementor-4614 .elementor-element.elementor-element-7af034ca{width:82.1%;}.elementor-4614 .elementor-element.elementor-element-82cf70d{width:17.862%;}.elementor-4614 .elementor-element.elementor-element-caeef79{width:82.1%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4614 .elementor-element.elementor-element-463aa7fd{width:20%;}.elementor-4614 .elementor-element.elementor-element-7af034ca{width:80%;}}@media(max-width:1024px){.elementor-4614 .elementor-element.elementor-element-1e3c7586{padding:15px 15px 15px 15px;}.elementor-4614 .elementor-element.elementor-element-1292e338 > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-6cb7850 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-164073e1 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-5de42338 > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1{padding:15px 30px 15px 30px;}.elementor-4614 .elementor-element.elementor-element-8a4dcb7{--spacer-size:30px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:20px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:14px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:14px;}}@media(max-width:767px){.elementor-4614 .elementor-element.elementor-element-2fa51d1{padding:10px 20px 10px 20px;}.elementor-4614 .elementor-element.elementor-element-82cf70d{width:50%;}.elementor-4614 .elementor-element.elementor-element-82cf70d > .elementor-element-populated.elementor-column-wrap{padding:0px 10px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-82cf70d > .elementor-element-populated.elementor-widget-wrap{padding:0px 10px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-caeef79{width:50%;}.elementor-4614 .elementor-element.elementor-element-caeef79 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 10px;}.elementor-4614 .elementor-element.elementor-element-caeef79 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 10px;}.elementor-4614 .elementor-element.elementor-element-f0e333a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-378cd23 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-d9faafd > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:10px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:12px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:12px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd > .elementor-widget-container{margin:5px 0px -5px 0px;}}\";}'),
(160734, 20269, '_elementor_template_type', 'cpt_layouts'),
(160735, 20269, '_elementor_edit_mode', 'builder'),
(160736, 20269, '_elementor_version', '3.16.4'),
(160737, 20269, '_wp_page_template', 'default'),
(160738, 20269, '_elementor_data', '[{\"id\":\"1e3c7586\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"20\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"463aa7fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"2699482d\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"7af034ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"531398d3\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_title\":\"Layouts\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"1292e338\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"6cb7850\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"164073e1\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"5de42338\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/Right-Bar.svg\",\"id\":18637},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fa51d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"82cf70d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"834cd05\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"caeef79\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0e333a\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"378cd23\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"d9faafd\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4912601\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0edba2a\"}]},\"elements\":[{\"id\":\"439c760\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"69f5664\"}]},\"elements\":[{\"id\":\"8a4dcb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5eabcf9\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f6640c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"title\":\"1\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c951cd\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_title\"},{\"id\":\"a9d1f96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"236597e\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c2bb8fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/05\\/down-arrow.svg\",\"id\":4499},\"library\":\"svg\"},\"primary_color\":\"#1F242E\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"6fa6b8b\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160739, 20269, '_elementor_controls_usage', 'a:8:{s:19:\"trx_sc_layouts_logo\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:1:{s:11:\"logo_height\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:12:\"column_align\";i:3;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:11:\"size_tablet\";i:1;s:11:\"size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}}}s:14:\"trx_sc_layouts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:3:{s:4:\"type\";i:2;s:6:\"layout\";i:2;s:8:\"popup_id\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:6:\"scheme\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:21:\"trx_sc_layouts_search\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_sc_layouts_search\";a:5:{s:5:\"style\";i:2;s:4:\"type\";i:2;s:11:\"logo_search\";i:2;s:18:\"logo_search_retina\";i:2;s:13:\"scheme_search\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:16:\"content_position\";i:2;}s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"scheme\";i:3;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:24:\"hide_bg_image_on_desktop\";i:1;}}}}s:6:\"spacer\";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_spacer\";a:4:{s:12:\"alter_height\";i:1;s:5:\"space\";i:2;s:12:\"space_tablet\";i:2;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:3:{s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:2;}}}}s:20:\"trx_sc_layouts_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_sc_layouts_title\";a:3:{s:5:\"align\";i:1;s:5:\"title\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160740, 20269, '_elementor_page_assets', 'a:0:{}'),
(160742, 20270, '_elementor_template_type', 'cpt_layouts'),
(160743, 20270, '_elementor_edit_mode', 'builder'),
(160744, 20270, '_elementor_version', '3.16.4'),
(160745, 20270, '_wp_page_template', 'default'),
(160746, 20270, '_elementor_data', '[{\"id\":\"1e3c7586\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"20\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"463aa7fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"2699482d\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"7af034ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"531398d3\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_title\":\"Layouts\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"1292e338\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"6cb7850\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"164073e1\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fa51d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"82cf70d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"834cd05\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"caeef79\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0e333a\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"378cd23\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"d9faafd\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4912601\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0edba2a\"}]},\"elements\":[{\"id\":\"439c760\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"69f5664\"}]},\"elements\":[{\"id\":\"8a4dcb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5eabcf9\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f6640c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"title\":\"1\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c951cd\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_title\"},{\"id\":\"a9d1f96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"236597e\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c2bb8fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/05\\/down-arrow.svg\",\"id\":4499},\"library\":\"svg\"},\"primary_color\":\"#1F242E\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"6fa6b8b\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),
(160747, 20270, '_elementor_controls_usage', 'a:8:{s:19:\"trx_sc_layouts_logo\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:1:{s:11:\"logo_height\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:12:\"column_align\";i:3;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:11:\"size_tablet\";i:1;s:11:\"size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}}}s:14:\"trx_sc_layouts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:3:{s:4:\"type\";i:2;s:6:\"layout\";i:2;s:8:\"popup_id\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:6:\"scheme\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:21:\"trx_sc_layouts_search\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_sc_layouts_search\";a:5:{s:5:\"style\";i:2;s:4:\"type\";i:2;s:11:\"logo_search\";i:2;s:18:\"logo_search_retina\";i:2;s:13:\"scheme_search\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:16:\"content_position\";i:2;}s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"scheme\";i:3;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:24:\"hide_bg_image_on_desktop\";i:1;}}}}s:6:\"spacer\";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_spacer\";a:4:{s:12:\"alter_height\";i:1;s:5:\"space\";i:2;s:12:\"space_tablet\";i:2;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:3:{s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:2;}}}}s:20:\"trx_sc_layouts_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_sc_layouts_title\";a:3:{s:5:\"align\";i:1;s:5:\"title\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160748, 20270, '_elementor_page_assets', 'a:0:{}'),
(160749, 20270, '_elementor_css', 'a:7:{s:4:\"time\";i:1696450478;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:7037:\".elementor-4614 .elementor-element.elementor-element-1e3c7586 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-1e3c7586{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 55px 20px 55px;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4614 .elementor-element.elementor-element-2699482d .logo_image{max-height:80px;}.elementor-4614 .elementor-element.elementor-element-6cb7850 > .elementor-widget-container{margin:-2px 0px 0px 16px;}.elementor-4614 .elementor-element.elementor-element-164073e1 > .elementor-widget-container{margin:-5px 0px 0px 8px;}.elementor-4614 .elementor-element.elementor-element-5de42338 .elementor-icon-wrapper{text-align:center;}.elementor-4614 .elementor-element.elementor-element-5de42338 > .elementor-widget-container{margin:0px 0px 0px 5px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 50px 20px 50px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4614 .elementor-element.elementor-element-834cd05 .logo_image{max-height:80px;}.elementor-4614 .elementor-element.elementor-element-f0e333a > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-4614 .elementor-element.elementor-element-378cd23 > .elementor-widget-container{margin:0px 0px 0px 8px;}.elementor-4614 .elementor-element.elementor-element-4912601 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-4912601 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-8a4dcb7{--spacer-size:86px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:36px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon-wrapper{text-align:center;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-stacked .elementor-icon{background-color:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-framed .elementor-icon, .elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-default .elementor-icon{color:#1F242E;border-color:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-framed .elementor-icon, .elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-default .elementor-icon svg{fill:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:15px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:15px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd > .elementor-widget-container{margin:0px 0px -5px 0px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}@media(min-width:768px){.elementor-4614 .elementor-element.elementor-element-463aa7fd{width:17.862%;}.elementor-4614 .elementor-element.elementor-element-7af034ca{width:82.1%;}.elementor-4614 .elementor-element.elementor-element-82cf70d{width:17.862%;}.elementor-4614 .elementor-element.elementor-element-caeef79{width:82.1%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4614 .elementor-element.elementor-element-463aa7fd{width:20%;}.elementor-4614 .elementor-element.elementor-element-7af034ca{width:80%;}}@media(max-width:1024px){.elementor-4614 .elementor-element.elementor-element-1e3c7586{padding:15px 15px 15px 15px;}.elementor-4614 .elementor-element.elementor-element-1292e338 > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-6cb7850 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-164073e1 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-5de42338 > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1{padding:15px 30px 15px 30px;}.elementor-4614 .elementor-element.elementor-element-8a4dcb7{--spacer-size:30px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:20px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:14px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:14px;}}@media(max-width:767px){.elementor-4614 .elementor-element.elementor-element-2fa51d1{padding:10px 20px 10px 20px;}.elementor-4614 .elementor-element.elementor-element-82cf70d{width:50%;}.elementor-4614 .elementor-element.elementor-element-82cf70d > .elementor-element-populated.elementor-column-wrap{padding:0px 10px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-82cf70d > .elementor-element-populated.elementor-widget-wrap{padding:0px 10px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-caeef79{width:50%;}.elementor-4614 .elementor-element.elementor-element-caeef79 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 10px;}.elementor-4614 .elementor-element.elementor-element-caeef79 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 10px;}.elementor-4614 .elementor-element.elementor-element-f0e333a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-378cd23 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-d9faafd > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:10px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:12px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:12px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd > .elementor-widget-container{margin:5px 0px -5px 0px;}}\";}'),
(160751, 20271, '_elementor_template_type', 'cpt_layouts'),
(160752, 20271, '_elementor_edit_mode', 'builder'),
(160753, 20271, '_elementor_version', '3.16.4'),
(160754, 20271, '_wp_page_template', 'default'),
(160755, 20271, '_elementor_data', '[{\"id\":\"1e3c7586\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"55\",\"bottom\":\"20\",\"left\":\"55\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[{\"id\":\"463aa7fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"2699482d\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"7af034ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"531398d3\",\"elType\":\"widget\",\"settings\":{\"type\":\"panel\",\"popup_id\":\"popup-2\",\"layout\":\"18640\",\"size\":{\"unit\":\"px\",\"size\":388,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"70e89a9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_title\":\"Layouts\"},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"1292e338\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"mobile_menu\":\"1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"6cb7850\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"164073e1\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"5de42338\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/Right-Bar.svg\",\"id\":18637},\"library\":\"svg\"},\"link\":{\"url\":\"#popup-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"2b54a84\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fa51d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"row_type\":\"row sc_layouts_row_type_compact\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1fc3fa9\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[{\"id\":\"82cf70d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.862,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"581898c\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"834cd05\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"_id\":\"f2f6be0\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"}],\"isInner\":false},{\"id\":\"caeef79\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.1,\"column_align\":\"right sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6ad0df8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0e333a\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"type\":\"modern\",\"audio_effects\":[{\"_id\":\"519d53d\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_cart\"},{\"id\":\"378cd23\",\"elType\":\"widget\",\"settings\":{\"style\":\"fullscreen\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9ec7944\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"modern\",\"logo_search\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2.png\",\"id\":18441,\"alt\":\"\",\"source\":\"library\"},\"logo_search_retina\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/06\\/logo-2-2x.png\",\"id\":18442,\"alt\":\"\",\"source\":\"library\"},\"scheme_search\":\"dark\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_search\"},{\"id\":\"d9faafd\",\"elType\":\"widget\",\"settings\":{\"hover\":\"zoom_line\",\"audio_effects\":[{\"_id\":\"73fb2d8\",\"local\":{\"url\":\"\",\"id\":\"\"}}],\"type\":\"burger\",\"mobile_button\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4912601\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0edba2a\"}]},\"elements\":[{\"id\":\"439c760\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"69f5664\"}]},\"elements\":[{\"id\":\"8a4dcb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"5eabcf9\"}],\"alter_height\":\"huge\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f6640c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"title\":\"1\",\"height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c951cd\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_title\"},{\"id\":\"a9d1f96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"236597e\"}],\"hide_on_mobile\":\"hide_on_mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c2bb8fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2020\\/05\\/down-arrow.svg\",\"id\":4499},\"library\":\"svg\"},\"primary_color\":\"#1F242E\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"6fa6b8b\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),
(160756, 20271, '_elementor_controls_usage', 'a:8:{s:19:\"trx_sc_layouts_logo\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_sc_layouts_logo\";a:1:{s:11:\"logo_height\";i:2;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:12:\"column_align\";i:3;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:5;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:11:\"size_tablet\";i:1;s:11:\"size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}}}}s:14:\"trx_sc_layouts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_sc_layouts\";a:3:{s:4:\"type\";i:2;s:6:\"layout\";i:2;s:8:\"popup_id\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:6:\"scheme\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:21:\"trx_sc_layouts_search\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_sc_layouts_search\";a:5:{s:5:\"style\";i:2;s:4:\"type\";i:2;s:11:\"logo_search\";i:2;s:18:\"logo_search_retina\";i:2;s:13:\"scheme_search\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:16:\"content_position\";i:2;}s:21:\"section_custom_layout\";a:1:{s:8:\"row_type\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"scheme\";i:3;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:5:{s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:1;s:12:\"hide_on_wide\";i:1;s:15:\"hide_on_desktop\";i:1;s:16:\"hide_on_notebook\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:24:\"hide_bg_image_on_desktop\";i:1;}}}}s:6:\"spacer\";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_spacer\";a:4:{s:12:\"alter_height\";i:1;s:5:\"space\";i:2;s:12:\"space_tablet\";i:2;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:3;}s:19:\"_section_responsive\";a:3:{s:16:\"hide_on_notebook\";i:1;s:14:\"hide_on_tablet\";i:1;s:14:\"hide_on_mobile\";i:2;}}}}s:20:\"trx_sc_layouts_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_sc_layouts_title\";a:3:{s:5:\"align\";i:1;s:5:\"title\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"section_trx_audio_effects\";a:1:{s:13:\"audio_effects\";i:1;}}}}}'),
(160757, 20271, '_elementor_page_assets', 'a:0:{}'),
(160758, 20271, '_elementor_css', 'a:7:{s:4:\"time\";i:1696452160;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:6700:\".elementor-4614 .elementor-element.elementor-element-1e3c7586 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-1e3c7586{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 55px 20px 55px;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4614 .elementor-element.elementor-element-2699482d .logo_image{max-height:80px;}.elementor-4614 .elementor-element.elementor-element-6cb7850 > .elementor-widget-container{margin:-2px 0px 0px 16px;}.elementor-4614 .elementor-element.elementor-element-164073e1 > .elementor-widget-container{margin:-5px 0px 0px 8px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 50px 20px 50px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4614 .elementor-element.elementor-element-834cd05 .logo_image{max-height:80px;}.elementor-4614 .elementor-element.elementor-element-f0e333a > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-4614 .elementor-element.elementor-element-378cd23 > .elementor-widget-container{margin:0px 0px 0px 8px;}.elementor-4614 .elementor-element.elementor-element-4912601 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-4912601 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-8a4dcb7{--spacer-size:86px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:36px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon-wrapper{text-align:center;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-stacked .elementor-icon{background-color:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-framed .elementor-icon, .elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-default .elementor-icon{color:#1F242E;border-color:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-framed .elementor-icon, .elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-default .elementor-icon svg{fill:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:15px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:15px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd > .elementor-widget-container{margin:0px 0px -5px 0px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}@media(min-width:768px){.elementor-4614 .elementor-element.elementor-element-463aa7fd{width:17.862%;}.elementor-4614 .elementor-element.elementor-element-7af034ca{width:82.1%;}.elementor-4614 .elementor-element.elementor-element-82cf70d{width:17.862%;}.elementor-4614 .elementor-element.elementor-element-caeef79{width:82.1%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4614 .elementor-element.elementor-element-463aa7fd{width:20%;}.elementor-4614 .elementor-element.elementor-element-7af034ca{width:80%;}}@media(max-width:1024px){.elementor-4614 .elementor-element.elementor-element-1e3c7586{padding:15px 15px 15px 15px;}.elementor-4614 .elementor-element.elementor-element-1292e338 > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-6cb7850 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-164073e1 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1{padding:15px 30px 15px 30px;}.elementor-4614 .elementor-element.elementor-element-8a4dcb7{--spacer-size:30px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:20px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:14px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:14px;}}@media(max-width:767px){.elementor-4614 .elementor-element.elementor-element-2fa51d1{padding:10px 20px 10px 20px;}.elementor-4614 .elementor-element.elementor-element-82cf70d{width:50%;}.elementor-4614 .elementor-element.elementor-element-82cf70d > .elementor-element-populated.elementor-column-wrap{padding:0px 10px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-82cf70d > .elementor-element-populated.elementor-widget-wrap{padding:0px 10px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-caeef79{width:50%;}.elementor-4614 .elementor-element.elementor-element-caeef79 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 10px;}.elementor-4614 .elementor-element.elementor-element-caeef79 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 10px;}.elementor-4614 .elementor-element.elementor-element-f0e333a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-378cd23 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-d9faafd > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:10px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:12px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:12px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd > .elementor-widget-container{margin:5px 0px -5px 0px;}}\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160759, 4614, '_elementor_css', 'a:7:{s:4:\"time\";i:1696452170;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:7037:\".elementor-4614 .elementor-element.elementor-element-1e3c7586 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-1e3c7586{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 55px 20px 55px;}.elementor-4614 .elementor-element.elementor-element-1e3c7586 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4614 .elementor-element.elementor-element-2699482d .logo_image{max-height:80px;}.elementor-4614 .elementor-element.elementor-element-6cb7850 > .elementor-widget-container{margin:-2px 0px 0px 16px;}.elementor-4614 .elementor-element.elementor-element-164073e1 > .elementor-widget-container{margin:-5px 0px 0px 8px;}.elementor-4614 .elementor-element.elementor-element-5de42338 .elementor-icon-wrapper{text-align:center;}.elementor-4614 .elementor-element.elementor-element-5de42338 > .elementor-widget-container{margin:0px 0px 0px 5px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 50px 20px 50px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4614 .elementor-element.elementor-element-834cd05 .logo_image{max-height:80px;}.elementor-4614 .elementor-element.elementor-element-f0e333a > .elementor-widget-container{margin:0px 0px 0px 16px;}.elementor-4614 .elementor-element.elementor-element-378cd23 > .elementor-widget-container{margin:0px 0px 0px 8px;}.elementor-4614 .elementor-element.elementor-element-4912601 .trx_addons_bg_text{z-index:0;}.elementor-4614 .elementor-element.elementor-element-4912601 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4614 .elementor-element.elementor-element-8a4dcb7{--spacer-size:86px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:36px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon-wrapper{text-align:center;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-stacked .elementor-icon{background-color:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-framed .elementor-icon, .elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-default .elementor-icon{color:#1F242E;border-color:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-framed .elementor-icon, .elementor-4614 .elementor-element.elementor-element-c2bb8fd.elementor-view-default .elementor-icon svg{fill:#1F242E;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:15px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:15px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd > .elementor-widget-container{margin:0px 0px -5px 0px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}@media(min-width:768px){.elementor-4614 .elementor-element.elementor-element-463aa7fd{width:17.862%;}.elementor-4614 .elementor-element.elementor-element-7af034ca{width:82.1%;}.elementor-4614 .elementor-element.elementor-element-82cf70d{width:17.862%;}.elementor-4614 .elementor-element.elementor-element-caeef79{width:82.1%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4614 .elementor-element.elementor-element-463aa7fd{width:20%;}.elementor-4614 .elementor-element.elementor-element-7af034ca{width:80%;}}@media(max-width:1024px){.elementor-4614 .elementor-element.elementor-element-1e3c7586{padding:15px 15px 15px 15px;}.elementor-4614 .elementor-element.elementor-element-1292e338 > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-6cb7850 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-164073e1 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-5de42338 > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-2fa51d1{padding:15px 30px 15px 30px;}.elementor-4614 .elementor-element.elementor-element-8a4dcb7{--spacer-size:30px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:20px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:14px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:14px;}}@media(max-width:767px){.elementor-4614 .elementor-element.elementor-element-2fa51d1{padding:10px 20px 10px 20px;}.elementor-4614 .elementor-element.elementor-element-82cf70d{width:50%;}.elementor-4614 .elementor-element.elementor-element-82cf70d > .elementor-element-populated.elementor-column-wrap{padding:0px 10px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-82cf70d > .elementor-element-populated.elementor-widget-wrap{padding:0px 10px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-caeef79{width:50%;}.elementor-4614 .elementor-element.elementor-element-caeef79 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 10px;}.elementor-4614 .elementor-element.elementor-element-caeef79 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 10px;}.elementor-4614 .elementor-element.elementor-element-f0e333a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-378cd23 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-d9faafd > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-4614 .elementor-element.elementor-element-a9d1f96{--spacer-size:10px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon{font-size:12px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd .elementor-icon svg{height:12px;}.elementor-4614 .elementor-element.elementor-element-c2bb8fd > .elementor-widget-container{margin:5px 0px -5px 0px;}}\";}'),
(160760, 20272, '_wp_attached_file', '2023/10/inkafine-logo-5.png'),
(160761, 20272, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:583;s:6:\"height\";i:194;s:4:\"file\";s:27:\"2023/10/inkafine-logo-5.png\";s:8:\"filesize\";i:8551;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-5-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4673;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2489;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-5-370x123.png\";s:5:\"width\";i:370;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6289;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-5-410x194.png\";s:5:\"width\";i:410;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2688;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-5-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1872;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-5-410x136.png\";s:5:\"width\";i:410;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7086;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-5-570x194.png\";s:5:\"width\";i:570;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8171;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-5-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3375;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-5-370x194.png\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2585;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"inkafine-logo-5-370x194.png\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2585;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(160762, 20273, '_elementor_template_type', 'cpt_layouts'),
(160763, 20273, '_elementor_edit_mode', 'builder'),
(160764, 20273, '_elementor_version', '3.7.2'),
(160765, 20273, '_wp_page_template', 'default'),
(160766, 20273, '_elementor_data', '[{\"id\":\"ee9c336\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"content_position\":\"space-between\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3ee3e\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"2889ba17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8afa663\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"230f2c92\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"5260db9\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"},{\"id\":\"11476141\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"d90ab0c\"}],\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#DDDDDD\",\"type\":\"icons_names\",\"align\":\"left\",\"audio_effects\":[{\"_id\":\"47fddd2\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"},{\"id\":\"607e2dba\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"98a128e\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"1b0de62e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d5c3c95\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[{\"id\":\"33285a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"+1 840 841 25 69\",\"link\":{\"url\":\"tel:18408412569\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"b942f07\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c64ab4d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"671ba2f\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"389708f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"info@email.com\",\"link\":{\"url\":\"mailto:info@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"span\",\"audio_effects\":[{\"_id\":\"e4186c7\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"426d8167\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f8d8aa7\",\"local\":{\"url\":\"\",\"id\":\"\"},\"volume\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(160767, 20273, '_elementor_page_assets', 'a:0:{}'),
(160768, 20273, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991850;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1165:\".elementor-18640 .elementor-element.elementor-element-ee9c336 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:space-between;align-items:space-between;}.elementor-18640 .elementor-element.elementor-element-230f2c92 > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-18640 .elementor-element.elementor-element-11476141 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18640 .elementor-element.elementor-element-11476141 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18640 .elementor-element.elementor-element-607e2dba{border-style:solid;border-width:1px 0px 0px 0px;border-color:#DDDDDD;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:15px;margin-bottom:0px;padding:45px 0px 0px 0px;}.elementor-18640 .elementor-element.elementor-element-607e2dba > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18640 .elementor-element.elementor-element-2c64ab4d{--spacer-size:10px;}.elementor-18640 .elementor-element.elementor-element-426d8167{--spacer-size:5px;}\";}'),
(160769, 20274, '_elementor_template_type', 'cpt_layouts'),
(160770, 20274, '_elementor_edit_mode', 'builder'),
(160771, 20274, '_elementor_version', '3.7.2'),
(160772, 20274, '_wp_page_template', 'default'),
(160773, 20274, '_elementor_data', '[]'),
(160774, 20274, '_elementor_page_assets', 'a:0:{}'),
(160775, 20274, '_elementor_css', 'a:7:{s:4:\"time\";i:1667991850;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1165:\".elementor-18640 .elementor-element.elementor-element-ee9c336 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:space-between;align-items:space-between;}.elementor-18640 .elementor-element.elementor-element-230f2c92 > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-18640 .elementor-element.elementor-element-11476141 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18640 .elementor-element.elementor-element-11476141 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18640 .elementor-element.elementor-element-607e2dba{border-style:solid;border-width:1px 0px 0px 0px;border-color:#DDDDDD;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:15px;margin-bottom:0px;padding:45px 0px 0px 0px;}.elementor-18640 .elementor-element.elementor-element-607e2dba > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18640 .elementor-element.elementor-element-2c64ab4d{--spacer-size:10px;}.elementor-18640 .elementor-element.elementor-element-426d8167{--spacer-size:5px;}\";}'),
(160776, 20275, '_elementor_template_type', 'cpt_layouts'),
(160777, 20275, '_elementor_edit_mode', 'builder'),
(160778, 20275, '_elementor_version', '3.16.4'),
(160779, 20275, '_wp_page_template', 'default'),
(160780, 20275, '_elementor_data', '[{\"id\":\"ee9c336\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"content_position\":\"space-between\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3ee3e\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"2889ba17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8afa663\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"230f2c92\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"5260db9\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"},{\"id\":\"11476141\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"d90ab0c\"}],\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#DDDDDD\",\"type\":\"icons_names\",\"align\":\"left\",\"audio_effects\":[{\"_id\":\"47fddd2\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"},{\"id\":\"607e2dba\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"98a128e\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"1b0de62e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d5c3c95\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"33285a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"+1 840 841 25 69\",\"link\":{\"url\":\"tel:18408412569\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"b942f07\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c64ab4d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"671ba2f\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"389708f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"info@email.com\",\"link\":{\"url\":\"mailto:info@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"span\",\"audio_effects\":[{\"_id\":\"e4186c7\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"426d8167\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f8d8aa7\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(160781, 20275, '_elementor_page_assets', 'a:0:{}'),
(160783, 20276, '_elementor_template_type', 'cpt_layouts'),
(160784, 20276, '_elementor_edit_mode', 'builder'),
(160785, 20276, '_elementor_version', '3.16.4'),
(160786, 20276, '_wp_page_template', 'default'),
(160787, 20276, '_elementor_data', '[{\"id\":\"ee9c336\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"content_position\":\"space-between\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3ee3e\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"2889ba17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8afa663\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"230f2c92\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"5260db9\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"},{\"id\":\"e0810ec\",\"elType\":\"widget\",\"settings\":{\"audio_effects\":[{\"local\":{\"url\":\"\"},\"volume\":{\"size\":50,\"unit\":\"px\"},\"_id\":\"21baf54\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_menu\"},{\"id\":\"11476141\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"d90ab0c\"}],\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#DDDDDD\",\"type\":\"icons_names\",\"align\":\"left\",\"audio_effects\":[{\"_id\":\"47fddd2\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"},{\"id\":\"607e2dba\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"98a128e\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"1b0de62e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d5c3c95\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"33285a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"+1 840 841 25 69\",\"link\":{\"url\":\"tel:18408412569\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"b942f07\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c64ab4d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"671ba2f\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"389708f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"info@email.com\",\"link\":{\"url\":\"mailto:info@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"span\",\"audio_effects\":[{\"_id\":\"e4186c7\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"426d8167\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f8d8aa7\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(160788, 20276, '_elementor_page_assets', 'a:0:{}'),
(160789, 20276, '_elementor_css', 'a:7:{s:4:\"time\";i:1696455138;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1828:\".elementor-18640 .elementor-element.elementor-element-ee9c336 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:space-between;align-items:space-between;}.elementor-18640 .elementor-element.elementor-element-ee9c336 .trx_addons_bg_text{z-index:0;}.elementor-18640 .elementor-element.elementor-element-ee9c336 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18640 .elementor-element.elementor-element-230f2c92 > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-18640 .elementor-element.elementor-element-11476141 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18640 .elementor-element.elementor-element-11476141 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18640 .elementor-element.elementor-element-607e2dba .trx_addons_bg_text{z-index:0;}.elementor-18640 .elementor-element.elementor-element-607e2dba .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18640 .elementor-element.elementor-element-607e2dba{border-style:solid;border-width:1px 0px 0px 0px;border-color:#DDDDDD;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:15px;margin-bottom:0px;padding:45px 0px 0px 0px;}.elementor-18640 .elementor-element.elementor-element-607e2dba > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18640 .elementor-element.elementor-element-2c64ab4d{--spacer-size:10px;}.elementor-18640 .elementor-element.elementor-element-426d8167{--spacer-size:5px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}\";}'),
(160791, 20277, '_elementor_template_type', 'cpt_layouts'),
(160792, 20277, '_elementor_edit_mode', 'builder'),
(160793, 20277, '_elementor_version', '3.16.4'),
(160794, 20277, '_wp_page_template', 'default'),
(160795, 20277, '_elementor_data', '[{\"id\":\"ee9c336\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"content_position\":\"space-between\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3ee3e\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"2889ba17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8afa663\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"230f2c92\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"5260db9\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"},{\"id\":\"11476141\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"d90ab0c\"}],\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#DDDDDD\",\"type\":\"icons_names\",\"align\":\"left\",\"audio_effects\":[{\"_id\":\"47fddd2\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"},{\"id\":\"607e2dba\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"98a128e\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"1b0de62e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d5c3c95\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"33285a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"+1 840 841 25 69\",\"link\":{\"url\":\"tel:18408412569\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"b942f07\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c64ab4d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"671ba2f\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"389708f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"info@email.com\",\"link\":{\"url\":\"mailto:info@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"span\",\"audio_effects\":[{\"_id\":\"e4186c7\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"426d8167\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f8d8aa7\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(160796, 20277, '_elementor_page_assets', 'a:0:{}'),
(160797, 20277, '_elementor_css', 'a:7:{s:4:\"time\";i:1696455235;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1828:\".elementor-18640 .elementor-element.elementor-element-ee9c336 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:space-between;align-items:space-between;}.elementor-18640 .elementor-element.elementor-element-ee9c336 .trx_addons_bg_text{z-index:0;}.elementor-18640 .elementor-element.elementor-element-ee9c336 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18640 .elementor-element.elementor-element-230f2c92 > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-18640 .elementor-element.elementor-element-11476141 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18640 .elementor-element.elementor-element-11476141 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18640 .elementor-element.elementor-element-607e2dba .trx_addons_bg_text{z-index:0;}.elementor-18640 .elementor-element.elementor-element-607e2dba .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18640 .elementor-element.elementor-element-607e2dba{border-style:solid;border-width:1px 0px 0px 0px;border-color:#DDDDDD;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:15px;margin-bottom:0px;padding:45px 0px 0px 0px;}.elementor-18640 .elementor-element.elementor-element-607e2dba > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18640 .elementor-element.elementor-element-2c64ab4d{--spacer-size:10px;}.elementor-18640 .elementor-element.elementor-element-426d8167{--spacer-size:5px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}\";}'),
(160798, 20278, '_elementor_template_type', 'cpt_layouts'),
(160799, 20278, '_elementor_edit_mode', 'builder'),
(160800, 20278, '_elementor_version', '3.16.4'),
(160801, 20278, '_wp_page_template', 'default'),
(160802, 20278, '_elementor_data', '[{\"id\":\"ee9c336\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"content_position\":\"space-between\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3ee3e\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"2889ba17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8afa663\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"230f2c92\",\"elType\":\"widget\",\"settings\":{\"logo_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"5260db9\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts_logo\"},{\"id\":\"11476141\",\"elType\":\"widget\",\"settings\":{\"icons\":[{\"_id\":\"d90ab0c\"}],\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#DDDDDD\",\"type\":\"icons_names\",\"align\":\"left\",\"audio_effects\":[{\"_id\":\"47fddd2\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"trx_sc_socials\"},{\"id\":\"607e2dba\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"98a128e\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"1b0de62e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d5c3c95\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[{\"id\":\"33285a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"+51 954304327\",\"link\":{\"url\":\"tel:51954304327\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"b942f07\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c64ab4d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"671ba2f\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"389708f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"inkafine@hotmail.com\",\"link\":{\"url\":\"mailto:inkafine@hotmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"span\",\"audio_effects\":[{\"_id\":\"e4186c7\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"426d8167\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f8d8aa7\",\"local\":{\"url\":\"\",\"id\":\"\"}}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(160803, 20278, '_elementor_page_assets', 'a:0:{}'),
(160804, 18640, '_elementor_css', 'a:7:{s:4:\"time\";i:1696455342;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1828:\".elementor-18640 .elementor-element.elementor-element-ee9c336 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:space-between;align-items:space-between;}.elementor-18640 .elementor-element.elementor-element-ee9c336 .trx_addons_bg_text{z-index:0;}.elementor-18640 .elementor-element.elementor-element-ee9c336 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18640 .elementor-element.elementor-element-230f2c92 > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-18640 .elementor-element.elementor-element-11476141 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18640 .elementor-element.elementor-element-11476141 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18640 .elementor-element.elementor-element-607e2dba .trx_addons_bg_text{z-index:0;}.elementor-18640 .elementor-element.elementor-element-607e2dba .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18640 .elementor-element.elementor-element-607e2dba{border-style:solid;border-width:1px 0px 0px 0px;border-color:#DDDDDD;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:15px;margin-bottom:0px;padding:45px 0px 0px 0px;}.elementor-18640 .elementor-element.elementor-element-607e2dba > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18640 .elementor-element.elementor-element-2c64ab4d{--spacer-size:10px;}.elementor-18640 .elementor-element.elementor-element-426d8167{--spacer-size:5px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}\";}'),
(160805, 20279, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160806, 20279, '_elementor_edit_mode', 'builder'),
(160807, 20279, '_elementor_template_type', 'wp-page'),
(160808, 20279, '_elementor_version', '3.16.4'),
(160809, 20279, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160810, 20279, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160811, 20279, '_elementor_page_assets', 'a:0:{}'),
(160812, 20279, '_elementor_css', 'a:7:{s:4:\"time\";i:1696447254;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160813, 20280, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160814, 20280, '_elementor_edit_mode', 'builder'),
(160815, 20280, '_elementor_template_type', 'wp-page'),
(160816, 20280, '_elementor_version', '3.16.4'),
(160817, 20280, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160818, 20280, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160819, 20280, '_elementor_page_assets', 'a:0:{}'),
(160820, 20280, '_elementor_css', 'a:7:{s:4:\"time\";i:1696447254;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160821, 20281, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160822, 20281, '_elementor_edit_mode', 'builder'),
(160823, 20281, '_elementor_template_type', 'wp-page'),
(160824, 20281, '_elementor_version', '3.16.4'),
(160825, 20281, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160826, 20281, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160827, 20281, '_elementor_page_assets', 'a:0:{}'),
(160828, 20281, '_elementor_css', 'a:7:{s:4:\"time\";i:1696447254;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160830, 20282, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160831, 20282, '_elementor_edit_mode', 'builder'),
(160832, 20282, '_elementor_template_type', 'wp-page'),
(160833, 20282, '_elementor_version', '3.16.4'),
(160834, 20282, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160835, 20282, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160836, 20282, '_elementor_page_assets', 'a:0:{}'),
(160837, 20282, '_elementor_css', 'a:7:{s:4:\"time\";i:1696455789;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160838, 20283, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160839, 20283, '_elementor_edit_mode', 'builder'),
(160840, 20283, '_elementor_template_type', 'wp-page'),
(160841, 20283, '_elementor_version', '3.16.4'),
(160842, 20283, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160843, 20283, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160844, 20283, '_elementor_page_assets', 'a:0:{}'),
(160845, 20283, '_elementor_css', 'a:7:{s:4:\"time\";i:1696455789;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160846, 20284, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160847, 20284, '_elementor_edit_mode', 'builder'),
(160848, 20284, '_elementor_template_type', 'wp-page'),
(160849, 20284, '_elementor_version', '3.16.4'),
(160850, 20284, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160851, 20284, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160852, 20284, '_elementor_page_assets', 'a:0:{}'),
(160853, 20284, '_elementor_css', 'a:7:{s:4:\"time\";i:1696455789;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(160855, 20285, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160856, 20285, '_elementor_edit_mode', 'builder'),
(160857, 20285, '_elementor_template_type', 'wp-page'),
(160858, 20285, '_elementor_version', '3.16.4'),
(160859, 20285, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160860, 20285, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160861, 20285, '_elementor_page_assets', 'a:0:{}'),
(160862, 20285, '_elementor_css', 'a:7:{s:4:\"time\";i:1696449220;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160863, 20286, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160864, 20286, '_elementor_edit_mode', 'builder'),
(160865, 20286, '_elementor_template_type', 'wp-page'),
(160866, 20286, '_elementor_version', '3.16.4'),
(160867, 20286, '_wp_page_template', 'default'),
(160868, 20286, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Projects\",\"value\":\"98\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"People\",\"value\":\"65\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Brands\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Offices\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160869, 20286, '_elementor_page_assets', 'a:0:{}'),
(160870, 20286, '_elementor_css', 'a:7:{s:4:\"time\";i:1696449220;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160871, 20287, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(160872, 20287, '_elementor_edit_mode', 'builder'),
(160873, 20287, '_elementor_template_type', 'wp-page'),
(160874, 20287, '_elementor_version', '3.16.4'),
(160875, 20287, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160876, 20287, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160877, 20287, '_elementor_page_assets', 'a:0:{}'),
(160878, 20287, '_elementor_css', 'a:7:{s:4:\"time\";i:1696449220;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(160888, 20289, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160889, 20289, '_elementor_edit_mode', 'builder'),
(160890, 20289, '_elementor_template_type', 'wp-page'),
(160891, 20289, '_elementor_version', '3.16.4'),
(160892, 20289, '_wp_page_template', 'default'),
(160893, 20289, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160894, 20289, '_elementor_page_assets', 'a:0:{}'),
(160895, 20290, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160896, 20290, '_elementor_edit_mode', 'builder'),
(160897, 20290, '_elementor_template_type', 'wp-page'),
(160898, 20290, '_elementor_version', '3.16.4'),
(160899, 20290, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160900, 20290, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160901, 20290, '_elementor_page_assets', 'a:0:{}'),
(160902, 20291, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(160903, 20291, '_elementor_edit_mode', 'builder'),
(160904, 20291, '_elementor_template_type', 'wp-page'),
(160905, 20291, '_elementor_version', '3.16.4'),
(160906, 20291, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160907, 20291, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"no_links\":\"1\"},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(160908, 20291, '_elementor_page_assets', 'a:0:{}'),
(160910, 20292, '_menu_item_type', 'post_type'),
(160911, 20292, '_menu_item_menu_item_parent', '0'),
(160912, 20292, '_menu_item_object_id', '18139'),
(160913, 20292, '_menu_item_object', 'page'),
(160914, 20292, '_menu_item_target', ''),
(160915, 20292, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(160916, 20292, '_menu_item_xfn', ''),
(160917, 20292, '_menu_item_url', ''),
(160919, 20293, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(160920, 20293, '_elementor_edit_mode', 'builder'),
(160921, 20293, '_elementor_template_type', 'wp-page'),
(160922, 20293, '_elementor_version', '3.8.0'),
(160923, 20293, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160924, 20293, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Introduction<\\/h5>\\nAxiomThemes (website url address: <a href=\\\"https:\\/\\/axiomthemes.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> https:\\/\\/axiomthemes.com<\\/a>) appreciates your business and trust<span style=\\\"font-weight: 400;\\\">. We are Cyprus based company, creating products to enhance your website building experience. Please read this Privacy Policy, providing consent to both documents in order to have permission to use our services.<\\/span>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. Data Collected<\\/h5><h6>Data Storage Location<\\/h6><p>We are a Cyprus based company and operate web servers hosted in Germany. Our hosting provider Hetzner Online GmbH adheres to the EU\\/US \\u201cPrivacy Shield\\u201d, ensuring that your data is securely stored and GDPR compliant. For more information on Hetzner Online GmbH privacy policy, please see here: <a href=\\\"https:\\/\\/www.hetzner.com\\/rechtliches\\/datenschutz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Hetzner Data Privacy Policy<\\/a><\\/p><h6>Registration Data<\\/h6><p>If you register on our website, we store your chosen username and your email address and any additional personal information added to your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit this information.<\\/p><h6>Purchase Data<\\/h6><p>To receive product support, you have to have one or more Envato\\/AxiomThemes purchase codes on our website. These purchase codes will be stored together with support expiration dates and your user data. This is required for us to provide you with downloads, product support, and other customer services.<\\/p><h6>Support Data<\\/h6><p>If you have registered on our website and have a valid support account, you can submit support tickets for assistance. Support form submissions are sent to our third party Ticksy ticketing system. Only the data you explicitly provided is sent, and you are asked for consent, each time you want to create a new support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.<\\/p><h6>Comments<\\/h6><p>When you leave comments on the website we collect the data shown in the comments form, and also the IP address and browser user agent string to help spam detection.<\\/p><h6>Contact Form<\\/h6><p>Information submitted through the contact form on our site is sent to our company email, hosted by Zoho. Zoho adheres to the EU\\/US \\u201cPrivacy Shield\\u201d policy and you can find more information about this here: <a href=\\\"https:\\/\\/www.zoho.com\\/privacy.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Zoho Privacy Policy<\\/a>.<\\/p><p>These submissions are only kept for customer service purposes they are never used for marketing purposes or shared with third parties.<\\/p><h6>Google Analytics<\\/h6><p>We use Google Analytics on our site for anonymous reporting of site usage. So, no personalized data is stored. If you would like to opt-out of Google Analytics monitoring your behavior on our website please use this link: <a href=\\\"https:\\/\\/tools.google.com\\/dlpage\\/gaoptout\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Google Analytics Opt-out<\\/a>.<\\/p><h6>Cases for Using the Personal Data<\\/h6><p><strong>We use your personal information in the following cases:<\\/strong><\\/p><ul><li style=\\\"font-weight: 400;\\\">Verification\\/identification of the user during website usage;<\\/li><li style=\\\"font-weight: 400;\\\">Providing Technical Assistance;<\\/li><li style=\\\"font-weight: 400;\\\">Sending updates to our users with important information to inform about news\\/changes;<\\/li><li style=\\\"font-weight: 400;\\\">Checking the accounts\\u2019 activity in order to prevent fraudulent transactions and ensure the security<\\/li><li style=\\\"font-weight: 400;\\\">over our customers\\u2019 personal information;<\\/li><li style=\\\"font-weight: 400;\\\">Customize the website to make your experience more personal and engaging;<\\/li><li style=\\\"font-weight: 400;\\\">Guarantee overall performance and administrative functions run smoothly.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. Embedded Content<\\/h5>\\nPages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.\\n\\nThese 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. Below you can find a list of the services we use:\\n<h6>Facebook<\\/h6>\\nThe Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/www.facebook.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Facebook Privacy Policy <\\/a>.\\n<h6>Twitter<\\/h6>\\nWe use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/twitter.com\\/privacy\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Twitter Privacy Policy <\\/a>.\\n<h6>Youtube<\\/h6>\\nWe use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/www.youtube.com\\/static?template=privacy_guidelines\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">YouTube Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5>\\nThis site uses cookies \\u2013 small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\\n<h6>Necessary Cookies (all site visitors)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>cfduid:<\\/b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\\\"https:\\/\\/www.cloudflare.com\\/privacypolicy\\/\\\">CloudFlare Privacy Policy<\\/a>.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>PHPSESSID:<\\/b> To identify your unique session on the website.<\\/li>\\n<\\/ul>\\n<h6>Necessary Cookies (Additional for Logged in Customers)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-auth:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_logged_in_{hash}:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_test_cookie<\\/b> Used by WordPress to ensure cookies are working correctly.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160925, 20293, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(160926, 20293, '_elementor_page_assets', 'a:0:{}'),
(160927, 20293, '_elementor_css', 'a:7:{s:4:\"time\";i:1696393140;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:11041:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-388b06b8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-388b06b8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4de060f4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4de060f4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-24d2f656{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-24d2f656 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6270b612{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-6270b612 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:40px;}}\";}'),
(160928, 20294, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(160929, 20294, '_elementor_edit_mode', 'builder'),
(160930, 20294, '_elementor_template_type', 'wp-page'),
(160931, 20294, '_elementor_version', '3.8.0'),
(160932, 20294, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160933, 20294, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Introduction<\\/h5>\\nAxiomThemes (website url address: <a href=\\\"https:\\/\\/axiomthemes.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> https:\\/\\/axiomthemes.com<\\/a>) appreciates your business and trust<span style=\\\"font-weight: 400;\\\">. We are Cyprus based company, creating products to enhance your website building experience. Please read this Privacy Policy, providing consent to both documents in order to have permission to use our services.<\\/span>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. Data Collected<\\/h5><h6>Data Storage Location<\\/h6><p>We are a Cyprus based company and operate web servers hosted in Germany. Our hosting provider Hetzner Online GmbH adheres to the EU\\/US \\u201cPrivacy Shield\\u201d, ensuring that your data is securely stored and GDPR compliant. For more information on Hetzner Online GmbH privacy policy, please see here: <a href=\\\"https:\\/\\/www.hetzner.com\\/rechtliches\\/datenschutz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Hetzner Data Privacy Policy<\\/a><\\/p><h6>Registration Data<\\/h6><p>If you register on our website, we store your chosen username and your email address and any additional personal information added to your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit this information.<\\/p><h6>Purchase Data<\\/h6><p>To receive product support, you have to have one or more Envato\\/AxiomThemes purchase codes on our website. These purchase codes will be stored together with support expiration dates and your user data. This is required for us to provide you with downloads, product support, and other customer services.<\\/p><h6>Support Data<\\/h6><p>If you have registered on our website and have a valid support account, you can submit support tickets for assistance. Support form submissions are sent to our third party Ticksy ticketing system. Only the data you explicitly provided is sent, and you are asked for consent, each time you want to create a new support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.<\\/p><h6>Comments<\\/h6><p>When you leave comments on the website we collect the data shown in the comments form, and also the IP address and browser user agent string to help spam detection.<\\/p><h6>Contact Form<\\/h6><p>Information submitted through the contact form on our site is sent to our company email, hosted by Zoho. Zoho adheres to the EU\\/US \\u201cPrivacy Shield\\u201d policy and you can find more information about this here: <a href=\\\"https:\\/\\/www.zoho.com\\/privacy.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Zoho Privacy Policy<\\/a>.<\\/p><p>These submissions are only kept for customer service purposes they are never used for marketing purposes or shared with third parties.<\\/p><h6>Google Analytics<\\/h6><p>We use Google Analytics on our site for anonymous reporting of site usage. So, no personalized data is stored. If you would like to opt-out of Google Analytics monitoring your behavior on our website please use this link: <a href=\\\"https:\\/\\/tools.google.com\\/dlpage\\/gaoptout\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Google Analytics Opt-out<\\/a>.<\\/p><h6>Cases for Using the Personal Data<\\/h6><p><strong>We use your personal information in the following cases:<\\/strong><\\/p><ul><li style=\\\"font-weight: 400;\\\">Verification\\/identification of the user during website usage;<\\/li><li style=\\\"font-weight: 400;\\\">Providing Technical Assistance;<\\/li><li style=\\\"font-weight: 400;\\\">Sending updates to our users with important information to inform about news\\/changes;<\\/li><li style=\\\"font-weight: 400;\\\">Checking the accounts\\u2019 activity in order to prevent fraudulent transactions and ensure the security<\\/li><li style=\\\"font-weight: 400;\\\">over our customers\\u2019 personal information;<\\/li><li style=\\\"font-weight: 400;\\\">Customize the website to make your experience more personal and engaging;<\\/li><li style=\\\"font-weight: 400;\\\">Guarantee overall performance and administrative functions run smoothly.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. Embedded Content<\\/h5>\\nPages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.\\n\\nThese 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. Below you can find a list of the services we use:\\n<h6>Facebook<\\/h6>\\nThe Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/www.facebook.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Facebook Privacy Policy <\\/a>.\\n<h6>Twitter<\\/h6>\\nWe use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/twitter.com\\/privacy\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Twitter Privacy Policy <\\/a>.\\n<h6>Youtube<\\/h6>\\nWe use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/www.youtube.com\\/static?template=privacy_guidelines\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">YouTube Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5>\\nThis site uses cookies \\u2013 small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\\n<h6>Necessary Cookies (all site visitors)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>cfduid:<\\/b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\\\"https:\\/\\/www.cloudflare.com\\/privacypolicy\\/\\\">CloudFlare Privacy Policy<\\/a>.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>PHPSESSID:<\\/b> To identify your unique session on the website.<\\/li>\\n<\\/ul>\\n<h6>Necessary Cookies (Additional for Logged in Customers)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-auth:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_logged_in_{hash}:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_test_cookie<\\/b> Used by WordPress to ensure cookies are working correctly.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160934, 20294, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(160935, 20294, '_elementor_page_assets', 'a:0:{}'),
(160936, 20294, '_elementor_css', 'a:7:{s:4:\"time\";i:1696393140;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:11041:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-388b06b8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-388b06b8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4de060f4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4de060f4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-24d2f656{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-24d2f656 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6270b612{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-6270b612 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:40px;}}\";}'),
(160937, 20295, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(160938, 20295, '_elementor_edit_mode', 'builder'),
(160939, 20295, '_elementor_template_type', 'wp-page'),
(160940, 20295, '_elementor_version', '3.8.0'),
(160941, 20295, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160942, 20295, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. Embedded Content<\\/h5>\\nPages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.\\n\\nThese 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. Below you can find a list of the services we use:\\n<h6>Facebook<\\/h6>\\nThe Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/www.facebook.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Facebook Privacy Policy <\\/a>.\\n<h6>Twitter<\\/h6>\\nWe use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/twitter.com\\/privacy\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Twitter Privacy Policy <\\/a>.\\n<h6>Youtube<\\/h6>\\nWe use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/www.youtube.com\\/static?template=privacy_guidelines\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">YouTube Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5>\\nThis site uses cookies \\u2013 small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\\n<h6>Necessary Cookies (all site visitors)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>cfduid:<\\/b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\\\"https:\\/\\/www.cloudflare.com\\/privacypolicy\\/\\\">CloudFlare Privacy Policy<\\/a>.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>PHPSESSID:<\\/b> To identify your unique session on the website.<\\/li>\\n<\\/ul>\\n<h6>Necessary Cookies (Additional for Logged in Customers)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-auth:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_logged_in_{hash}:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_test_cookie<\\/b> Used by WordPress to ensure cookies are working correctly.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160943, 20295, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(160944, 20295, '_elementor_page_assets', 'a:0:{}'),
(160945, 20295, '_elementor_css', 'a:7:{s:4:\"time\";i:1696393140;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:11041:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-388b06b8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-388b06b8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4de060f4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4de060f4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-24d2f656{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-24d2f656 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6270b612{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-6270b612 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:40px;}}\";}'),
(160947, 20296, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(160948, 20296, '_elementor_edit_mode', 'builder'),
(160949, 20296, '_elementor_template_type', 'wp-page'),
(160950, 20296, '_elementor_version', '3.16.4'),
(160951, 20296, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160952, 20296, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. Embedded Content<\\/h5>\\nPages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.\\n\\nThese 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. Below you can find a list of the services we use:\\n<h6>Facebook<\\/h6>\\nThe Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/www.facebook.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Facebook Privacy Policy <\\/a>.\\n<h6>Twitter<\\/h6>\\nWe use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/twitter.com\\/privacy\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Twitter Privacy Policy <\\/a>.\\n<h6>Youtube<\\/h6>\\nWe use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/www.youtube.com\\/static?template=privacy_guidelines\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">YouTube Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5>\\nThis site uses cookies \\u2013 small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\\n<h6>Necessary Cookies (all site visitors)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>cfduid:<\\/b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\\\"https:\\/\\/www.cloudflare.com\\/privacypolicy\\/\\\">CloudFlare Privacy Policy<\\/a>.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>PHPSESSID:<\\/b> To identify your unique session on the website.<\\/li>\\n<\\/ul>\\n<h6>Necessary Cookies (Additional for Logged in Customers)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-auth:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_logged_in_{hash}:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_test_cookie<\\/b> Used by WordPress to ensure cookies are working correctly.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160953, 20296, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(160954, 20296, '_elementor_page_assets', 'a:0:{}'),
(160955, 20296, '_elementor_css', 'a:7:{s:4:\"time\";i:1696462444;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:11041:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-388b06b8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-388b06b8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4de060f4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4de060f4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-24d2f656{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-24d2f656 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6270b612{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-6270b612 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:40px;}}\";}'),
(160956, 20297, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(160957, 20297, '_elementor_edit_mode', 'builder'),
(160958, 20297, '_elementor_template_type', 'wp-page'),
(160959, 20297, '_elementor_version', '3.16.4'),
(160960, 20297, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160961, 20297, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. Embedded Content<\\/h5>\\nPages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.\\n\\nThese 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. Below you can find a list of the services we use:\\n<h6>Facebook<\\/h6>\\nThe Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/www.facebook.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Facebook Privacy Policy <\\/a>.\\n<h6>Twitter<\\/h6>\\nWe use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/twitter.com\\/privacy\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Twitter Privacy Policy <\\/a>.\\n<h6>Youtube<\\/h6>\\nWe use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: <a href=\\\"https:\\/\\/www.youtube.com\\/static?template=privacy_guidelines\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">YouTube Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5>\\nThis site uses cookies \\u2013 small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\\n<h6>Necessary Cookies (all site visitors)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>cfduid:<\\/b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\\\"https:\\/\\/www.cloudflare.com\\/privacypolicy\\/\\\">CloudFlare Privacy Policy<\\/a>.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>PHPSESSID:<\\/b> To identify your unique session on the website.<\\/li>\\n<\\/ul>\\n<h6>Necessary Cookies (Additional for Logged in Customers)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-auth:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_logged_in_{hash}:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_test_cookie<\\/b> Used by WordPress to ensure cookies are working correctly.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160962, 20297, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(160963, 20297, '_elementor_page_assets', 'a:0:{}'),
(160964, 20297, '_elementor_css', 'a:7:{s:4:\"time\";i:1696462444;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:11041:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-388b06b8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-388b06b8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4de060f4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4de060f4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-24d2f656{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-24d2f656 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6270b612{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-6270b612 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:40px;}}\";}'),
(160965, 20298, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(160966, 20298, '_elementor_edit_mode', 'builder'),
(160967, 20298, '_elementor_template_type', 'wp-page'),
(160968, 20298, '_elementor_version', '3.16.4'),
(160969, 20298, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160970, 20298, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5>\\nThis site uses cookies \\u2013 small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\\n<h6>Necessary Cookies (all site visitors)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>cfduid:<\\/b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\\\"https:\\/\\/www.cloudflare.com\\/privacypolicy\\/\\\">CloudFlare Privacy Policy<\\/a>.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>PHPSESSID:<\\/b> To identify your unique session on the website.<\\/li>\\n<\\/ul>\\n<h6>Necessary Cookies (Additional for Logged in Customers)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-auth:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_logged_in_{hash}:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_test_cookie<\\/b> Used by WordPress to ensure cookies are working correctly.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160971, 20298, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(160972, 20298, '_elementor_page_assets', 'a:0:{}'),
(160973, 20298, '_elementor_css', 'a:7:{s:4:\"time\";i:1696462444;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:11041:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-594f5e15 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2d8dc980{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d8dc980 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2cc963ae .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-388b06b8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-388b06b8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-388b06b8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-58aae568 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4632e2f3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4632e2f3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-4de060f4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-4de060f4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-4de060f4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-641d6027 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-24d2f656 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-24d2f656{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-24d2f656 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2d04f5a4 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6270b612 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-6270b612{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-6270b612 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-79ec6774{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-6544df0e{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-12f7b1c2{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-d902955{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-5112d68c{--spacer-size:40px;}}\";}'),
(160974, 20299, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(160975, 20299, '_elementor_edit_mode', 'builder'),
(160976, 20299, '_elementor_template_type', 'wp-page'),
(160977, 20299, '_elementor_version', '3.16.4'),
(160978, 20299, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160979, 20299, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5>\\nThis site uses cookies \\u2013 small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\\n<h6>Necessary Cookies (all site visitors)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>cfduid:<\\/b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\\\"https:\\/\\/www.cloudflare.com\\/privacypolicy\\/\\\">CloudFlare Privacy Policy<\\/a>.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>PHPSESSID:<\\/b> To identify your unique session on the website.<\\/li>\\n<\\/ul>\\n<h6>Necessary Cookies (Additional for Logged in Customers)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-auth:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_logged_in_{hash}:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_test_cookie<\\/b> Used by WordPress to ensure cookies are working correctly.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160980, 20299, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(160981, 20299, '_elementor_page_assets', 'a:0:{}'),
(160982, 20300, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(160983, 20300, '_elementor_edit_mode', 'builder'),
(160984, 20300, '_elementor_template_type', 'wp-page'),
(160985, 20300, '_elementor_version', '3.16.4'),
(160986, 20300, '_wp_page_template', 'default'),
(160987, 20300, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5>\\nThis site uses cookies \\u2013 small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\\n<h6>Necessary Cookies (all site visitors)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>cfduid:<\\/b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\\\"https:\\/\\/www.cloudflare.com\\/privacypolicy\\/\\\">CloudFlare Privacy Policy<\\/a>.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>PHPSESSID:<\\/b> To identify your unique session on the website.<\\/li>\\n<\\/ul>\\n<h6>Necessary Cookies (Additional for Logged in Customers)<\\/h6>\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-auth:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_logged_in_{hash}:<\\/b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wordpress_test_cookie<\\/b> Used by WordPress to ensure cookies are working correctly.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\"><b>wp-settings-[UID]:<\\/b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160988, 20300, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(160989, 20300, '_elementor_page_assets', 'a:0:{}'),
(160990, 20301, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(160991, 20301, '_elementor_edit_mode', 'builder'),
(160992, 20301, '_elementor_template_type', 'wp-page'),
(160993, 20301, '_elementor_version', '3.16.4'),
(160994, 20301, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160995, 20301, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(160996, 20301, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(160997, 20301, '_elementor_page_assets', 'a:0:{}'),
(160998, 20302, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(160999, 20302, '_elementor_edit_mode', 'builder'),
(161000, 20302, '_elementor_template_type', 'wp-page'),
(161001, 20302, '_elementor_version', '3.16.4'),
(161002, 20302, '_wp_page_template', 'default'),
(161003, 20302, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(161004, 20302, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161005, 20302, '_elementor_page_assets', 'a:0:{}'),
(161006, 20303, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161007, 20303, '_elementor_edit_mode', 'builder'),
(161008, 20303, '_elementor_template_type', 'wp-page'),
(161009, 20303, '_elementor_version', '3.16.4'),
(161010, 20303, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161011, 20303, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. Cookies<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(161012, 20303, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161013, 20303, '_elementor_page_assets', 'a:0:{}'),
(161014, 20304, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161015, 20304, '_elementor_edit_mode', 'builder'),
(161016, 20304, '_elementor_template_type', 'wp-page'),
(161017, 20304, '_elementor_version', '3.16.4'),
(161018, 20304, '_wp_page_template', 'default'),
(161019, 20304, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(161020, 20304, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161021, 20304, '_elementor_page_assets', 'a:0:{}'),
(161022, 20305, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161023, 20305, '_elementor_edit_mode', 'builder'),
(161024, 20305, '_elementor_template_type', 'wp-page'),
(161025, 20305, '_elementor_version', '3.16.4'),
(161026, 20305, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161027, 20305, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(161028, 20305, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161029, 20305, '_elementor_page_assets', 'a:0:{}'),
(161030, 20306, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161031, 20306, '_elementor_edit_mode', 'builder'),
(161032, 20306, '_elementor_template_type', 'wp-page'),
(161033, 20306, '_elementor_version', '3.16.4'),
(161034, 20306, '_wp_page_template', 'default'),
(161035, 20306, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. Who Has Access To Your Data<\\/h5>\\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\\n\\nIf you are a client with a registered account, your personal information can be accessed by:\\n<ul>\\n \\t<li style=\\\"font-weight: 400;\\\">Our system administrators.<\\/li>\\n \\t<li style=\\\"font-weight: 400;\\\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.<\\/li>\\n<\\/ul>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(161036, 20306, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161037, 20306, '_elementor_page_assets', 'a:0:{}'),
(161038, 20307, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161039, 20307, '_elementor_edit_mode', 'builder'),
(161040, 20307, '_elementor_template_type', 'wp-page'),
(161041, 20307, '_elementor_version', '3.16.4'),
(161042, 20307, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161043, 20307, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(161044, 20307, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161045, 20307, '_elementor_page_assets', 'a:0:{}'),
(161046, 20308, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161047, 20308, '_elementor_edit_mode', 'builder'),
(161048, 20308, '_elementor_template_type', 'wp-page'),
(161049, 20308, '_elementor_version', '3.16.4'),
(161050, 20308, '_wp_page_template', 'default'),
(161051, 20308, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(161052, 20308, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161053, 20308, '_elementor_page_assets', 'a:0:{}'),
(161054, 20309, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161055, 20309, '_elementor_edit_mode', 'builder'),
(161056, 20309, '_elementor_template_type', 'wp-page'),
(161057, 20309, '_elementor_version', '3.16.4'),
(161058, 20309, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161059, 20309, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"594f5e15\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6821e55\"}]},\"elements\":[{\"id\":\"5d4b9154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4994913\"}]},\"elements\":[{\"id\":\"79ec6774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8e33e83\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8dc980\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"785e7eb\"}]},\"elements\":[{\"id\":\"46b827c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"b503ce9\"}]},\"elements\":[{\"id\":\"1a92204b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>6. Third Party Access to Your Data<\\/h5>\\nWe don\\u2019t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\\n<h6>Envato Pty Ltd<\\/h6>\\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\\\"https:\\/\\/envato.com\\/privacy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Envato Privacy Policy<\\/a>.\\n<h6>Ticksy<\\/h6>\\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU\\/US \\u201cPrivacy Shield\\u201d and you can see their privacy policy here: <a href=\\\"https:\\/\\/ticksy.com\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ticksy Privacy Policy<\\/a>.\",\"audio_effects\":[{\"_id\":\"9440356\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc963ae\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"aee382b\"}]},\"elements\":[{\"id\":\"24539791\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"23414b1\"}]},\"elements\":[{\"id\":\"6544df0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"d43a083\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388b06b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6120ae3\"}]},\"elements\":[{\"id\":\"22155c42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5eb00fa\"}]},\"elements\":[{\"id\":\"39b4391d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>7. How Long We Retain Your Data For<\\/h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.<\\/p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.<\\/p>\",\"audio_effects\":[{\"_id\":\"2462bb5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12f7b1c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"50df2cd\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5443ecc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>8. Security Measures<\\/h5><p>We use the SSL\\/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured\\/hijacked by third parties without authorization.<\\/p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.<\\/p>\",\"audio_effects\":[{\"_id\":\"3b66ac7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58aae568\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f583c02\"}]},\"elements\":[{\"id\":\"67da3741\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3c92ca1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4632e2f3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7a392\"}]},\"elements\":[{\"id\":\"ae455b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85406a9\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de060f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"68ba91d\"}]},\"elements\":[{\"id\":\"5cfeb41d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3714f96\"}]},\"elements\":[{\"id\":\"5d29ff53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>9. Your Data Rights<\\/h5><h5>General Rights<\\/h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.<\\/p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br \\/>If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.<\\/p><h5>GDPR Rights<\\/h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\\\"https:\\/\\/www.eugdpr.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">EU GDPR Information Portal.<\\/a><\\/p>\",\"audio_effects\":[{\"_id\":\"b05bd6e\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"641d6027\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"152f90e\"}]},\"elements\":[{\"id\":\"1caabcc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"669af01\"}]},\"elements\":[{\"id\":\"d902955\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"030002b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24d2f656\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"06e413d\"}]},\"elements\":[{\"id\":\"4fbb4a81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8431cdf\"}]},\"elements\":[{\"id\":\"ef46f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>10. Third Party Websites<\\/h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br \\/>All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.<\\/p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.<\\/p>\",\"audio_effects\":[{\"_id\":\"6d80643\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d04f5a4\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2b7c3ee\"}]},\"elements\":[{\"id\":\"ac8a437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1932b0b\"}]},\"elements\":[{\"id\":\"5112d68c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"403ac58\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6270b612\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"02e9b28\"}]},\"elements\":[{\"id\":\"69230226\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"926928d\"}]},\"elements\":[{\"id\":\"b0a055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>11. Release of Your Data for Legal Purposes<\\/h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.<\\/p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.<\\/p>\",\"audio_effects\":[{\"_id\":\"d067efc\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(161060, 20309, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161061, 20309, '_elementor_page_assets', 'a:0:{}'),
(161062, 20310, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161063, 20310, '_elementor_edit_mode', 'builder'),
(161064, 20310, '_elementor_template_type', 'wp-page'),
(161065, 20310, '_elementor_version', '3.16.4'),
(161066, 20310, '_wp_page_template', 'default'),
(161067, 20310, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(161068, 20310, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161069, 20310, '_elementor_page_assets', 'a:0:{}'),
(161071, 20311, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161072, 20311, '_elementor_edit_mode', 'builder'),
(161073, 20311, '_elementor_template_type', 'wp-page'),
(161074, 20311, '_elementor_version', '3.16.4'),
(161075, 20311, '_wp_page_template', 'default'),
(161076, 20311, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(161077, 20311, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161078, 20311, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161079, 20311, '_elementor_css', 'a:7:{s:4:\"time\";i:1696462704;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:5272:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}}\";}'),
(161080, 20312, '_wp_attached_file', '2023/10/inkafine-logo-5-retina.png'),
(161081, 20312, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:583;s:6:\"height\";i:194;s:4:\"file\";s:34:\"2023/10/inkafine-logo-5-retina.png\";s:8:\"filesize\";i:8752;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"inkafine-logo-5-retina-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"inkafine-logo-5-retina-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2684;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"inkafine-logo-5-retina-370x123.png\";s:5:\"width\";i:370;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6572;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:34:\"inkafine-logo-5-retina-410x194.png\";s:5:\"width\";i:410;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2851;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:34:\"inkafine-logo-5-retina-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2040;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:34:\"inkafine-logo-5-retina-410x136.png\";s:5:\"width\";i:410;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7392;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:34:\"inkafine-logo-5-retina-570x194.png\";s:5:\"width\";i:570;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8390;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:34:\"inkafine-logo-5-retina-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3623;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:34:\"inkafine-logo-5-retina-370x194.png\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2738;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:34:\"inkafine-logo-5-retina-370x194.png\";s:5:\"width\";i:370;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2738;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(161082, 20313, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161083, 20313, '_elementor_edit_mode', 'builder'),
(161084, 20313, '_elementor_template_type', 'wp-page'),
(161085, 20313, '_elementor_version', '3.16.4'),
(161086, 20313, '_wp_page_template', 'default'),
(161087, 20313, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(161088, 20313, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161089, 20313, '_elementor_page_assets', 'a:0:{}'),
(161090, 20313, '_elementor_css', 'a:7:{s:4:\"time\";i:1696462704;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:5272:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}}\";}'),
(161091, 20314, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161092, 20314, '_elementor_edit_mode', 'builder'),
(161093, 20314, '_elementor_template_type', 'wp-page'),
(161094, 20314, '_elementor_version', '3.16.4'),
(161095, 20314, '_wp_page_template', 'default'),
(161096, 20314, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo KAFU EXPORT E.I.R.L., identificada con RUC N\\u00b0 20498620591, y con domicilio en Urb. H\\u00e9roes de la Bre\\u00f1a Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(161097, 20314, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161098, 20314, '_elementor_page_assets', 'a:0:{}'),
(161099, 20314, '_elementor_css', 'a:7:{s:4:\"time\";i:1696462704;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:5272:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}}\";}'),
(161100, 20315, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161101, 20315, '_elementor_edit_mode', 'builder'),
(161102, 20315, '_elementor_template_type', 'wp-page'),
(161103, 20315, '_elementor_version', '3.16.4'),
(161104, 20315, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161105, 20315, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo INDUSTRIAS INKAFINE E.I.R.L., identificada con RUC N\\u00b0 20603885784, y con domicilio en Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1 del distrito de Jacobo Hunter provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(161106, 20315, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161107, 20315, '_elementor_page_assets', 'a:0:{}'),
(161108, 20315, '_elementor_css', 'a:7:{s:4:\"time\";i:1696462704;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:5272:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}}\";}'),
(161109, 20316, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161110, 20316, '_elementor_edit_mode', 'builder'),
(161111, 20316, '_elementor_template_type', 'wp-page'),
(161112, 20316, '_elementor_version', '3.16.4'),
(161113, 20316, '_wp_page_template', 'default'),
(161114, 20316, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo INDUSTRIAS INKAFINE E.I.R.L., identificada con RUC N\\u00b0 20603885784, y con domicilio en Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1 del distrito de Jacobo Hunter provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(161115, 20316, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161116, 20316, '_elementor_page_assets', 'a:0:{}'),
(161117, 20317, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161118, 20317, '_elementor_edit_mode', 'builder'),
(161119, 20317, '_elementor_template_type', 'wp-page'),
(161120, 20317, '_elementor_version', '3.16.4'),
(161121, 20317, '_wp_page_template', 'default'),
(161122, 20317, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo INDUSTRIAS INKAFINE E.I.R.L., identificada con RUC N\\u00b0 20603885784, y con domicilio en Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1 del distrito de Jacobo Hunter provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de KAFU EXPORT E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(161123, 20317, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161124, 20317, '_elementor_page_assets', 'a:0:{}'),
(161125, 20318, '_elementor_page_settings', 'a:10:{s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:39:\"piqes_options_override_sidebar_position\";s:1:\"1\";s:36:\"piqes_options_field_sidebar_position\";s:4:\"hide\";s:38:\"basekit_options_field_sidebar_position\";s:4:\"hide\";s:41:\"basekit_options_override_sidebar_position\";s:1:\"1\";s:33:\"basekit_options_field_footer_type\";s:6:\"custom\";s:36:\"basekit_options_override_footer_type\";s:1:\"1\";s:34:\"basekit_options_field_footer_style\";s:17:\"footer-custom-742\";s:37:\"basekit_options_override_footer_style\";s:1:\"1\";}'),
(161126, 20318, '_elementor_edit_mode', 'builder'),
(161127, 20318, '_elementor_template_type', 'wp-page'),
(161128, 20318, '_elementor_version', '3.16.4'),
(161129, 20318, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161130, 20318, '_elementor_data', '[{\"id\":\"2b1184b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"525759a\"}]},\"elements\":[{\"id\":\"153e1c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"df0cdf7\"}]},\"elements\":[{\"id\":\"54db29de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>1. Objetivo<\\/h5><p><span style=\\\"font-weight: 400;\\\">La presente pol\\u00edtica de privacidad de Datos Personales (la \\u201cPol\\u00edtica de Privacidad\\u201d), tiene por finalidad informarle c\\u00f3mo INDUSTRIAS INKAFINE E.I.R.L., identificada con RUC N\\u00b0 20603885784, y con domicilio en Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1 del distrito de Jacobo Hunter provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a trav\\u00e9s de la presente p\\u00e1gina web (en adelante, la \\u201cP\\u00e1gina web\\u201d), en cumplimiento de lo dispuesto por la Ley No. 29733 \\u2013 Ley de Protecci\\u00f3n de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.<\\/span><\\/p>\",\"audio_effects\":[{\"_id\":\"5e4da40\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ef86bc8\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f180482\"}]},\"elements\":[{\"id\":\"19372eea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9bbd456\"}]},\"elements\":[{\"id\":\"690b98ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"7cf15fe\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2ec18c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0531bbb\"}]},\"elements\":[{\"id\":\"e4f67bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"08d6765\"}]},\"elements\":[{\"id\":\"fc87c00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>2. \\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/h5><p>Recolectamos informaci\\u00f3n personal relativa al nombre, correo electr\\u00f3nico, direcci\\u00f3n, tel\\u00e9fono, n\\u00famero de DNI, y otra necesaria para cumplir con los fines que se detallan m\\u00e1s adelante. En nuestro sitio web, en secciones como \\u201cMi cuenta\\u201d, \\u201cSuscr\\u00edbete\\u201d, \\u201cCont\\u00e1ctenos\\u201d, \\u201cLibros de Reclamaciones\\u201d y \\u201cTrabaja con Nosotros\\u201d, usted nos proporciona sus datos personales a trav\\u00e9s de formularios electr\\u00f3nicos; esta informaci\\u00f3n ser\\u00e1 almacenada en nuestros bancos de datos \\u201cUsuarios de la p\\u00e1gina web\\u201d y \\u201cLibro de Reclamaciones\\u201d, los cuales se encuentran en proceso de inscripci\\u00f3n ante la Direcci\\u00f3n General de Protecci\\u00f3n de Datos Personales, seg\\u00fan lo exige la normativa antes indicada.<\\/p>\",\"audio_effects\":[{\"_id\":\"d3b95d7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ce0fbce\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"85b13a1\"}]},\"elements\":[{\"id\":\"71737124\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4b2e3d1\"}]},\"elements\":[{\"id\":\"653057c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c4f9759\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7321157f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"54324d6\"}]},\"elements\":[{\"id\":\"770fd656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"05dc3ec\"}]},\"elements\":[{\"id\":\"20d12e1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>3. \\u00bfC\\u00f3mo protegemos su informaci\\u00f3n?<\\/h5><p>INDUSTRIAS INKAFINE E.I.R.L. cuenta con todas las medidas t\\u00e9cnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; as\\u00ed como para evitar cualquier manipulaci\\u00f3n indebida, p\\u00e9rdida accidental, destrucci\\u00f3n o acceso no autorizado de terceros. Su informaci\\u00f3n no ser\\u00e1 vendida, transferida ni compartida sin su autorizaci\\u00f3n y para fines ajenos a los que se describen a continuaci\\u00f3n.<\\/p>\",\"audio_effects\":[{\"_id\":\"e1b1fa5\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d09f250\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"808d40a\"}]},\"elements\":[{\"id\":\"936cd29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"6a3a2b0\"}]},\"elements\":[{\"id\":\"1a296be8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"be78f5d\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38a0313b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2f51753\"}]},\"elements\":[{\"id\":\"52476443\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1cbdc46\"}]},\"elements\":[{\"id\":\"6351d37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>4. \\u00bfCon qu\\u00e9 finalidad utilizamos su informaci\\u00f3n?<\\/h5><p>Los datos personales que usted nos proporciona son utilizados para:<br \\/>Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra P\\u00e1gina web. Emitir publicidad, ofertas masivas o personalizadas de los productos y\\/o servicios de INDUSTRIAS INKAFINE E.I.R.L. as\\u00ed como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.<\\/p><ul><li>Realizar encuestas sobre productos y\\/o servicios propios.<\\/li><li>Env\\u00edo de invitaciones a actividades convocadas por la empresa.<\\/li><li>Actualizar y consultar datos de contacto y otra informaci\\u00f3n relevante.<\\/li><li>Elaborar estad\\u00edsticas y\\/o estudios de comportamiento, gustos y\\/o tendencias.<\\/li><li>Las dem\\u00e1s finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.<\\/li><li>Dar respuesta y tr\\u00e1mite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"af02508\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62204097\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a99d5a9\"}]},\"elements\":[{\"id\":\"2a4d759c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"44e68d9\"}]},\"elements\":[{\"id\":\"3ee1a1c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"a416552\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75f77bac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5de2e8f\"}]},\"elements\":[{\"id\":\"6df00861\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cdc9ef1\"}]},\"elements\":[{\"id\":\"682fffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>5. \\u00bfQui\\u00e9n tiene acceso a su informaci\\u00f3n?<\\/h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su informaci\\u00f3n personal a empresas vinculadas, as\\u00ed como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, INDUSTRIAS INKAFINE E.I.R.L. garantizar\\u00e1 que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.<\\/p><p>Adem\\u00e1s de ello, le comunicamos que sus datos personales tambi\\u00e9n ser\\u00e1n compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de informaci\\u00f3n, respecto del cual usted brinda su conformidad expresa, asegurando INDUSTRIAS INKAFINE E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.<\\/p>\",\"audio_effects\":[{\"_id\":\"e8da360\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da90f27\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"33881a9\"}]},\"elements\":[{\"id\":\"7232805a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f360f2a\"}]},\"elements\":[{\"id\":\"42b5c1dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8929284\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(161131, 20318, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;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:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:11;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:10;s:12:\"space_mobile\";i:10;}}}}}'),
(161132, 20318, '_elementor_page_assets', 'a:0:{}'),
(161138, 20321, '_wp_attached_file', '2023/10/favicon-inkafine.png'),
(161139, 20321, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2023/10/favicon-inkafine.png\";s:8:\"filesize\";i:29817;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"favicon-inkafine-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11803;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"favicon-inkafine-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4191;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"favicon-inkafine-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16088;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:28:\"favicon-inkafine-512x473.png\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25635;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:28:\"favicon-inkafine-410x230.png\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8471;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"favicon-inkafine-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3004;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"favicon-inkafine-410x410.png\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18798;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"favicon-inkafine-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4742;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"favicon-inkafine-370x493.png\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18561;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"favicon-inkafine-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16088;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(161140, 20322, '_wp_attached_file', '2023/10/cropped-favicon-inkafine.png'),
(161141, 20322, '_wp_attachment_context', 'site-icon'),
(161142, 20322, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:36:\"2023/10/cropped-favicon-inkafine.png\";s:8:\"filesize\";i:25835;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11803;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4191;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16088;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-512x473.png\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25635;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-410x230.png\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8471;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3004;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-410x410.png\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18798;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4742;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-370x493.png\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18561;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16088;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10047;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5971;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:36:\"cropped-favicon-inkafine-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5439;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:34:\"cropped-favicon-inkafine-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:611;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(161145, 12954, '_elementor_css', 'a:7:{s:4:\"time\";i:1696474849;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:5272:\".elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-2b1184b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-2b1184b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7ef86bc8 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-a2ec18c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-a2ec18c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-a2ec18c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-1ce0fbce .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7321157f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-7321157f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-7321157f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-6d09f250 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-38a0313b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-38a0313b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-38a0313b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-62204097 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:80px;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-75f77bac .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-75f77bac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12954 .elementor-element.elementor-element-75f77bac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text{z-index:0;}.elementor-12954 .elementor-element.elementor-element-7da90f27 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:80px;}@media(max-width:1024px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:60px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:60px;}}@media(max-width:767px){.elementor-12954 .elementor-element.elementor-element-690b98ed{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-653057c1{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-1a296be8{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-3ee1a1c6{--spacer-size:40px;}.elementor-12954 .elementor-element.elementor-element-42b5c1dd{--spacer-size:40px;}}\";}'),
(161146, 20324, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(161147, 20324, '_elementor_edit_mode', 'builder'),
(161148, 20324, '_elementor_template_type', 'wp-page'),
(161149, 20324, '_elementor_version', '3.16.4'),
(161150, 20324, '_wp_page_template', 'default'),
(161151, 20324, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"no_links\":\"1\"},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(161152, 20324, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161153, 20324, '_elementor_css', 'a:7:{s:4:\"time\";i:1696460737;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(161154, 20325, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(161155, 20325, '_elementor_edit_mode', 'builder'),
(161156, 20325, '_elementor_template_type', 'wp-page'),
(161157, 20325, '_elementor_version', '3.16.4'),
(161158, 20325, '_wp_page_template', 'default'),
(161159, 20325, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"no_links\":\"1\"},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(161160, 20325, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161161, 20325, '_elementor_css', 'a:7:{s:4:\"time\";i:1696460737;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(161162, 20326, '_elementor_page_settings', 'a:20:{s:36:\"qwery_options_field_sidebar_position\";s:4:\"hide\";s:39:\"qwery_options_override_sidebar_position\";s:1:\"1\";s:30:\"qwery_options_field_body_style\";s:10:\"fullscreen\";s:33:\"qwery_options_override_body_style\";s:1:\"1\";s:34:\"qwery_options_field_remove_margins\";s:1:\"1\";s:37:\"qwery_options_override_remove_margins\";s:1:\"1\";s:31:\"qwery_options_field_header_type\";s:6:\"custom\";s:34:\"qwery_options_override_header_type\";s:1:\"1\";s:32:\"qwery_options_field_header_style\";s:19:\"header-custom-11866\";s:35:\"qwery_options_override_header_style\";s:1:\"1\";s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";s:32:\"fabric_options_field_header_type\";s:6:\"custom\";s:35:\"fabric_options_override_header_type\";s:1:\"1\";s:33:\"fabric_options_field_header_style\";s:19:\"header-custom-18728\";s:36:\"fabric_options_override_header_style\";s:1:\"1\";}'),
(161163, 20326, '_elementor_edit_mode', 'builder'),
(161164, 20326, '_elementor_template_type', 'wp-page'),
(161165, 20326, '_elementor_version', '3.16.4'),
(161166, 20326, '_wp_page_template', 'default'),
(161167, 20326, '_elementor_data', '[{\"id\":\"d2b1964\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"9e88d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"0180d49\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1106f57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9308f62\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[{\"id\":\"c398c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.332,\"column_align\":\"left sc_layouts_column\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d8f25b2\"}],\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\"},\"elements\":[{\"id\":\"aebb55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productor Textil de Primera Calidad\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"01cced7\"}],\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5819ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"column_align\":\"right sc_layouts_column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c828e2f\"}],\"column_align_mobile\":\"center sc_layouts_column\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"column_align_tablet\":\"center sc_layouts_column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e378d\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"type\":\"bordered\",\"title\":\"Nosotros\",\"shadow\":0,\"_id\":\"2173a8b\",\"color_style\":\"dark\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"},{\"id\":\"f051c61\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":0,\"color_style\":\"dark\",\"_id\":\"77f2325\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"audio_effects\":[{\"_id\":\"f2be904\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43c470e\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"2bc562d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"2b3afb1\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8501e61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20135,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/1-1-1024x587-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"25ce104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"1876fae\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e196e7d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e73dda5\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d893e2\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0f10592\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ef8d9\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"78c75ce\"}]},\"elements\":[{\"id\":\"058e27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"ce9012d\"}]},\"elements\":[{\"id\":\"bdd89f7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"96a309e\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"821ec0a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"z_index\":1,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"2eb7ccf\"}]},\"elements\":[{\"id\":\"203820d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"51702ce\"}]},\"elements\":[{\"id\":\"7a5bd08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19564,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-18.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"440\",\"height\":\"586\"},\"caption_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_css_classes\":\"no-title\",\"audio_effects\":[{\"_id\":\"b1cb045\"}],\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54cf4c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"d10d604\"}]},\"elements\":[{\"id\":\"ed99fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Utilizamos los Mejores Materiales en Todos Nuestros Productos\",\"subtitle\":\"Calidad Premium\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"c5cdad6\"}],\"title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"2dad80b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"ffac61d\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75e71d22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a1Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!<\\/p>\",\"audio_effects\":[{\"_id\":\"8f9cc06\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fb48ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9c0d1bd\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ac66a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">01.<\\/span> Textiles de Alta Calidad\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"1634680\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2424b1a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#ECEAE0\",\"gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"2ca4b14\"}],\"gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3645165f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight: 400; color: #A5A6AA; margin-right: 15px;\\\">02.<\\/span> Maquinaria de Ultima Generacion\",\"header_size\":\"h5\",\"audio_effects\":[{\"_id\":\"60c5eeb\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7eda788f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"f77a9d7\"}],\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ca43028\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Leer Mas\",\"shadow\":\"\",\"_id\":\"b243b6f\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/nosotros\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"86b0a53\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d77f09\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"651353d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"b6881c3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65516af\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"24d4411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8533664\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":20152,\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/Foto_principal_confecciones.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0C0C0D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"scheme\":\"dark\",\"parallax_entrance\":\"entrance\",\"parallax_start\":\"start\",\"mouse_helper_hide_cursor\":\"1\",\"mouse_helper_centered\":\"1\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper_bg_color\":\"#FF5B4A\",\"gap\":\"default\",\"audio_effects\":[{\"_id\":\"46fd5bf\"}],\"parallax_blocks\":[],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d85f853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"column_align\":\"center sc_layouts_column\",\"column_align_mobile\":\"center sc_layouts_column\",\"audio_effects\":[{\"_id\":\"745ebb9\"}],\"parallax_blocks\":[]},\"elements\":[{\"id\":\"33d6c6d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"612598f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dc554a6\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f6746\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"985a645\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"122cf82\",\"elType\":\"widget\",\"settings\":{\"text\":\"PLAY\",\"link\":{\"url\":\"#go-video2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_color\":\"rgba(71, 26, 26, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"button_text_color\":\"rgba(255, 255, 255, 0.9)\",\"border_color\":\"#FFFFFF\",\"_css_classes\":\"round-square\",\"fly_scale\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"fly_rotate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mouse_helper\":\"1\",\"mouse_helper_magnet\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"mouse_helper_delay\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"mouse_helper_mode\":\"multiply\",\"mouse_helper_centered\":\"1\",\"mouse_helper_bg_color\":\"#FB2610\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"b8614bb\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2cf157c\",\"elType\":\"widget\",\"settings\":{\"type\":\"popup\",\"popup_id\":\"go-video2\",\"content\":\"<p>[video width=\\\"1280\\\" height=\\\"720\\\" mp4=\\\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4\\\"][\\/video]<\\/p>\",\"audio_effects\":[{\"_id\":\"65fba23\"}]},\"elements\":[],\"widgetType\":\"trx_sc_layouts\"},{\"id\":\"c20b01f\",\"elType\":\"widget\",\"settings\":{\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}],\"hide_on_tablet\":\"hide_on_tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8df650c\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"c80bce5\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c7144a\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"7644355\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"319ae53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"scheme\":\"default\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"c90fc76\"}]},\"elements\":[{\"id\":\"c576302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"fdce180\"}]},\"elements\":[{\"id\":\"1e1915d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"8bd1d35\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9aba0a1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"h1\",\"title_align\":\"center\",\"title\":\"Nuestra amplia gama de {{ropa y textiles}} hechos a medida ofrece una variedad de soluciones y estilos\",\"typed\":\"1\",\"typed_cursor\":\"\",\"typed_strings\":\"estilos\\nopciones\\n\",\"subtitle\":\"Lo Que Ofrecemos\",\"description\":\"\",\"audio_effects\":[{\"_id\":\"7172a16\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"f8ce2f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"9a1541a\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"420c20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><a class=\\\"simple_text_link underline_anim\\\" href=\\\"https:\\/\\/inkafine.com\\/nosotros\\/\\\">Leer Mas<\\/a><\\/p>\",\"text_color\":\"#96999F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"39f0e57\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8782695\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd36c1f\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"9e0e551\"}]},\"elements\":[{\"id\":\"c5abd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"3b8166c\"}]},\"elements\":[{\"id\":\"826e78f\",\"elType\":\"widget\",\"settings\":{\"cat\":\"177\",\"count\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"columns\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"more_text\":\"Read more\",\"audio_effects\":[{\"_id\":\"31e6091\"}],\"type\":\"unusual\",\"show_subtitle\":\"1\",\"hide_excerpt\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"no_links\":\"1\"},\"elements\":[],\"widgetType\":\"trx_sc_services\"},{\"id\":\"d8baf50\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"107e765\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f5c93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"23f2f173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"57f5c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"50310273\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c63c1a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"46f6a8e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39ecc9a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"4f8f07b0\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5528e727\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"402a0a1d\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4475b284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(161168, 20326, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161169, 20326, '_elementor_css', 'a:7:{s:4:\"time\";i:1696460737;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(161170, 18139, '_elementor_css', 'a:7:{s:4:\"time\";i:1696581168;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:16671:\".elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-d2b1964 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-0180d49{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-1106f57 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 60px 0px 65px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:4.7em;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 15px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 10px;}.elementor-18139 .elementor-element.elementor-element-f051c61{width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-43c470e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-2b3afb1{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8501e61 > .elementor-background-overlay{opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8501e61 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8501e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-1876fae{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e196e7d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-e73dda5{--spacer-size:130px;}.elementor-18139 .elementor-element.elementor-element-9d893e2{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-0f10592{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-a7ef8d9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-bdd89f7{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-821ec0a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-821ec0a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:1;}.elementor-18139 .elementor-element.elementor-element-821ec0a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a{text-align:left;width:auto;max-width:auto;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:0% 5% 0% 0%;--e-column-margin-right:5%;--e-column-margin-left:0%;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-ed99fbe .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:33px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2{--divider-border-style:solid;--divider-color:#ECEAE0;--divider-border-width:1px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider-separator{width:100%;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:27px;padding-bottom:27px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:45px;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-0d77f09 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-65516af .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-8533664:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18139 .elementor-element.elementor-element-8533664 > .elementor-background-overlay{background-color:#0C0C0D;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-8533664 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-8533664{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-33d6c6d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-dc554a6{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-d9f6746{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-button{font-size:14px;font-weight:500;letter-spacing:2px;fill:rgba(255, 255, 255, 0.9);color:rgba(255, 255, 255, 0.9);background-color:rgba(71, 26, 26, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-18139 .elementor-element.elementor-element-122cf82{width:auto;max-width:auto;align-self:center;}.elementor-18139 .elementor-element.elementor-element-122cf82 .elementor-widget-container{transform:rotate(0deg) scale(0, 0);}.elementor-18139 .elementor-element.elementor-element-c20b01f{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-8df650c{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-1c7144a{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-319ae53 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-319ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-319ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-1e1915d{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:35px;}.elementor-18139 .elementor-element.elementor-element-420c20a{color:#96999F;font-size:16px;}.elementor-18139 .elementor-element.elementor-element-8782695{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-cd36c1f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-826e78f > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-18139 .elementor-element.elementor-element-d8baf50{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c:not(.elementor-motion-effects-element-type-background), .elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text{z-index:0;}.elementor-18139 .elementor-element.elementor-element-74f5c93c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-18139 .elementor-element.elementor-element-74f5c93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18139 .elementor-element.elementor-element-74f5c93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18139 .elementor-element.elementor-element-50310273{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon-wrapper{text-align:center;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-framed .elementor-icon, .elementor-18139 .elementor-element.elementor-element-7c63c1a5.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon{font-size:38px;}.elementor-18139 .elementor-element.elementor-element-7c63c1a5 .elementor-icon svg{height:38px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:27px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-18139 .elementor-element.elementor-element-39ecc9a2 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-4f8f07b0{--spacer-size:50px;}.elementor-18139 .elementor-element.elementor-element-402a0a1d{--spacer-size:50px;}@media(max-width:1024px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0px 25px 0px 25px;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:2.7rem;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 10% 0% 10%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 0px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-2424b1a2 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0% 5% 0% 5%;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:25px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:20px;}}@media(max-width:767px){.elementor-18139 .elementor-element.elementor-element-1106f57{padding:0% 6% 0% 6%;}.elementor-18139 .elementor-element.elementor-element-aebb55a .elementor-heading-title{font-size:30px;}.elementor-18139 .elementor-element.elementor-element-aebb55a > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-column-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-5819ac1 > .elementor-element-populated.elementor-widget-wrap{padding:20px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-46e378d > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-f051c61 > .elementor-widget-container{margin:10px 5px 0px 5px;}.elementor-18139 .elementor-element.elementor-element-7a5bd08a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-54cf4c49 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-18139 .elementor-element.elementor-element-2dad80b9{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-29fb48ee{--spacer-size:20px;}.elementor-18139 .elementor-element.elementor-element-7eda788f{--spacer-size:30px;}.elementor-18139 .elementor-element.elementor-element-65516af > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-18139 .elementor-element.elementor-element-9aba0a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18139 .elementor-element.elementor-element-f8ce2f7{--spacer-size:15px;}.elementor-18139 .elementor-element.elementor-element-420c20a{font-size:15px;}.elementor-18139 .elementor-element.elementor-element-46f6a8e7{--spacer-size:10px;}}@media(min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:59.332%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18139 .elementor-element.elementor-element-c398c48{width:100%;}.elementor-18139 .elementor-element.elementor-element-5819ac1{width:100%;}.elementor-18139 .elementor-element.elementor-element-23f2f173{width:15%;}.elementor-18139 .elementor-element.elementor-element-57f5c72{width:70%;}.elementor-18139 .elementor-element.elementor-element-4475b284{width:15%;}}\";}'),
(161173, 20329, '_wp_attached_file', '2023/10/348241601_771748767790610_8370353466761686461_n.jpg'),
(161174, 20329, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1219;s:6:\"height\";i:1219;s:4:\"file\";s:59:\"2023/10/348241601_771748767790610_8370353466761686461_n.jpg\";s:8:\"filesize\";i:26845;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4985;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"348241601_771748767790610_8370353466761686461_n-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2358;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18707;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6677;}s:17:\"fabric-thumb-huge\";a:5:{s:4:\"file\";s:60:\"348241601_771748767790610_8370353466761686461_n-1219x725.jpg\";s:5:\"width\";i:1219;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30792;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-840x473.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16622;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-410x230.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6668;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1916;}s:24:\"fabric-thumb-masonry-big\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-840x840.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21736;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-410x410.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7751;}s:22:\"fabric-thumb-rectangle\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-570x696.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14165;}s:26:\"fabric-thumb-medium-square\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-650x572.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13735;}s:19:\"fabric-thumb-square\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-890x664.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20549;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3901;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7925;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:59:\"348241601_771748767790610_8370353466761686461_n-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6677;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(161175, 20330, '_wp_attached_file', '2023/10/347850720_602624511830616_8730425358664485597_n.png'),
(161176, 20330, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:523;s:6:\"height\";i:523;s:4:\"file\";s:59:\"2023/10/347850720_602624511830616_8730425358664485597_n.png\";s:8:\"filesize\";i:29108;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"347850720_602624511830616_8730425358664485597_n-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"347850720_602624511830616_8730425358664485597_n-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6472;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:59:\"347850720_602624511830616_8730425358664485597_n-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22140;}s:16:\"fabric-thumb-big\";a:5:{s:4:\"file\";s:59:\"347850720_602624511830616_8730425358664485597_n-523x473.png\";s:5:\"width\";i:523;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29924;}s:16:\"fabric-thumb-med\";a:5:{s:4:\"file\";s:59:\"347850720_602624511830616_8730425358664485597_n-410x230.png\";s:5:\"width\";i:410;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15633;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:59:\"347850720_602624511830616_8730425358664485597_n-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4848;}s:20:\"fabric-thumb-masonry\";a:5:{s:4:\"file\";s:59:\"347850720_602624511830616_8730425358664485597_n-410x410.png\";s:5:\"width\";i:410;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25468;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:59:\"347850720_602624511830616_8730425358664485597_n-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8696;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:59:\"347850720_602624511830616_8730425358664485597_n-370x493.png\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32407;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:59:\"347850720_602624511830616_8730425358664485597_n-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22140;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(161177, 20331, '_wp_attached_file', '2023/10/302151774_556108496239513_4859903801289056357_n.jpg'),
(161178, 20331, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:59:\"2023/10/302151774_556108496239513_4859903801289056357_n.jpg\";s:8:\"filesize\";i:4196;s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"302151774_556108496239513_4859903801289056357_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2914;}s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:59:\"302151774_556108496239513_4859903801289056357_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2333;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:59:\"302151774_556108496239513_4859903801289056357_n-180x152.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(161179, 20332, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(161180, 20332, '_elementor_edit_mode', 'builder'),
(161181, 20332, '_elementor_template_type', 'wp-page'),
(161182, 20332, '_elementor_version', '3.16.4'),
(161183, 20332, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161184, 20332, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(161185, 20332, '_elementor_page_assets', 'a:0:{}'),
(161186, 20332, '_elementor_css', 'a:7:{s:4:\"time\";i:1696455951;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(161187, 20333, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(161188, 20333, '_elementor_edit_mode', 'builder'),
(161189, 20333, '_elementor_template_type', 'wp-page'),
(161190, 20333, '_elementor_version', '3.16.4'),
(161191, 20333, '_wp_page_template', 'default'),
(161192, 20333, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4eaf9c9\",\"elType\":\"widget\",\"settings\":{\"max\":\"200\",\"values\":[{\"title\":\"Socios\",\"value\":\"3\",\"icon\":\"none\",\"_id\":\"a63949b\",\"description\":\"\"},{\"title\":\"Clientes\",\"value\":\"18\",\"icon\":\"none\",\"_id\":\"11c8aa8\",\"description\":\"\"},{\"title\":\"Marcas\",\"value\":\"10\",\"icon\":\"none\",\"_id\":\"6930ed6\",\"description\":\"\"},{\"title\":\"Empleados\",\"value\":\"15\",\"icon\":\"none\",\"_id\":\"b738a27\",\"description\":\"\"}],\"type\":\"modern\",\"columns\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"columns_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"audio_effects\":[{\"_id\":\"9bac3ba\"}]},\"elements\":[],\"widgetType\":\"trx_sc_skills\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(161193, 20333, '_elementor_page_assets', 'a:0:{}'),
(161194, 20333, '_elementor_css', 'a:7:{s:4:\"time\";i:1696455951;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(161195, 20334, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(161196, 20334, '_elementor_edit_mode', 'builder'),
(161197, 20334, '_elementor_template_type', 'wp-page'),
(161198, 20334, '_elementor_version', '3.16.4'),
(161199, 20334, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161200, 20334, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c48b2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/348241601_771748767790610_8370353466761686461_n.jpg\",\"id\":20329,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"24c93d0\"},{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/347850720_602624511830616_8730425358664485597_n.png\",\"id\":20330,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"c3fc9b1\"},{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/302151774_556108496239513_4859903801289056357_n.jpg\",\"id\":20331,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"2c91ed9\"}],\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"audio_effects\":[{\"local\":{\"url\":\"\"},\"volume\":{\"size\":50,\"unit\":\"px\"},\"_id\":\"67f37b1\"}]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(161201, 20334, '_elementor_page_assets', 'a:0:{}'),
(161202, 20334, '_elementor_css', 'a:7:{s:4:\"time\";i:1696455951;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:10521:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-4eaf9c9 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(161203, 17758, '_elementor_pro_version', '3.16.2'),
(161204, 20335, '_wp_attached_file', '2023/10/Michell_500x500-150x150-1.png'),
(161205, 20335, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:37:\"2023/10/Michell_500x500-150x150-1.png\";s:8:\"filesize\";i:7503;s:5:\"sizes\";a:1:{s:17:\"fabric-thumb-tiny\";a:5:{s:4:\"file\";s:37:\"Michell_500x500-150x150-1-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6565;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(161207, 20336, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(161208, 20336, '_elementor_edit_mode', 'builder'),
(161209, 20336, '_elementor_template_type', 'wp-page'),
(161210, 20336, '_elementor_version', '3.16.4'),
(161211, 20336, '_wp_page_template', 'default'),
(161212, 20336, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c48b2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/348241601_771748767790610_8370353466761686461_n.jpg\",\"id\":20329,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"24c93d0\"},{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/347850720_602624511830616_8730425358664485597_n.png\",\"id\":20330,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"c3fc9b1\"},{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/302151774_556108496239513_4859903801289056357_n.jpg\",\"id\":20331,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"2c91ed9\"}],\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"audio_effects\":[{\"local\":{\"url\":\"\"},\"volume\":{\"size\":50,\"unit\":\"px\"},\"_id\":\"67f37b1\"}]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(161213, 20336, '_elementor_page_assets', 'a:0:{}'),
(161214, 20336, '_elementor_pro_version', '3.16.2'),
(161215, 20336, '_elementor_css', 'a:7:{s:4:\"time\";i:1697067649;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:13475:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-6c48b2e .elementor-testimonial__image img{width:200px;height:200px;}.elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc( 20px + (200px / 2) - 8px );}body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (200px / 2) - 8px );right:auto;}body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (200px / 2) - 8px );left:auto;}body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (200px / 2) - 8px );right:auto;}body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (200px / 2) - 8px );left:auto;}.elementor-17758 .elementor-element.elementor-element-6c48b2e .elementor-swiper-button{font-size:20px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(161216, 20337, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(161217, 20337, '_elementor_edit_mode', 'builder'),
(161218, 20337, '_elementor_template_type', 'wp-page'),
(161219, 20337, '_elementor_version', '3.16.4'),
(161220, 20337, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161221, 20337, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c48b2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/348241601_771748767790610_8370353466761686461_n.jpg\",\"id\":20329,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"24c93d0\"},{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/347850720_602624511830616_8730425358664485597_n.png\",\"id\":20330,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"c3fc9b1\"},{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/302151774_556108496239513_4859903801289056357_n.jpg\",\"id\":20331,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"2c91ed9\"}],\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"audio_effects\":[{\"local\":{\"url\":\"\"},\"volume\":{\"size\":50,\"unit\":\"px\"},\"_id\":\"67f37b1\"}]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(161222, 20337, '_elementor_page_assets', 'a:0:{}'),
(161223, 20337, '_elementor_pro_version', '3.16.2'),
(161224, 20337, '_elementor_css', 'a:7:{s:4:\"time\";i:1697067649;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:13475:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-6c48b2e .elementor-testimonial__image img{width:200px;height:200px;}.elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc( 20px + (200px / 2) - 8px );}body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (200px / 2) - 8px );right:auto;}body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (200px / 2) - 8px );left:auto;}body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (200px / 2) - 8px );right:auto;}body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (200px / 2) - 8px );left:auto;}.elementor-17758 .elementor-element.elementor-element-6c48b2e .elementor-swiper-button{font-size:20px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(161225, 20338, '_elementor_page_settings', 'a:6:{s:31:\"fabric_options_field_body_style\";s:10:\"fullscreen\";s:34:\"fabric_options_override_body_style\";s:1:\"1\";s:35:\"fabric_options_field_remove_margins\";s:1:\"1\";s:38:\"fabric_options_override_remove_margins\";s:1:\"1\";s:37:\"fabric_options_field_sidebar_position\";s:4:\"hide\";s:40:\"fabric_options_override_sidebar_position\";s:1:\"1\";}'),
(161226, 20338, '_elementor_edit_mode', 'builder'),
(161227, 20338, '_elementor_template_type', 'wp-page'),
(161228, 20338, '_elementor_version', '3.16.4'),
(161229, 20338, '_wp_page_template', 'default'),
(161230, 20338, '_elementor_data', '[{\"id\":\"d25599c\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a5cbae8\"}]},\"elements\":[{\"id\":\"23d1cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"25a66d3\"}]},\"elements\":[{\"id\":\"a35b431\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"105934a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9969785\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5890cc1\"}]},\"elements\":[{\"id\":\"350d548\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"8d4f1d4\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b577123\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"20b3bf9\"}],\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"414850d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"content_align\":\"center\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"f1e5f1e\"}],\"background_image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2022\\/08\\/textile-img-8.jpg\",\"id\":19124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96288f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"8385b3a\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5c8c3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_width\":\"1_2\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width_mobile\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"5da05b3\"}],\"_inline_size_tablet\":50,\"content_width_tablet\":\"2_3\"},\"elements\":[{\"id\":\"9929faa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Somos una empresa textil con calidad de exportacion\",\"subtitle\":\"belleza & confort\",\"description\":\"Contamos con mas de 5 a\\u00f1os en el mercado textil satisfaciendo las necesidades de nuestros clientes.\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}]},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"145169a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"c9900d0\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b698f67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"trx_addons_list_success\\\"><li>Altos Estandares de Calidad<\\/li><li>Asesoria Personalizada<\\/li><li>Tecnologia de Punta<\\/li><\\/ul>\",\"audio_effects\":[{\"_id\":\"0d97140\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0eb9e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"alter_height\":\"small\",\"hide_on_tablet\":\"hide_on_tablet\",\"hide_on_mobile\":\"hide_on_mobile\",\"audio_effects\":[{\"_id\":\"dfd3773\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ff63a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hide_on_wide\":\"hide_on_wide\",\"hide_on_desktop\":\"hide_on_desktop\",\"hide_on_notebook\":\"hide_on_notebook\",\"audio_effects\":[{\"_id\":\"ca5c726\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd56108\",\"elType\":\"widget\",\"settings\":{\"buttons\":[{\"title\":\"Contacto\",\"shadow\":\"\",\"_id\":\"9c4d45b\",\"link\":{\"url\":\"https:\\/\\/inkafine.com\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"audio_effects\":[{\"_id\":\"0a7c4e3\"}]},\"elements\":[],\"widgetType\":\"trx_sc_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"810dd92\",\"elType\":\"section\",\"settings\":{\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"cede3e4\"}]},\"elements\":[{\"id\":\"8cc4e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"99efeb9\"}]},\"elements\":[{\"id\":\"8bdf8d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eac0702\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nuestros Clientes\",\"subtitle\":\"\\u00bfCON QUIENES TRABAJAMOS?\",\"description\":\"\",\"title_tag\":\"h1\",\"audio_effects\":[{\"_id\":\"c511428\"}],\"title_align\":\"center\"},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"6c48b2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/348241601_771748767790610_8370353466761686461_n.jpg\",\"id\":20329,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"24c93d0\"},{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/347850720_602624511830616_8730425358664485597_n.png\",\"id\":20330,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"c3fc9b1\"},{\"name\":\"\",\"title\":\"\",\"image\":{\"url\":\"https:\\/\\/inkafine.com\\/wp-content\\/uploads\\/2023\\/10\\/302151774_556108496239513_4859903801289056357_n.jpg\",\"id\":20331,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"2c91ed9\"}],\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"audio_effects\":[{\"local\":{\"url\":\"\"},\"volume\":{\"size\":50,\"unit\":\"px\"},\"_id\":\"67f37b1\"}]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"},{\"id\":\"61424d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"b0d78be\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d488f35\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"0ba025a\"}],\"background_background\":\"classic\",\"background_color\":\"#F1EFE6\"},\"elements\":[{\"id\":\"f7f6202\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"a39a7e4\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8b45b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"4fe0118\"}]},\"elements\":[{\"id\":\"c7d18b7\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"c9e47e1\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95d5afb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-telegram\",\"library\":\"fa-brands\"},\"primary_color\":\"#C19A5B\",\"size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"b980a23\"}]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3a4974\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"audio_effects\":[{\"_id\":\"fd3870f\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa9ccf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recibe nuestro boletin infomativo!\",\"subtitle\":\"\",\"description\":\"\",\"title_tag\":\"h3\",\"title_align\":\"center\",\"audio_effects\":[{\"_id\":\"2725ea1\"}],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"trx_sc_title\"},{\"id\":\"a2d02d5\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"small\",\"audio_effects\":[{\"_id\":\"aa72220\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"078ce6b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"461\\\" element_id=\\\"style-7\\\"]\",\"audio_effects\":[{\"_id\":\"92f6375\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3af38d3\",\"elType\":\"widget\",\"settings\":{\"alter_height\":\"huge\",\"audio_effects\":[{\"_id\":\"e878158\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1e9a744\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":15,\"parallax_blocks\":[],\"audio_effects\":[{\"_id\":\"1e70222\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(161231, 20338, '_elementor_page_assets', 'a:0:{}'),
(161232, 20338, '_elementor_pro_version', '3.16.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161233, 20338, '_elementor_css', 'a:7:{s:4:\"time\";i:1697067649;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:13475:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-6c48b2e .elementor-testimonial__image img{width:200px;height:200px;}.elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc( 20px + (200px / 2) - 8px );}body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (200px / 2) - 8px );right:auto;}body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (200px / 2) - 8px );left:auto;}body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (200px / 2) - 8px );right:auto;}body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (200px / 2) - 8px );left:auto;}.elementor-17758 .elementor-element.elementor-element-6c48b2e .elementor-swiper-button{font-size:20px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(161234, 17758, '_elementor_css', 'a:7:{s:4:\"time\";i:1697067798;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:13702:\".elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d25599c .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-a35b431{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-9969785 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-9969785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-9969785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 40px 0px 40px;}.elementor-17758 .elementor-element.elementor-element-350d548{z-index:2;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-b577123 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-b577123{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-b577123 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-17758 .elementor-element.elementor-element-414850d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-17758 .elementor-element.elementor-element-414850d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17758 .elementor-element.elementor-element-414850d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:700px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0% 0% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-9929faa .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-b0eb9e2{--spacer-size:100px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:33px;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-810dd92 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-eac0702 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-eac0702 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-6c48b2e .elementor-testimonial__image img{width:200px;height:200px;}.elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc( 20px + (200px / 2) - 8px );}body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (200px / 2) - 8px );right:auto;}body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (200px / 2) - 8px );left:auto;}body:not(.rtl) .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (200px / 2) - 8px );right:auto;}body.rtl .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,\n					 .elementor-17758 .elementor-element.elementor-element-6c48b2e.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (200px / 2) - 8px );left:auto;}.elementor-17758 .elementor-element.elementor-element-6c48b2e .elementor-swiper-button{font-size:20px;}.elementor-17758 .elementor-element.elementor-element-d488f35:not(.elementor-motion-effects-element-type-background), .elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EFE6;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text{z-index:0;}.elementor-17758 .elementor-element.elementor-element-d488f35 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17758 .elementor-element.elementor-element-d488f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17758 .elementor-element.elementor-element-d488f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17758 .elementor-element.elementor-element-c7d18b7{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon-wrapper{text-align:center;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-stacked .elementor-icon{background-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon{color:#C19A5B;border-color:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-framed .elementor-icon, .elementor-17758 .elementor-element.elementor-element-95d5afb.elementor-view-default .elementor-icon svg{fill:#C19A5B;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon{font-size:38px;}.elementor-17758 .elementor-element.elementor-element-95d5afb .elementor-icon svg{height:38px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:27px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-17758 .elementor-element.elementor-element-fa9ccf3 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-17758 .elementor-element.elementor-element-a2d02d5{--spacer-size:50px;}.elementor-17758 .elementor-element.elementor-element-3af38d3{--spacer-size:50px;}@media(max-width:1024px) and (min-width:768px){.elementor-17758 .elementor-element.elementor-element-350d548{width:50%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1{width:50%;}.elementor-17758 .elementor-element.elementor-element-f7f6202{width:15%;}.elementor-17758 .elementor-element.elementor-element-8b45b35{width:70%;}.elementor-17758 .elementor-element.elementor-element-1e9a744{width:15%;}}@media(max-width:1024px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-414850d > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:500px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 20px;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:20px;}}@media(max-width:767px){.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-column-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-350d548 > .elementor-element-populated.elementor-widget-wrap{padding:0% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-414850d{width:50%;}.elementor-17758 .elementor-element.elementor-element-96288f8{--spacer-size:250px;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-column-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-5c8c3b1 > .elementor-element-populated.elementor-widget-wrap{padding:12% 6% 0% 6%;}.elementor-17758 .elementor-element.elementor-element-145169a{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-3ff63a7{--spacer-size:20px;}.elementor-17758 .elementor-element.elementor-element-f3a4974{--spacer-size:10px;}}\";}'),
(161235, 18247, 'trx_addons_post_views_count', '112'),
(161236, 17848, '_elementor_css', 'a:7:{s:4:\"time\";i:1697635681;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:3362:\".elementor-17848 .elementor-element.elementor-element-64b89671 .trx_addons_bg_text{z-index:0;}.elementor-17848 .elementor-element.elementor-element-64b89671 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17848 .elementor-element.elementor-element-3d148566{--spacer-size:50px;}.elementor-17848 .elementor-element.elementor-element-56ad3f28 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17848 .elementor-element.elementor-element-56ad3f28 .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17848 .elementor-element.elementor-element-56ad3f28 .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17848 .elementor-element.elementor-element-68ca5d25 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17848 .elementor-element.elementor-element-68ca5d25 .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17848 .elementor-element.elementor-element-68ca5d25 .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17848 .elementor-element.elementor-element-683da28d .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17848 .elementor-element.elementor-element-683da28d .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17848 .elementor-element.elementor-element-683da28d .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17848 .elementor-element.elementor-element-90973e2{--spacer-size:50px;}.elementor-17848 .elementor-element.elementor-element-7a973ead .trx_addons_bg_text{z-index:0;}.elementor-17848 .elementor-element.elementor-element-7a973ead .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17848 .elementor-element.elementor-element-1fdbcc4d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17848 .elementor-element.elementor-element-1fdbcc4d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17848 .elementor-element.elementor-element-1f1ca2f3:not(.elementor-motion-effects-element-type-background), .elementor-17848 .elementor-element.elementor-element-1f1ca2f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17848 .elementor-element.elementor-element-1f1ca2f3 .trx_addons_bg_text{z-index:0;}.elementor-17848 .elementor-element.elementor-element-1f1ca2f3 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17848 .elementor-element.elementor-element-1f1ca2f3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 45px 50px 45px;}.elementor-17848 .elementor-element.elementor-element-1f1ca2f3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(min-width:768px){.elementor-17848 .elementor-element.elementor-element-1fdbcc4d{width:100%;}}@media(max-width:1024px){.elementor-17848 .elementor-element.elementor-element-1f1ca2f3{padding:40px 35px 40px 35px;}}@media(max-width:767px){.elementor-17848 .elementor-element.elementor-element-1f1ca2f3{padding:30px 25px 30px 25px;}}\";}'),
(161237, 18125, 'trx_addons_post_views_count', '93'),
(161238, 17814, '_elementor_css', 'a:7:{s:4:\"time\";i:1698623537;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:3353:\".elementor-17814 .elementor-element.elementor-element-cf0f04b .trx_addons_bg_text{z-index:0;}.elementor-17814 .elementor-element.elementor-element-cf0f04b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17814 .elementor-element.elementor-element-775d6998{--spacer-size:50px;}.elementor-17814 .elementor-element.elementor-element-44740a19 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17814 .elementor-element.elementor-element-44740a19 .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17814 .elementor-element.elementor-element-44740a19 .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17814 .elementor-element.elementor-element-54316b93 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17814 .elementor-element.elementor-element-54316b93 .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17814 .elementor-element.elementor-element-54316b93 .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17814 .elementor-element.elementor-element-6e26502c .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17814 .elementor-element.elementor-element-6e26502c .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17814 .elementor-element.elementor-element-6e26502c .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17814 .elementor-element.elementor-element-218948fa{--spacer-size:50px;}.elementor-17814 .elementor-element.elementor-element-48d5404a .trx_addons_bg_text{z-index:0;}.elementor-17814 .elementor-element.elementor-element-48d5404a .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17814 .elementor-element.elementor-element-495e0247 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17814 .elementor-element.elementor-element-495e0247 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17814 .elementor-element.elementor-element-f34c55e:not(.elementor-motion-effects-element-type-background), .elementor-17814 .elementor-element.elementor-element-f34c55e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17814 .elementor-element.elementor-element-f34c55e .trx_addons_bg_text{z-index:0;}.elementor-17814 .elementor-element.elementor-element-f34c55e .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17814 .elementor-element.elementor-element-f34c55e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 45px 50px 45px;}.elementor-17814 .elementor-element.elementor-element-f34c55e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(min-width:768px){.elementor-17814 .elementor-element.elementor-element-495e0247{width:100%;}}@media(max-width:1024px){.elementor-17814 .elementor-element.elementor-element-f34c55e{padding:40px 35px 40px 35px;}}@media(max-width:767px){.elementor-17814 .elementor-element.elementor-element-f34c55e{padding:30px 25px 30px 25px;}}\";}'),
(161239, 18124, 'trx_addons_post_views_count', '108'),
(161240, 18030, 'trx_addons_post_views_count', '120'),
(161241, 18126, 'trx_addons_post_views_count', '122'),
(161242, 18251, 'trx_addons_post_views_count', '123'),
(161243, 17827, '_elementor_css', 'a:7:{s:4:\"time\";i:1698914749;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:3352:\".elementor-17827 .elementor-element.elementor-element-298153dd .trx_addons_bg_text{z-index:0;}.elementor-17827 .elementor-element.elementor-element-298153dd .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17827 .elementor-element.elementor-element-7c750de6{--spacer-size:50px;}.elementor-17827 .elementor-element.elementor-element-43df63e .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17827 .elementor-element.elementor-element-43df63e .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17827 .elementor-element.elementor-element-43df63e .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17827 .elementor-element.elementor-element-23bc9a50 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17827 .elementor-element.elementor-element-23bc9a50 .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17827 .elementor-element.elementor-element-23bc9a50 .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17827 .elementor-element.elementor-element-712762f0 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17827 .elementor-element.elementor-element-712762f0 .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17827 .elementor-element.elementor-element-712762f0 .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17827 .elementor-element.elementor-element-16c35605{--spacer-size:50px;}.elementor-17827 .elementor-element.elementor-element-4be2a6bc .trx_addons_bg_text{z-index:0;}.elementor-17827 .elementor-element.elementor-element-4be2a6bc .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17827 .elementor-element.elementor-element-11951f55 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17827 .elementor-element.elementor-element-11951f55 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17827 .elementor-element.elementor-element-9cbc761:not(.elementor-motion-effects-element-type-background), .elementor-17827 .elementor-element.elementor-element-9cbc761 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17827 .elementor-element.elementor-element-9cbc761 .trx_addons_bg_text{z-index:0;}.elementor-17827 .elementor-element.elementor-element-9cbc761 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17827 .elementor-element.elementor-element-9cbc761{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 45px 50px 45px;}.elementor-17827 .elementor-element.elementor-element-9cbc761 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(min-width:768px){.elementor-17827 .elementor-element.elementor-element-11951f55{width:100%;}}@media(max-width:1024px){.elementor-17827 .elementor-element.elementor-element-9cbc761{padding:40px 35px 40px 35px;}}@media(max-width:767px){.elementor-17827 .elementor-element.elementor-element-9cbc761{padding:30px 25px 30px 25px;}}\";}'),
(161244, 18032, 'trx_addons_post_views_count', '112'),
(161245, 17841, '_elementor_css', 'a:7:{s:4:\"time\";i:1698926817;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:3355:\".elementor-17841 .elementor-element.elementor-element-374e924 .trx_addons_bg_text{z-index:0;}.elementor-17841 .elementor-element.elementor-element-374e924 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17841 .elementor-element.elementor-element-236d825b{--spacer-size:50px;}.elementor-17841 .elementor-element.elementor-element-79bf42ef .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17841 .elementor-element.elementor-element-79bf42ef .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17841 .elementor-element.elementor-element-79bf42ef .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17841 .elementor-element.elementor-element-6311ab83 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17841 .elementor-element.elementor-element-6311ab83 .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17841 .elementor-element.elementor-element-6311ab83 .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17841 .elementor-element.elementor-element-ee47ad2 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17841 .elementor-element.elementor-element-ee47ad2 .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17841 .elementor-element.elementor-element-ee47ad2 .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17841 .elementor-element.elementor-element-6eb600e5{--spacer-size:50px;}.elementor-17841 .elementor-element.elementor-element-691b6b4f .trx_addons_bg_text{z-index:0;}.elementor-17841 .elementor-element.elementor-element-691b6b4f .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17841 .elementor-element.elementor-element-f993632 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17841 .elementor-element.elementor-element-f993632 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17841 .elementor-element.elementor-element-2e6a3449:not(.elementor-motion-effects-element-type-background), .elementor-17841 .elementor-element.elementor-element-2e6a3449 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17841 .elementor-element.elementor-element-2e6a3449 .trx_addons_bg_text{z-index:0;}.elementor-17841 .elementor-element.elementor-element-2e6a3449 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17841 .elementor-element.elementor-element-2e6a3449{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 45px 50px 45px;}.elementor-17841 .elementor-element.elementor-element-2e6a3449 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(min-width:768px){.elementor-17841 .elementor-element.elementor-element-f993632{width:100%;}}@media(max-width:1024px){.elementor-17841 .elementor-element.elementor-element-2e6a3449{padding:40px 35px 40px 35px;}}@media(max-width:767px){.elementor-17841 .elementor-element.elementor-element-2e6a3449{padding:30px 25px 30px 25px;}}\";}'),
(161246, 17834, '_elementor_css', 'a:7:{s:4:\"time\";i:1698935060;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:3363:\".elementor-17834 .elementor-element.elementor-element-2adc604b .trx_addons_bg_text{z-index:0;}.elementor-17834 .elementor-element.elementor-element-2adc604b .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17834 .elementor-element.elementor-element-629657a7{--spacer-size:50px;}.elementor-17834 .elementor-element.elementor-element-21882f7b .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17834 .elementor-element.elementor-element-21882f7b .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17834 .elementor-element.elementor-element-21882f7b .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17834 .elementor-element.elementor-element-68bef8c3 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17834 .elementor-element.elementor-element-68bef8c3 .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17834 .elementor-element.elementor-element-68bef8c3 .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17834 .elementor-element.elementor-element-7b2dfaf1 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17834 .elementor-element.elementor-element-7b2dfaf1 .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17834 .elementor-element.elementor-element-7b2dfaf1 .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17834 .elementor-element.elementor-element-2d24bc56{--spacer-size:50px;}.elementor-17834 .elementor-element.elementor-element-51982ed6 .trx_addons_bg_text{z-index:0;}.elementor-17834 .elementor-element.elementor-element-51982ed6 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17834 .elementor-element.elementor-element-58d338ab > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17834 .elementor-element.elementor-element-58d338ab > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17834 .elementor-element.elementor-element-59d3b636:not(.elementor-motion-effects-element-type-background), .elementor-17834 .elementor-element.elementor-element-59d3b636 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17834 .elementor-element.elementor-element-59d3b636 .trx_addons_bg_text{z-index:0;}.elementor-17834 .elementor-element.elementor-element-59d3b636 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17834 .elementor-element.elementor-element-59d3b636{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 45px 50px 45px;}.elementor-17834 .elementor-element.elementor-element-59d3b636 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(min-width:768px){.elementor-17834 .elementor-element.elementor-element-58d338ab{width:100%;}}@media(max-width:1024px){.elementor-17834 .elementor-element.elementor-element-59d3b636{padding:40px 35px 40px 35px;}}@media(max-width:767px){.elementor-17834 .elementor-element.elementor-element-59d3b636{padding:30px 25px 30px 25px;}}\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(161247, 4109, '_elementor_css', 'a:7:{s:4:\"time\";i:1698953102;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:4097:\".elementor-4109 .elementor-element.elementor-element-5462fe9 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:space-between;align-items:space-between;}.elementor-4109 .elementor-element.elementor-element-5462fe9 .trx_addons_bg_text{z-index:0;}.elementor-4109 .elementor-element.elementor-element-5462fe9 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4109 .elementor-element.elementor-element-5462fe9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4109 .elementor-element.elementor-element-5462fe9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4109 .elementor-element.elementor-element-b5c0f77 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4109 .elementor-element.elementor-element-b5c0f77 .trx_addons_bg_text{z-index:0;}.elementor-4109 .elementor-element.elementor-element-b5c0f77 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4109 .elementor-element.elementor-element-6c2e14f .logo_image{max-height:50px;}.elementor-4109 .elementor-element.elementor-element-be1c1e6 .trx_addons_bg_text{z-index:0;}.elementor-4109 .elementor-element.elementor-element-be1c1e6 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4109 .elementor-element.elementor-element-aa3aa97{--spacer-size:50px;}.elementor-4109 .elementor-element.elementor-element-1d8171d .trx_addons_bg_text{z-index:0;}.elementor-4109 .elementor-element.elementor-element-1d8171d .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-4109 .elementor-element.elementor-element-0213e7d > .elementor-element-populated{margin:-25% 0% 0% 0%;--e-column-margin-right:0%;--e-column-margin-left:0%;}.elementor-4109 .elementor-element.elementor-element-74448d1 .elementor-heading-title{font-size:25px;line-height:26px;}.elementor-4109 .elementor-element.elementor-element-e50288c{--spacer-size:25px;}.elementor-4109 .elementor-element.elementor-element-7eb04b8{--spacer-size:21px;}.elementor-4109 .elementor-element.elementor-element-a5adc6b{--spacer-size:27px;}.elementor-4109 .elementor-element.elementor-element-898abcd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-4109 .elementor-element.elementor-element-898abcd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-4109 .elementor-element.elementor-element-1854940{--spacer-size:70px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}@media(max-width:1024px){.elementor-4109 .elementor-element.elementor-element-aa3aa97{--spacer-size:30px;}.elementor-4109 .elementor-element.elementor-element-0213e7d > .elementor-element-populated{margin:0% 0% 0% 0%;--e-column-margin-right:0%;--e-column-margin-left:0%;}.elementor-4109 .elementor-element.elementor-element-74448d1 .elementor-heading-title{font-size:20px;}.elementor-4109 .elementor-element.elementor-element-e50288c{--spacer-size:10px;}.elementor-4109 .elementor-element.elementor-element-7eb04b8{--spacer-size:15px;}.elementor-4109 .elementor-element.elementor-element-a5adc6b{--spacer-size:20px;}.elementor-4109 .elementor-element.elementor-element-1854940{--spacer-size:50px;}}@media(max-width:767px){.elementor-4109 .elementor-element.elementor-element-aa3aa97{--spacer-size:10px;}.elementor-4109 .elementor-element.elementor-element-1854940{--spacer-size:30px;}}@media(min-width:768px){.elementor-4109 .elementor-element.elementor-element-03adee5{width:81.364%;}.elementor-4109 .elementor-element.elementor-element-0213e7d{width:18.524%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4109 .elementor-element.elementor-element-03adee5{width:70%;}.elementor-4109 .elementor-element.elementor-element-0213e7d{width:30%;}}\";}'),
(161248, 17821, '_elementor_css', 'a:7:{s:4:\"time\";i:1698959690;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:3363:\".elementor-17821 .elementor-element.elementor-element-2f35e9d2 .trx_addons_bg_text{z-index:0;}.elementor-17821 .elementor-element.elementor-element-2f35e9d2 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17821 .elementor-element.elementor-element-497d7305{--spacer-size:50px;}.elementor-17821 .elementor-element.elementor-element-1ccae4ca .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17821 .elementor-element.elementor-element-1ccae4ca .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17821 .elementor-element.elementor-element-1ccae4ca .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17821 .elementor-element.elementor-element-3774c8ae .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17821 .elementor-element.elementor-element-3774c8ae .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17821 .elementor-element.elementor-element-3774c8ae .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17821 .elementor-element.elementor-element-2181056b .elementor-progress-wrapper .elementor-progress-bar{background-color:#C19A5B;}.elementor-17821 .elementor-element.elementor-element-2181056b .elementor-progress-bar{height:6px;line-height:6px;}.elementor-17821 .elementor-element.elementor-element-2181056b .elementor-progress-wrapper{border-radius:20px;overflow:hidden;}.elementor-17821 .elementor-element.elementor-element-41a81445{--spacer-size:50px;}.elementor-17821 .elementor-element.elementor-element-39911e19 .trx_addons_bg_text{z-index:0;}.elementor-17821 .elementor-element.elementor-element-39911e19 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17821 .elementor-element.elementor-element-2a6bedc7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17821 .elementor-element.elementor-element-2a6bedc7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17821 .elementor-element.elementor-element-7ff041ba:not(.elementor-motion-effects-element-type-background), .elementor-17821 .elementor-element.elementor-element-7ff041ba > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17821 .elementor-element.elementor-element-7ff041ba .trx_addons_bg_text{z-index:0;}.elementor-17821 .elementor-element.elementor-element-7ff041ba .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-17821 .elementor-element.elementor-element-7ff041ba{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 45px 50px 45px;}.elementor-17821 .elementor-element.elementor-element-7ff041ba > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(min-width:768px){.elementor-17821 .elementor-element.elementor-element-2a6bedc7{width:100%;}}@media(max-width:1024px){.elementor-17821 .elementor-element.elementor-element-7ff041ba{padding:40px 35px 40px 35px;}}@media(max-width:767px){.elementor-17821 .elementor-element.elementor-element-7ff041ba{padding:30px 25px 30px 25px;}}\";}'),
(161249, 18011, 'trx_addons_post_views_count', '95'),
(161250, 18008, 'trx_addons_post_views_count', '165'),
(161251, 20322, '_oembed_e7cf9847c99ddf244f88955f3fb7936b', '{{unknown}}'),
(161252, 20127, '_oembed_d6d43562a8872b7ebffb1a96686095f9', '{{unknown}}');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5, 1, '2020-04-01 08:43:23', '2020-04-01 08:43:23', '<div class=\"form-style-1\">\r\n\r\n<div class=\"columns_wrap\">\r\n<div class=\"column-1_2\"><span class=\"style-line icon-name\">[text* your-name placeholder \"Nombre\"]</span></div>\r\n<div class=\"column-1_2\"><span class=\"style-line icon-email\">[email* your-email placeholder \"Email\"]</span></div>\r\n</div>\r\n\r\n<div class=\"columns_wrap\">\r\n<div class=\"column-1_2\"><span class=\"style-line icon-phone\">[tel* phone placeholder \"Telefono\"]</span></div>\r\n<div class=\"column-1_2\"><span class=\"style-line icon-subject\">[text* subject placeholder \"Asunto\"]</span></div>\r\n</div>\r\n\r\n<div class=\"columns_wrap margin-bottom\">\r\n<div class=\"column-1_1\"><span class=\"style-line icon-textarea\">[textarea* your-message placeholder \"Mensaje\"]</span></div>\r\n</div>\r\n\r\n[submit \"Enviar\"][acceptance acceptance default:off]Yo acepto que mis datos sean <a href=\"/politica-de-privacidad/\" target=\"_blank\" rel=\"noopener\">recopilados y almacenados</a>.[/acceptance]\r\n</div>\n1\nFabric \"[your-subject]\"\nFabric <wordpress@inkafine.com>\ntest@fwe.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\nReply-To: [your-email]\n\n\n\n\nFabric \"[your-subject]\"\nFabric <wordpress@fabric.ancorathemes.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\nReply-To: test@fwe.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form (main)', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2023-10-04 18:49:20', '2023-10-04 23:49:20', '', 0, 'https://inkafine.com/?post_type=wpcf7_contact_form&#038;p=5', 0, 'wpcf7_contact_form', '', 0),
(8, 1, '2020-04-01 11:33:06', '2020-04-01 11:33:06', '<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p><p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p><h1>Heading H1</h1><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.</p><h2>Heading H2</h2><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.</p><h3>Heading H3</h3><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.</p><h4>Heading H4</h4><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.</p><h5>Heading H5</h5><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.</p><h6>Heading H6</h6><p>Proin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi consequat. Fusce sodales ultrices augue a accumsan.</p>		\n		<h3>Standard Inline Elements</h3><p><strong>Bold text</strong> dolor sit amet, consectetur <a href=\"#\">link color</a> adipisicing elit, accent text sed do eiusmod tempor hovered. Excepteur accent background cupidatat non proident officia sunt in culpa qui deserunt mest laborum.</p><p><em>Example</em> iste natus error sit voluptatem italic text example doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo vei tooltip example architecto beatae explicabo.</p>		\n		<h3>Dropcaps</h3> <p>Q Curabitur feugiat pharetra leo sit amet sollicitudin. Nam vestibulum mi lectus, quis volutpat libero porttitor ut. Suspendisse vestibulum molestie eros ac aliquam. Sed at ligula tempus, porttitor tortora,  pellentesque neque. Cras a neque quis dolor pretium fermentum. </p>		\n		<p>D Curabitur feugiat pharetra leo sit amet sollicitudin. Nam vestibulum mi lectus, quis volutpat libero porttitor ut. Suspendisse vestibulum molestie eros ac aliquam. Sed at ligula tempus, porttitor tortora,  pellentesque neque. Cras a neque quis dolor pretium fermentum.</p>		\n		<h3>Blockquote</h3><blockquote><p>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin eget.<br /><cite>Piter Bowman</cite></p></blockquote><p>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin eget.</p><blockquote><p>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin eget.</p></blockquote>		\n		<h3>Image Alignment</h3>\nProin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi in consequat. Fusce sodales ultrices augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar, sapien eget risus condimentum nibh, a rutrum dolor quam feugiat elit.\n[caption id=\"attachment_17542\" align=\"alignleft\" width=\"300\"]<img src=\"https://inkafine.com/wp-content/uploads/2022/08/typography-image1.jpg\" alt=\"\" width=\"300\" height=\"205\" /> Credit: Unsplash[/caption]\nAenean vel augue maximus, placerat tellus a velit, pellentesque et neque. Sed lobortis, nisi in cursus vestibulum, ligula justo varius lectus, quis finibus purus nisl vel quam.\nCurabitur ac tempor nisl, convallis facilisis ipsum. Praesent malesuada tempus dolor eget tempus. Ut eu euismod enim. Duis vel nibh euismod, rhoncus arcu at, sagittis velit.\nProin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi in consequat. Fusce sodales ultrices augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar, sapien eget risus condimentum nibh, a rutrum dolor quam feugiat elit.\n[caption id=\"attachment_17543\" align=\"alignright\" width=\"300\"]<img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18.jpg\" alt=\"\" width=\"300\" height=\"205\" /> by Kevin Smith[/caption]\nAenean vel augue maximus, placerat tellus a velit, pellentesque et neque. Sed lobortis, nisi in cursus vestibulum, ligula justo varius lectus, quis finibus purus nisl vel quam.\nCurabitur ac tempor nisl, convallis facilisis ipsum. Praesent malesuada tempus dolor eget tempus. Ut eu euismod enim. Duis vel nibh euismod, rhoncus arcu at, sagittis velit.\nProin faucibus ex nec mauris sodales, sed elementum mi tincidunt. Sed viverra egestas nisi in consequat. Fusce sodales ultrices augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar, sapien eget risus condimentum nibh, a rutrum dolor quam feugiat elit.		\n		<h3>List Styles</h3><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.</p>		\n		<ul>\n 	<li>Suspendisse dignissim</li>\n 	<li>Nullam efficitur nunc</li>\n 	<li>Etiam eu lectus at lectus</li>\n</ul><ul>\n 	<li>Suspendisse dignissim</li>\n 	<li>Nullam efficitur nunc</li>\n 	<li>Etiam eu lectus at lectus</li>\n 	<li>Etiam lobortis metus</li>\n</ul>		\n		<h3>Table</h3><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.</p>		\n			<table><tbody><tr><th style=\"text-align: center;\">#</th><th style=\"text-align: center;\">Column 1</th><th style=\"text-align: center;\">Column 2</th><th style=\"text-align: center;\">Column 3</th></tr><tr><td style=\"text-align: center;\">1</td><td style=\"text-align: center;\">Row 1 Cell 1</td><td style=\"text-align: center;\">Row 1 Cell 2</td><td style=\"text-align: center;\">Row 1 Cell 3</td></tr><tr><td style=\"text-align: center;\">2</td><td style=\"text-align: center;\">Row 2 Cell 1</td><td style=\"text-align: center;\">Row 2 Cell 2</td><td style=\"text-align: center;\">Row 2 Cell 3</td></tr><tr><td style=\"text-align: center;\">3</td><td style=\"text-align: center;\">Row 3 Cell 1</td><td style=\"text-align: center;\">Row 3 Cell 2</td><td style=\"text-align: center;\">Row 3 Cell 3</td></tr></tbody></table><style type=\"text/css\">.trx_addons_inline_925005002{width:100%;}</style>		\n		<h3>Inputs and Buttons</h3><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" />\n<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" />\n<input type=\"tel\" name=\"phone\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" />\n<input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" />\n<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\"></textarea>\n<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my submitted data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n</form>		\n			<a href=\"#\" >About Us</a><a href=\"#\" >About Us</a><a href=\"#\" >About Us</a>		\n			<a href=\"#\" >Subscribe</a><a href=\"#\" >Subscribe</a>		\n			<a href=\"#\" >About Us</a><a href=\"#\" >About Us</a><a href=\"#\" >About Us</a>		\n			<a href=\"#\" >Subscribe</a><a href=\"#\" >Subscribe</a>', 'Typography', '', 'publish', 'closed', 'closed', '', 'typography', '', '', '2022-10-21 09:07:13', '2022-10-21 09:07:13', '', 0, 'https://inkafine.com/?page_id=8', 0, 'page', '', 0),
(15, 1, '2020-04-01 11:35:55', '2020-04-01 11:35:55', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2023-10-04 19:54:45', '2023-10-05 00:54:45', '', 0, 'https://inkafine.com/?elementor_library=default-kit', 0, 'elementor_library', '', 0),
(302, 1, '2020-04-21 17:44:51', '2020-04-21 17:44:51', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17805,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image9-1024x683.jpg\" alt=\"\" class=\"wp-image-17805\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Chart-Topper Designer Trends This Spring', 'Adipiscing elit, do eiusmod tempor \nincididunt ut labore et dolore.', 'publish', 'open', 'open', '', 'chart-topper-designer-trends-this-spring', '', '', '2022-08-24 09:17:04', '2022-08-24 09:17:04', '', 0, 'https://inkafine.com/?p=302', 0, 'post', '', 0),
(304, 1, '2020-04-21 17:49:19', '2020-04-21 17:49:19', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"trx_addons_blockquote_style_1\"} -->\n<blockquote class=\"wp-block-quote trx_addons_blockquote_style_1\"><p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"columns\":1,\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"align\":\"wide\",\"className\":\"no-margin\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-1 is-cropped no-margin\"><!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-big\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17805,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image9-1024x683.jpg\" alt=\"\" class=\"wp-image-17805\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Startup Ideas for Your Tailoring Business', 'Adipiscing elit, do eiusmod tempor \nincididunt ut labore et dolore.', 'publish', 'open', 'open', '', 'startup-ideas-for-your-tailoring-business', '', '', '2022-08-24 09:17:12', '2022-08-24 09:17:12', '', 0, 'https://inkafine.com/?p=304', 0, 'post', '', 0),
(306, 1, '2020-04-21 17:51:51', '2020-04-21 17:51:51', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus enim justo non, molestie nisl. </p><cite>Piter Bowman</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\"} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:trx-addons/video {\"cover\":17984,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2022/08/typography-image1.jpg\",\"popup\":true,\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Top 5 Expressive Designs for Your Portfolio', 'Adipiscing elit, do eiusmod tempor \nincididunt ut labore et dolore.', 'publish', 'open', 'open', '', 'top-5-expressive-designs-for-your-portfolio', '', '', '2022-08-24 09:17:22', '2022-08-24 09:17:22', '', 0, 'https://inkafine.com/?p=306', 0, 'post', '', 0),
(308, 1, '2020-04-21 18:02:32', '2020-04-21 18:02:32', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus enim justo non, molestie nisl. </p><cite>Piter Bowman</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\"} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:trx-addons/video {\"cover\":17864,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3.jpg\",\"popup\":true,\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'The Best Ideas Always Come Unexpectedly', 'Adipiscing elit, do eiusmod tempor \nincididunt ut labore et dolore.', 'publish', 'open', 'open', '', 'the-best-ideas-always-come-unexpectedly', '', '', '2022-08-10 11:37:50', '2022-08-10 11:37:50', '', 0, 'https://inkafine.com/?p=308', 0, 'post', '', 1),
(310, 1, '2020-04-21 18:04:37', '2020-04-21 18:04:37', '', 'Blog Masonry', '', 'publish', 'closed', 'closed', '', 'blog-masonry', '', '', '2022-08-09 16:39:31', '2022-08-09 16:39:31', '', 0, 'https://inkafine.com/?page_id=310', 0, 'page', '', 0),
(461, 1, '2023-10-04 18:42:25', '2023-10-04 23:42:25', '<input type=\"email\" name=\"EMAIL\" placeholder=\"Email\" />\r\n<button>Suscribir</button>\r\n<input name=\"i_agree_privacy_policy\" value=\"1\" required=\"\" type=\"checkbox\"><label>Acepto la <a href=\"/politica-de-privacidad/\" target=\"_blank\">Politica de Privacidad</a>.</label>', 'Subscribe', '', 'publish', 'closed', 'closed', '', 'subscribe', '', '', '2023-10-04 18:42:25', '2023-10-04 23:42:25', '', 0, 'https://inkafine.com/mc4wp-form/subscribe/', 0, 'mc4wp-form', '', 0),
(828, 1, '2020-04-27 06:53:34', '2020-04-27 06:53:34', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"266\" height=\"150\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '5dd834a680966ce27f08c620c3889102', '', '', '2020-04-27 06:53:34', '2020-04-27 06:53:34', '', 0, 'https://inkafine.com/2020/04/27/5dd834a680966ce27f08c620c3889102/', 0, 'oembed_cache', '', 0),
(904, 1, '2020-04-27 08:38:38', '2020-04-27 08:38:38', '', 'Hotspot', '', 'publish', 'closed', 'closed', '', 'hotspot', '', '', '2020-10-09 09:22:11', '2020-10-09 09:22:11', '', 0, 'https://inkafine.com/?post_type=points_image&#038;p=904', 0, 'points_image', '', 0),
(948, 1, '2020-04-27 09:59:50', '2020-04-27 09:59:50', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Custom Tailoring', 'Morbi tincidunt, ante vel suscipit', 'publish', 'closed', 'closed', '', 'custom-tailoring', '', '', '2022-08-02 10:01:41', '2022-08-02 10:01:41', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=948', 0, 'cpt_services', '', 0),
(949, 1, '2020-04-27 10:00:41', '2020-04-27 10:00:41', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Hems Shortening', 'Nunc sodales vehicula risus', 'publish', 'closed', 'closed', '', 'hems-shortening', '', '', '2022-08-02 10:11:59', '2022-08-02 10:11:59', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=949', 0, 'cpt_services', '', 0),
(963, 1, '2020-04-27 10:18:08', '2020-04-27 10:18:08', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Home Textile', 'Nunc sodales vehicula risus', 'publish', 'closed', 'closed', '', 'home-textile', '', '', '2022-08-02 14:51:23', '2022-08-02 14:51:23', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=963', 0, 'cpt_services', '', 0),
(964, 1, '2020-04-27 10:19:08', '2020-04-27 10:19:08', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Clothing Repair', 'Mauris eu nisi eget nisi imperdiet', 'publish', 'closed', 'closed', '', 'clothing-repair', '', '', '2022-08-02 14:51:20', '2022-08-02 14:51:20', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=964', 0, 'cpt_services', '', 0),
(996, 1, '2020-04-27 10:50:32', '2020-04-27 10:50:32', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"242\" height=\"136\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '73c8bb07216ebbc9a6de392393b46401', '', '', '2020-11-23 08:21:42', '2020-11-23 08:21:42', '', 0, 'https://inkafine.com/2020/04/27/73c8bb07216ebbc9a6de392393b46401/', 0, 'oembed_cache', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1036, 1, '2020-04-27 11:41:53', '2020-04-27 11:41:53', '', 'play-button', '', 'inherit', 'open', 'closed', '', 'play-button', '', '', '2020-04-27 11:41:53', '2020-04-27 11:41:53', '', 0, 'https://inkafine.com/wp-content/uploads/2020/04/play-button.svg', 0, 'attachment', 'image/svg+xml', 0),
(1192, 1, '2020-04-28 12:37:44', '2020-04-28 12:37:44', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.', 'Manhattan Club', '', 'publish', 'closed', 'closed', '', 'manhattan-club', '', '', '2020-07-15 15:04:21', '2020-07-15 15:04:21', '', 0, 'https://inkafine.com/?post_type=tribe_venue&#038;p=1192', 0, 'tribe_venue', '', 0),
(1193, 1, '2020-04-28 12:39:01', '2020-04-28 12:39:01', '', 'Ashton Porter', '', 'publish', 'closed', 'closed', '', 'ashton-porter', '', '', '2020-04-28 12:39:01', '2020-04-28 12:39:01', '', 0, 'https://inkafine.com/?post_type=tribe_organizer&#038;p=1193', 0, 'tribe_organizer', '', 0),
(1194, 1, '2020-04-28 13:21:25', '2020-04-28 13:21:25', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Ultimate Design Course', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernaturaut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo.', 'publish', 'open', 'closed', '', 'ultimate-design-course', '', '', '2020-07-31 08:45:21', '2020-07-31 08:45:21', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1194', 0, 'tribe_events', '', 0),
(1196, 1, '2020-04-28 13:23:35', '2020-04-28 13:23:35', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'UI/UX Design Course', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernaturaut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo.', 'publish', 'open', 'closed', '', 'ui-ux-design-course', '', '', '2020-07-31 08:41:14', '2020-07-31 08:41:14', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1196', 0, 'tribe_events', '', 0),
(1200, 1, '2020-04-28 13:28:32', '2020-04-28 13:28:32', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Photography Course', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernaturaut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo.', 'publish', 'open', 'closed', '', 'photography-course', '', '', '2020-07-31 08:40:19', '2020-07-31 08:40:19', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1200', 0, 'tribe_events', '', 0),
(1202, 1, '2020-04-28 13:29:28', '2020-04-28 13:29:28', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Minimalist Trends 2020', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernaturaut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo.', 'publish', 'open', 'closed', '', 'minimalist-trends-2020', '', '', '2020-07-31 08:39:30', '2020-07-31 08:39:30', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1202', 0, 'tribe_events', '', 0),
(1204, 1, '2020-04-28 13:31:15', '2020-04-28 13:31:15', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Design Masterclass', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernaturaut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo.', 'publish', 'open', 'closed', '', 'design-masterclass', '', '', '2020-07-31 08:45:45', '2020-07-31 08:45:45', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1204', 0, 'tribe_events', '', 0),
(1206, 1, '2020-04-28 13:53:30', '2020-04-28 13:53:30', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Upgrading social media profiles: modern designer tools.', '', 'publish', 'open', 'closed', '', 'upgrading-social-media-profiles-modern-designer-tools', '', '', '2020-07-31 09:54:12', '2020-07-31 09:54:12', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1206', 0, 'tribe_events', '', 0),
(1210, 1, '2020-04-28 13:57:23', '2020-04-28 13:57:23', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'What you must know about web developers\' jobs today.', '', 'publish', 'open', 'closed', '', 'what-you-must-know-about-web-developers-jobs-today', '', '', '2020-12-21 13:25:47', '2020-12-21 13:25:47', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1210', 0, 'tribe_events', '', 0),
(1213, 1, '2020-04-28 14:00:44', '2020-04-28 14:00:44', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Dealing with technical challenges of web developement.', '', 'publish', 'open', 'closed', '', 'dealing-with-technical-challenges-of-web-developement', '', '', '2020-12-21 13:26:27', '2020-12-21 13:26:27', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1213', 0, 'tribe_events', '', 0),
(1215, 1, '2020-04-28 14:05:23', '2020-04-28 14:05:23', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Web developers\' convention: hot topics for discussion.', '', 'publish', 'open', 'closed', '', 'web-developers-convention-hot-topics-for-discussion', '', '', '2020-12-21 13:26:40', '2020-12-21 13:26:40', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1215', 0, 'tribe_events', '', 0),
(1266, 1, '2020-04-29 05:34:19', '2020-04-29 05:34:19', '<div class=\"form-style-2\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line\">[text* your-last-name placeholder \"Last Name\"]</span></div>\n</div>\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line\">[email* your-email placeholder \"Email\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line\">[tel* phone placeholder \"Phone\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-line\">[textarea* your-message placeholder \"Message\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"]\n</div>\n1\nFabric \"[your-subject]\"\nFabric <wordpress@inkafine.com>\ntest@fwe.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\nReply-To: [your-email]\n\n\n\n\nFabric \"[your-subject]\"\nFabric <wordpress@fabric.ancorathemes.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\nReply-To: test@fwe.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form (style 2)', '', 'publish', 'closed', 'closed', '', 'untitled', '', '', '2022-10-31 11:21:55', '2022-10-31 11:21:55', '', 0, 'https://inkafine.com/?post_type=wpcf7_contact_form&#038;p=1266', 0, 'wpcf7_contact_form', '', 0),
(1318, 1, '2020-04-29 09:46:28', '2020-04-29 09:46:28', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"222\" height=\"125\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'ffb2dbd315db6714244bd63b075db7f6', '', '', '2020-04-29 09:46:28', '2020-04-29 09:46:28', '', 0, 'https://inkafine.com/2020/04/29/ffb2dbd315db6714244bd63b075db7f6/', 0, 'oembed_cache', '', 0),
(1324, 1, '2020-04-29 10:12:39', '2020-04-29 10:12:39', '<div class=\"form-style-3\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line icon-name\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line icon-email\">[email* your-email placeholder \"Email Address\"]</span></div>\n</div>\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line icon-phone\">[tel* phone placeholder \"Phone\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line icon-subject\">[text* subject placeholder \"Subject\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-line icon-textarea\">[textarea* your-message placeholder \"How can we help you? Feel free to get in touch!\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"][acceptance acceptance default:off]I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.[/acceptance]\n\n</div>\n1\nFabric \"[your-subject]\"\nFabric <wordpress@inkafine.com>\ntest@fwe.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\nReply-To: [your-email]\n\n\n\n\nFabric \"[your-subject]\"\nFabric <wordpress@fabric.ancorathemes.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\nReply-To: test@fwe.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form (style 3)', '', 'publish', 'closed', 'closed', '', 'contact-form-style-3', '', '', '2022-10-31 11:22:04', '2022-10-31 11:22:04', '', 0, 'https://inkafine.com/?post_type=wpcf7_contact_form&#038;p=1324', 0, 'wpcf7_contact_form', '', 0),
(1326, 1, '2020-04-29 10:33:20', '2020-04-29 10:33:20', '<div class=\"form-style-4\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-icon icon-name\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-icon icon-email\">[email* your-email placeholder \"Email Address\"]</span></div>\n</div>\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-icon icon-phone\">[tel* phone placeholder \"Phone\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-icon icon-subject\">[text* subject placeholder \"Subject\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-icon icon-textarea\">[textarea* your-message placeholder \"How can we help you? Feel free to get in touch!\"]</span></div>\n</div>\n[acceptance acceptance default:off]I agree that my submitted data is being <a href=\"/privacy-policy/\">collected and stored</a>.[/acceptance][submit \"Get In Touch\"]\n</div>\n1\nFabric \"[your-subject]\"\nFabric <wordpress@inkafine.com>\ntest@fwe.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\nReply-To: [your-email]\n\n\n\n\nFabric \"[your-subject]\"\nFabric <wordpress@fabric.ancorathemes.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\nReply-To: test@fwe.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form (style 4)', '', 'publish', 'closed', 'closed', '', 'contact-form-style-4', '', '', '2022-10-31 11:22:14', '2022-10-31 11:22:14', '', 0, 'https://inkafine.com/?post_type=wpcf7_contact_form&#038;p=1326', 0, 'wpcf7_contact_form', '', 0),
(1334, 1, '2020-04-29 10:58:29', '2020-04-29 10:58:29', '<div class=\"form-style-5\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_1\"><span class=\"style-line icon-name\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-email\">[email* your-email placeholder \"Email Address\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-textarea\">[textarea* your-message placeholder \"How can we help you? Feel free to get in touch!\"]</span></div>\n</div>\n\n[acceptance acceptance default:off]I agree that my submitted data is being <a href=\"/privacy-policy/\">collected and stored</a>.[/acceptance][submit \"Get In Touch\"]\n</div>\n1\nFabric \"[your-subject]\"\nFabric <wordpress@inkafine.com>\ntest@fwe.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\nReply-To: [your-email]\n\n\n\n\nFabric \"[your-subject]\"\nFabric <wordpress@fabric.ancorathemes.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\nReply-To: test@fwe.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form (style 5)', '', 'publish', 'closed', 'closed', '', 'contact-form-style-5', '', '', '2022-10-31 11:22:22', '2022-10-31 11:22:22', '', 0, 'https://inkafine.com/?post_type=wpcf7_contact_form&#038;p=1334', 0, 'wpcf7_contact_form', '', 0),
(1395, 1, '2020-04-30 06:57:53', '2020-04-30 06:57:53', '<div class=\"form-style-6\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_2\"><span class=\"style-line\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line\">[text* your-last-name placeholder \"Last Name\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_2\"><span class=\"style-line\">[email* your-email placeholder \"Email\"]</span></div>\n<div class=\"column-1_2\"><span class=\"style-line\">[select residence \"Select Residence\" \"Select Residence 2\" \"Select Residence 3\" \"Select Residence 4\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"]\n</div>\n1\nFabric \"[your-subject]\"\nFabric <wordpress@inkafine.com>\ntest@fwe.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\nReply-To: [your-email]\n\n\n\n\nFabric \"[your-subject]\"\nFabric <wordpress@fabric.ancorathemes.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\nReply-To: test@fwe.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form (style 6)', '', 'publish', 'closed', 'closed', '', 'contact-form-style-6', '', '', '2022-10-31 11:22:31', '2022-10-31 11:22:31', '', 0, 'https://inkafine.com/?post_type=wpcf7_contact_form&#038;p=1395', 0, 'wpcf7_contact_form', '', 0),
(1413, 1, '2020-04-30 08:01:44', '2020-04-30 08:01:44', '<div class=\"form-style-7\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_1\"><span class=\"style-line icon-name\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-phone\">[tel* phone placeholder \"Phone\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-email\">[email* your-email placeholder \"Email Address\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-subject\">[text* subject placeholder \"Subject\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-line icon-textarea\">[textarea* your-message placeholder \"How can we help you? Feel free to get in touch!\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"]\n</div>\n1\nFabric \"[your-subject]\"\nFabric <wordpress@inkafine.com>\ntest@fwe.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\nReply-To: [your-email]\n\n\n\n\nFabric \"[your-subject]\"\nFabric <wordpress@fabric.ancorathemes.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\nReply-To: test@fwe.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form (style 7)', '', 'publish', 'closed', 'closed', '', 'contact-form-style-7', '', '', '2022-10-31 11:22:39', '2022-10-31 11:22:39', '', 0, 'https://inkafine.com/?post_type=wpcf7_contact_form&#038;p=1413', 0, 'wpcf7_contact_form', '', 0),
(1453, 1, '2020-04-30 11:12:41', '2020-04-30 16:12:41', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1Jacobo Hunter<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">inkafine@hotmail.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=GCVX%2B9G3%2C+Jacobo+Hunter+04011\"\n						aria-label=\"\"></iframe><style type=\"text/css\">.trx_addons_inline_1233093296{width:100%;height:590px;}</style>', 'Contacto', '', 'publish', 'closed', 'closed', '', 'contacto', '', '', '2023-10-04 11:44:22', '2023-10-04 16:44:22', '', 0, 'https://inkafine.com/?page_id=1453', 0, 'page', '', 0),
(1735, 1, '2020-05-04 18:01:29', '2020-05-04 18:01:29', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Beginners Guide to Design', '', 'publish', 'open', 'closed', '', 'beginners-guide-to-design', '', '', '2020-07-31 08:52:30', '2020-07-31 08:52:30', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1735', 0, 'tribe_events', '', 0),
(1737, 1, '2020-05-04 18:04:21', '2020-05-04 18:04:21', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Featured Design Trends', '', 'publish', 'open', 'closed', '', 'featured-design-trends', '', '', '2020-12-21 13:24:41', '2020-12-21 13:24:41', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1737', 0, 'tribe_events', '', 0),
(1739, 1, '2020-05-04 18:06:31', '2020-05-04 18:06:31', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'New Project Strategy', '', 'publish', 'open', 'closed', '', 'new-project-strategy', '', '', '2020-07-31 08:53:16', '2020-07-31 08:53:16', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1739', 0, 'tribe_events', '', 0),
(1741, 1, '2020-05-04 18:11:27', '2020-05-04 18:11:27', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Startup Project Guide', '', 'publish', 'open', 'closed', '', 'startup-project-guide', '', '', '2020-07-31 08:53:37', '2020-07-31 08:53:37', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1741', 0, 'tribe_events', '', 0),
(1743, 1, '2020-05-04 18:16:10', '2020-05-04 18:16:10', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Technical Guide 2021', '', 'publish', 'open', 'closed', '', 'technical-guide-2021', '', '', '2020-07-31 08:54:23', '2020-07-31 08:54:23', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=1743', 0, 'tribe_events', '', 0),
(2011, 1, '2020-05-08 04:28:22', '2020-05-08 04:28:22', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"267\" height=\"150\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '00387152b9f8f96089e2b247bd5b7a59', '', '', '2020-07-06 13:32:51', '2020-07-06 13:32:51', '', 0, 'https://inkafine.com/2020/05/08/00387152b9f8f96089e2b247bd5b7a59/', 0, 'oembed_cache', '', 0),
(2335, 1, '2020-05-12 09:33:14', '2020-05-12 09:33:14', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Minimalistic Earrings', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam. Stet clitain vidunt ut labore.', 'publish', 'open', 'closed', '', 'minimalistic-earrings', '', '', '2022-08-08 13:47:52', '2022-08-08 13:47:52', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2335', 0, 'product', '', 0),
(2336, 1, '2020-05-12 09:34:55', '2020-05-12 09:34:55', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Women\'s Suit', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam. Stet clitain vidunt ut labore.', 'publish', 'open', 'closed', '', 'womens-suit', '', '', '2022-08-10 11:40:57', '2022-08-10 11:40:57', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2336', 0, 'product', '', 0),
(2337, 1, '2020-05-12 09:36:51', '2020-05-12 09:36:51', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Linen Jacket', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam. Stet clitain vidunt ut labore.', 'publish', 'open', 'closed', '', 'linen-jacket', '', '', '2022-08-08 13:11:56', '2022-08-08 13:11:56', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2337', 0, 'product', '', 0),
(2338, 1, '2020-05-12 10:10:55', '2020-05-12 10:10:55', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'White Suit', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'white-suit', '', '', '2022-08-10 11:41:06', '2022-08-10 11:41:06', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2338', 0, 'product', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2339, 1, '2020-05-12 10:13:31', '2020-05-12 10:13:31', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Green Jacket', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'green-jacket', '', '', '2022-08-10 11:41:15', '2022-08-10 11:41:15', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2339', 0, 'product', '', 0),
(2340, 1, '2020-05-12 10:19:05', '2020-05-12 10:19:05', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Silk Fabric', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam. Stet clitain vidunt ut labore.', 'publish', 'open', 'closed', '', 'silk-fabric', '', '', '2022-08-10 11:43:22', '2022-08-10 11:43:22', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2340', 0, 'product', '', 0),
(2344, 1, '2020-05-12 10:29:27', '2020-05-12 10:29:27', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Cotton Fabric', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam. Stet clitain vidunt ut labore.', 'publish', 'open', 'closed', '', 'cotton-fabric', '', '', '2022-08-10 11:43:16', '2022-08-10 11:43:16', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2344', 0, 'product', '', 0),
(2345, 1, '2020-05-12 10:33:03', '2020-05-12 10:33:03', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Satin Fabric', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam. Stet clitain vidunt ut labore.', 'publish', 'open', 'closed', '', 'satin-fabric', '', '', '2022-08-10 11:43:06', '2022-08-10 11:43:06', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2345', 0, 'product', '', 0),
(2346, 1, '2020-05-12 12:03:40', '2020-05-12 12:03:40', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Green Shutters', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'green-shutters', '', '', '2022-08-10 11:42:07', '2022-08-10 11:42:07', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2346', 0, 'product', '', 1),
(2377, 1, '2020-05-12 12:18:04', '2020-05-12 12:18:04', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Poplin Fabric', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'poplin-fabric', '', '', '2022-08-10 11:42:41', '2022-08-10 11:42:41', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2377', 0, 'product', '', 1),
(2381, 1, '2020-05-12 12:19:47', '2020-05-12 12:19:47', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Linen Fabric', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore.\n\nAt vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'publish', 'open', 'closed', '', 'linen-fabric', '', '', '2022-08-10 11:42:20', '2022-08-10 11:42:20', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2381', 0, 'product', '', 1),
(2382, 1, '2020-05-12 12:21:00', '2020-05-12 12:21:00', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Chiffon Curtains', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'chiffon-curtains', '', '', '2022-08-10 11:42:28', '2022-08-10 11:42:28', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2382', 0, 'product', '', 1),
(2473, 1, '2020-05-11 11:08:05', '2020-05-11 11:08:05', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Small Yellow Purse', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'small-yellow-purse', '', '', '2022-08-08 13:54:22', '2022-08-08 13:54:22', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2473', 0, 'product', '', 0),
(2474, 1, '2020-05-10 11:13:21', '2020-05-10 11:13:21', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Silk Neckerchief', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'silk-neckerchief', '', '', '2022-08-08 13:56:09', '2022-08-08 13:56:09', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2474', 0, 'product', '', 0),
(2482, 1, '2020-05-09 11:45:06', '2020-05-09 11:45:06', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Minimalistic Necklace', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'minimalistic-necklace', '', '', '2022-08-08 13:57:35', '2022-08-08 13:57:35', '', 0, 'https://inkafine.com/?post_type=product&#038;p=2482', 0, 'product', '', 0),
(2737, 1, '2020-05-18 08:42:10', '2020-05-18 08:42:10', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Men\'s Fashion', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'mens-fashion', '', '', '2022-10-17 14:22:24', '2022-10-17 14:22:24', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=2737', 0, 'cpt_portfolio', '', 0),
(2756, 1, '2020-05-18 10:10:04', '2020-05-18 10:10:04', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Color Trends', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'color-trends', '', '', '2022-10-17 14:22:20', '2022-10-17 14:22:20', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=2756', 0, 'cpt_portfolio', '', 0),
(2759, 1, '2020-05-18 10:29:53', '2020-05-18 10:29:53', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Special Events', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'special-events', '', '', '2022-10-17 14:22:16', '2022-10-17 14:22:16', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=2759', 0, 'cpt_portfolio', '', 0),
(2761, 1, '2020-05-18 10:31:31', '2020-05-18 10:31:31', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Business Style', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'business-style', '', '', '2022-10-17 14:22:11', '2022-10-17 14:22:11', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=2761', 0, 'cpt_portfolio', '', 0),
(3198, 1, '2020-05-21 10:13:25', '2020-05-21 10:13:25', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":20117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37-1024x683.jpg\" alt=\"\" class=\"wp-image-20117\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":20109,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32-1024x683.jpg\" alt=\"\" class=\"wp-image-20109\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":19787,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min-1024x523.jpg\" alt=\"\" class=\"wp-image-19787\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Carpets Collection', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'carpets-collection', '', '', '2022-10-17 13:03:39', '2022-10-17 13:03:39', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=3198', 0, 'cpt_portfolio', '', 0),
(3199, 1, '2020-05-21 10:15:05', '2020-05-21 10:15:05', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17867,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image5-1024x683.jpg\" alt=\"\" class=\"wp-image-17867\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Dishes Collection', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'dishes-collection', '', '', '2022-08-05 08:57:53', '2022-08-05 08:57:53', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=3199', 0, 'cpt_portfolio', '', 0),
(4105, 1, '2020-05-27 14:04:53', '2020-05-27 14:04:53', '<h2\n			>Nosotros diseñamos y confeccionamos textiles de calidad premium</h2>		\n			<h6\n			>Direccion</h6>		\n		<p>Arequipa —<br />Asc. Santa Monica<br />Cal. Sabandia<br />Mz. J Lote 2A Int. 1<br />Jacobo Hunter</p>		\n			<h6\n			>Escribenos</h6>		\n		<p><a href=\"mailto:inkafine@hotmail.com\">inkafine@hotmail.com</a></p>		\n		<p><a href=\"tel:+51954304327\">+51 954304327</a></p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_2126225801\"><li id=\"menu-item-20257\"><a href=\"https://inkafine.com/nosotros/\">Nosotros</a></li><li id=\"menu-item-20258\"><a href=\"https://inkafine.com/servicios/\">Servicios</a></li><li id=\"menu-item-18676\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n		<p><a href=\"https://softlabstudio.com/\" target=\"_blank\" rel=\"noopener\">SoftLab Studio</a> © {{Y}}. Todos los Derechos Reservados.</p>', 'Footer Default', '', 'publish', 'closed', 'closed', '', 'footer-default', '', '', '2023-10-04 14:48:54', '2023-10-04 19:48:54', '', 0, 'https://inkafine.com/layouts/footer-default/', 0, 'cpt_layouts', '', 0),
(4109, 1, '2020-06-10 14:05:01', '2020-06-10 14:05:01', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_901227117\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-l.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-l-retina.png 2x\"\n											alt=\"Fabric - Designer\" width=\"147\" height=\"39\"></a><style type=\"text/css\">.trx_addons_inline_901227117 img.logo_image{max-height:50px;}</style>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1590628953\"><li id=\"menu-item-18375\"><a href=\"#\">Home</a>\n<ul><li id=\"menu-item-18376\"><a href=\"https://inkafine.com/\">Curtains &#038; Blinds</a></li><li id=\"menu-item-18382\"><a href=\"https://inkafine.com/textile-shop/\">Textile Shop</a></li><li id=\"menu-item-18380\"><a href=\"https://inkafine.com/manufacturing/\">Manufacturing</a></li><li id=\"menu-item-18378\"><a href=\"https://inkafine.com/fashion-designer/\">Fashion Designer</a></li><li id=\"menu-item-18379\"><a href=\"https://inkafine.com/fashion-label/\">Fashion Label</a></li><li id=\"menu-item-18377\"><a href=\"https://inkafine.com/ethnic-handmade/\">Ethnic Handmade</a></li><li id=\"menu-item-18381\"><a href=\"https://inkafine.com/tailor/\">Tailor</a></li></ul>\n</li><li id=\"menu-item-18383\"><a href=\"#\">Pages</a>\n<ul><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/about-us-2/\">About Us</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/our-services/\">Our Services</a></li><li id=\"menu-item-18397\"><a href=\"https://inkafine.com/our-team/\">Our Team</a></li><li id=\"menu-item-18398\"><a href=\"https://inkafine.com/faqs/\">FAQs</a></li><li id=\"menu-item-18399\"><a href=\"https://inkafine.com/pricing/\">Pricing</a></li><li id=\"menu-item-18400\"><a href=\"https://inkafine.com/typography/\">Typography</a></li><li id=\"menu-item-18401\"><a href=\"https://inkafine.com/404-page\">404 Page</a></li><li id=\"menu-item-18402\"><a href=\"https://inkafine.com/service-plus/\">Service Plus</a></li><li id=\"menu-item-18405\"><a href=\"https://inkafine.com/newsletter-popups/\">Newsletter Popups</a></li></ul>\n</li><li id=\"menu-item-18406\"><a href=\"#\">Portfolio</a>\n<ul><li id=\"menu-item-18415\"><a href=\"https://inkafine.com/portfolio-metro-mouse-info/\">Portfolio Metro Mouse Info</a></li><li id=\"menu-item-18416\"><a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\">Portfolio Metro Slide In Left</a></li><li id=\"menu-item-18413\"><a href=\"https://inkafine.com/portfolio-grid-waves/\">Portfolio Grid Waves</a></li><li id=\"menu-item-18414\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Portfolio Grid Wide</a></li><li id=\"menu-item-18417\"><a href=\"#\">Single Project</a>\n	<ul><li id=\"menu-item-18418\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\">Right Sidebar</a></li><li id=\"menu-item-18419\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\">Left Sidebar</a></li><li id=\"menu-item-18420\"><a href=\"https://inkafine.com/portfolio/accessories/\">Gallery</a></li><li id=\"menu-item-18421\"><a href=\"https://inkafine.com/portfolio/home-shoes/\">Background Video</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18422\"><a href=\"#\">Blog</a>\n<ul><li id=\"menu-item-18423\"><a href=\"https://inkafine.com/blog-standard/\">Standard</a></li><li id=\"menu-item-18425\"><a href=\"https://inkafine.com/blog-list/\">List</a></li><li id=\"menu-item-18426\"><a href=\"https://inkafine.com/blog-masonry/\">Masonry</a></li><li id=\"menu-item-18427\"><a href=\"https://inkafine.com/blog-portfolio/\">Portfolio</a></li><li id=\"menu-item-18424\"><a href=\"https://inkafine.com/blog-grid/\">Grid</a></li><li id=\"menu-item-18428\"><a href=\"#\">Single Post</a>\n	<ul><li id=\"menu-item-18429\"><a href=\"https://inkafine.com/three-steps-to-creating-the-perfect-suit/\">Standard</a></li><li id=\"menu-item-18430\"><a href=\"https://inkafine.com/whats-trending-on-designers-charts-this-spring/\">With Sidebar</a></li><li id=\"menu-item-18433\"><a href=\"https://inkafine.com/custom-ties-offer-affordable-luxury/\">Custom Ties Offer Affordable Luxury</a></li><li id=\"menu-item-18431\"><a href=\"https://inkafine.com/mens-clothing-items-selection-autumn-2022/\">Men&#8217;s Clothing Items Selection Autumn 2022</a></li><li id=\"menu-item-18432\"><a href=\"https://inkafine.com/the-classic-tux-is-never-out-of-style/\">The Classic Tux Is Never Out of Style</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18434\"><a href=\"#\">Shop</a>\n<ul><li id=\"menu-item-18435\"><a href=\"https://inkafine.com/shop/\">Product List</a></li><li id=\"menu-item-18436\"><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Product Single</a></li><li id=\"menu-item-18437\"><a href=\"https://inkafine.com/cart/\">Cart</a></li><li id=\"menu-item-18438\"><a href=\"https://inkafine.com/checkout/\">Checkout</a></li></ul>\n</li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n			<h5>Let\'s talk</h5>		\n		<h6><a href=\"mailto:info@email.com\">info@email.com</a></h6>		\n		<p><a href=\"tel:18408412569\">+1 840 841 25 69</a></p>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a>', 'Panel with menu', '', 'publish', 'closed', 'closed', '', 'panel-with-menu', '', '', '2022-08-31 20:48:07', '2022-08-31 20:48:07', '', 0, 'https://inkafine.com/layouts/panel-with-menu/', 0, 'cpt_layouts', '', 0),
(4487, 1, '2020-06-01 05:57:44', '2020-06-01 05:57:44', '', 'Right-Bar', '', 'inherit', 'open', 'closed', '', 'right-bar', '', '', '2020-06-01 05:57:44', '2020-06-01 05:57:44', '', 0, 'https://inkafine.com/wp-content/uploads/2020/05/Right-Bar.svg', 0, 'attachment', 'image/svg+xml', 0),
(4499, 1, '2020-06-01 07:07:12', '2020-06-01 07:07:12', '', 'down-arrow', '', 'inherit', 'open', 'closed', '', 'down-arrow', '', '', '2020-06-01 07:07:12', '2020-06-01 07:07:12', '', 0, 'https://inkafine.com/wp-content/uploads/2020/05/down-arrow.svg', 0, 'attachment', 'image/svg+xml', 0),
(4614, 1, '2020-06-01 12:28:15', '2020-06-01 12:28:15', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_1354270034\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_1354270034 img.logo_image{max-height:80px;}</style>		\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1214234839\"><li id=\"menu-item-20188\"><a href=\"https://inkafine.com/\">Inicio</a></li><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/nosotros/\">Nosotros</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/servicios/\">Servicios</a></li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_678817669\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_678817669 img.logo_image{max-height:80px;}</style>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n		<a href=\"#\">\n		</a>\n			<h1>Page (post) title</h1>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.626\" height=\"8.639\" viewBox=\"0 0 14.626 8.639\"><g id=\"down-arrow\" transform=\"translate(0 -70.698)\"><g id=\"Group_8820\" data-name=\"Group 8820\" transform=\"translate(0 100.698)\"><path id=\"Path_6507\" data-name=\"Path 6507\" d=\"M14.392,101.42l-.479-.482a.8.8,0,0,0-1.132,0L7.316,106.4l-5.472-5.472a.8.8,0,0,0-1.132,0l-.479.479a.8.8,0,0,0,0,1.131l6.515,6.538a.818.818,0,0,0,.567.257h0a.818.818,0,0,0,.566-.257l6.508-6.52a.808.808,0,0,0,.234-.571A.8.8,0,0,0,14.392,101.42Z\" transform=\"translate(0 -130.698)\"></path></g></g></svg>', 'Header Main', '', 'publish', 'closed', 'closed', '', 'header-main', '', '', '2023-10-04 15:42:48', '2023-10-04 20:42:48', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=4614', 0, 'cpt_layouts', '', 0),
(5597, 1, '2020-06-08 13:57:36', '2020-06-08 13:57:36', '<div class=\"form-style-5\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_1\"><span class=\"style-line icon-name\">[text* your-name placeholder \"Name\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-email\">[email* your-email placeholder \"Email Address\"]</span></div>\n<div class=\"column-1_1\"><span class=\"style-line icon-textarea\">[textarea* your-message placeholder \"How can we help you? Feel free to get in touch!\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"]\n</div>\n1\nFabric \"[your-subject]\"\nFabric <wordpress@inkafine.com>\ntest@fwe.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\nReply-To: [your-email]\n\n\n\n\nFabric \"[your-subject]\"\nFabric <wordpress@fabric.ancorathemes.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\nReply-To: test@fwe.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form (for team)', '', 'publish', 'closed', 'closed', '', 'contact-form-for-team', '', '', '2022-10-31 11:21:37', '2022-10-31 11:21:37', '', 0, 'https://inkafine.com/?post_type=wpcf7_contact_form&#038;p=5597', 0, 'wpcf7_contact_form', '', 0),
(5677, 1, '2020-06-09 08:33:45', '2020-06-09 08:33:45', '', 'Path 4452', '', 'inherit', 'open', 'closed', '', 'path-4452', '', '', '2020-06-09 08:33:45', '2020-06-09 08:33:45', '', 0, 'https://inkafine.com/wp-content/uploads/2020/06/Path-4452.svg', 0, 'attachment', 'image/svg+xml', 0),
(5690, 1, '2020-06-09 09:01:59', '2020-06-09 09:01:59', '', 'plus', '', 'inherit', 'open', 'closed', '', 'plus-2', '', '', '2020-06-09 09:01:59', '2020-06-09 09:01:59', '', 0, 'https://inkafine.com/wp-content/uploads/2020/06/plus.svg', 0, 'attachment', 'image/svg+xml', 0),
(5763, 1, '2020-06-10 10:44:40', '2020-06-10 10:44:40', '', 'open-menu', '', 'inherit', 'open', 'closed', '', 'open-menu', '', '', '2020-06-10 10:44:40', '2020-06-10 10:44:40', '', 0, 'https://inkafine.com/wp-content/uploads/2020/06/open-menu.svg', 0, 'attachment', 'image/svg+xml', 0),
(6501, 1, '2020-06-22 09:56:50', '2020-06-22 09:56:50', '<div class=\"form-style-8\">\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_1\"><span class=\"style-line\">[text* your-name placeholder \"Name\"]</span></div>\n</div>\n\n<div class=\"columns_wrap\">\n<div class=\"column-1_1\"><span class=\"style-line\">[email* your-email placeholder \"Email\"]</span></div>\n</div>\n\n<div class=\"columns_wrap margin-bottom\">\n<div class=\"column-1_1\"><span class=\"style-line\">[textarea* your-message placeholder \"Message\"]</span></div>\n</div>\n\n[submit \"Get In Touch\"]\n</div>\n1\nFabric \"[your-subject]\"\nFabric <wordpress@inkafine.com>\ntest@fwe.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (https://inkafine.com)\nReply-To: [your-email]\n\n\n\n\nFabric \"[your-subject]\"\nFabric <wordpress@fabric.ancorathemes.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Fabric (http://fabric.axiomthemes.kat)\nReply-To: test@fwe.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact Form (style 8)', '', 'publish', 'closed', 'closed', '', 'contact-form-service-sidebar', '', '', '2022-10-31 11:22:48', '2022-10-31 11:22:48', '', 0, 'https://inkafine.com/?post_type=wpcf7_contact_form&#038;p=6501', 0, 'wpcf7_contact_form', '', 0),
(6817, 1, '2020-06-26 12:10:04', '2020-06-26 12:10:04', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"\n											alt=\"Fabric - Designer\" width=\"147\" height=\"39\"></a>		\n        <a href=\"#\">\n        </a>', 'Header Burger', '', 'publish', 'closed', 'closed', '', 'header-burger', '', '', '2022-09-02 10:18:53', '2022-09-02 10:18:53', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=6817', 0, 'cpt_layouts', '', 0),
(7074, 1, '2020-06-30 11:37:52', '2020-06-30 11:37:52', '<h2\n			>Subscribe for the updates!</h2>		\n		[mc4wp_form id=\"461\" element_id=\"style-11\"]', 'MailChimp Popup', '', 'publish', 'closed', 'closed', '', 'mailchimp-popup', '', '', '2022-08-25 20:29:14', '2022-08-25 20:29:14', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=7074', 0, 'cpt_layouts', '', 0),
(8860, 1, '2020-07-16 14:38:37', '2020-07-16 14:38:37', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet, ligula condimentum tincidunt, arcu orci laoreet massa, nec sagittis elit urna in diam. Sed consectetur dolor non nulla porttitor, in scelerisque quam ultricies. Phasellus et ipsum justo. Aenean fringilla a fermentum mauris non venenatis. Praesent at nulla aliquam, fermentum ligula a eget, fermentum metus. Morbi auctor sed dui et rhoncus. Maecenas varius suscipit ipsum, vitae et pretium est mollis nec.\n\nNullam arcu enim, dictum at pharetra pharetra, vulputate ut eros. In ante lacus, varius quis facilisis vitae, iaculis sit amet justo. Donec hendrerit diam. Pellentesque egestas risus a cursus nisl aliquam malesuada. Donec suscipit posuere fringilla. Vivamus tristique, odio non efficitur malesuada, purus quam dictum elit, vitae hendrerit ex magna et urna. Nulla sed blandit ante, eu auctor felis. Vivamus ornare quam dignissim odio tincidunt a eleifend. Maecenas gravida porta purus est vestibulum. Nam ut elit massa. Etiam metus sapien, placerat eget volutpat eu, ultrices id elit. Sed vel neque ac quam molestie scelerisque nec non neque. Duis sed mi augue imperdiet eleifend. Vivamus rutrum a turpis eu porta. Donec sagittis est eleifend tortor feugiat, molestie diam dapibus. Morbi tristique at erat at efficitur. Donec efficitur, neque quis luctus et aliquet, libero erat condimentum arcu, at varius augue justo condimentum tortor.', 'Design Guide 2021', '', 'publish', 'open', 'closed', '', 'test-event-2020', '', '', '2020-12-21 13:25:05', '2020-12-21 13:25:05', '', 0, 'https://inkafine.com/?post_type=tribe_events&#038;p=8860', -1, 'tribe_events', '', 0),
(8912, 1, '2020-07-17 08:38:03', '2020-07-17 08:38:03', '', 'minus_new', '', 'inherit', 'open', 'closed', '', 'minus_new', '', '', '2020-07-17 08:38:03', '2020-07-17 08:38:03', '', 0, 'https://inkafine.com/wp-content/uploads/2020/07/minus_new.svg', 0, 'attachment', 'image/svg+xml', 0),
(8964, 1, '2020-07-17 15:29:36', '2020-07-17 15:29:36', '', 'Контур 6098', '', 'inherit', 'open', 'closed', '', '%d0%ba%d0%be%d0%bd%d1%82%d1%83%d1%80-6098', '', '', '2020-07-17 15:29:36', '2020-07-17 15:29:36', '', 5002, 'https://inkafine.com/wp-content/uploads/2020/07/Контур-6098.svg', 0, 'attachment', 'image/svg+xml', 0),
(9000, 1, '2020-07-20 08:16:02', '2020-07-20 08:16:02', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"239\" height=\"134\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'a457fb521d555148f41955dde2bb9a1f', '', '', '2020-08-27 10:08:24', '2020-08-27 10:08:24', '', 0, 'https://inkafine.com/a457fb521d555148f41955dde2bb9a1f/', 0, 'oembed_cache', '', 0),
(9110, 1, '2020-07-21 06:45:08', '2020-07-21 06:45:08', '<!-- wp:trx-addons/layouts {\"layout\":\"7074\"} /-->', 'Home Newsletter', '', 'publish', 'closed', 'closed', '', 'home-newsletter', '', '', '2023-10-26 10:39:53', '2023-10-26 15:39:53', '', 0, 'https://inkafine.com/?post_type=adp-popup&#038;p=9110', 0, 'adp-popup', '', 0),
(9248, 1, '2020-07-23 09:10:32', '2020-07-23 09:10:32', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"241\" height=\"136\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'ac7fcb4a022b6ce34208aaf1d692f1b3', '', '', '2020-08-25 09:32:52', '2020-08-25 09:32:52', '', 0, 'https://inkafine.com/ac7fcb4a022b6ce34208aaf1d692f1b3/', 0, 'oembed_cache', '', 0),
(11581, 1, '2020-08-18 08:17:35', '2020-08-18 08:17:35', '', 'portfolio_video_1', '', 'inherit', 'open', 'closed', '', 'portfolio_video_1', '', '', '2020-08-18 08:17:35', '2020-08-18 08:17:35', '', 0, 'https://inkafine.com/wp-content/uploads/2020/08/portfolio_video_1.mp4', 0, 'attachment', 'video/mp4', 0),
(12162, 1, '2020-08-20 14:26:56', '2020-08-20 14:26:56', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?dnt=1&amp;app_id=122963\" width=\"372\" height=\"209\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '58d4243311a66b684ea349f4682da048', '', '', '2020-08-20 14:26:56', '2020-08-20 14:26:56', '', 0, 'https://inkafine.com/58d4243311a66b684ea349f4682da048/', 0, 'oembed_cache', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(12954, 1, '2020-08-27 08:23:10', '2020-08-27 13:23:10', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo INDUSTRIAS INKAFINE E.I.R.L., identificada con RUC N° 20603885784, y con domicilio en Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1 del distrito de Jacobo Hunter provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>INDUSTRIAS INKAFINE E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de INDUSTRIAS INKAFINE E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, INDUSTRIAS INKAFINE E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando INDUSTRIAS INKAFINE E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>', 'Politica de Privacidad', '', 'publish', 'closed', 'closed', '', 'politica-de-privacidad', '', '', '2023-10-04 19:51:09', '2023-10-05 00:51:09', '', 0, 'https://inkafine.com/?page_id=12954', 0, 'page', '', 0),
(15110, 1, '2020-10-26 12:44:35', '2020-10-26 12:44:35', '', 'play-button-new', '', 'inherit', 'open', 'closed', '', 'play-button-new', '', '', '2020-10-26 12:44:35', '2020-10-26 12:44:35', '', 5002, 'https://inkafine.com/wp-content/uploads/2020/10/play-button-new.svg', 0, 'attachment', 'image/svg+xml', 0),
(17059, 1, '2021-02-22 14:04:34', '2021-02-22 14:04:34', '', 'decor-arrow-des', '', 'inherit', 'open', 'closed', '', 'decor-arrow-des', '', '', '2021-02-22 14:04:34', '2021-02-22 14:04:34', '', 5002, 'https://inkafine.com/wp-content/uploads/2021/02/decor-arrow-des.svg', 0, 'attachment', 'image/svg+xml', 0),
(17405, 1, '2023-10-04 18:00:52', '2021-02-22 19:01:54', ' ', '', '', 'publish', 'closed', 'closed', '', '17405', '', '', '2023-10-04 18:00:52', '2023-10-04 23:00:52', '', 0, 'https://inkafine.com/?p=17405', 3, 'nav_menu_item', '', 0),
(17758, 1, '2022-08-02 09:00:30', '2022-08-02 14:00:30', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			¿CON QUIENES TRABAJAMOS?<h1\n			>Nuestros Clientes</h1>		\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/348241601_771748767790610_8370353466761686461_n.jpg\" alt=\"\">\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/347850720_602624511830616_8730425358664485597_n.png\" alt=\"\">\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/302151774_556108496239513_4859903801289056357_n.jpg\" alt=\"\">\n														Previous\n														Next\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'publish', 'closed', 'closed', '', 'nosotros', '', '', '2023-10-11 18:43:17', '2023-10-11 23:43:17', '', 0, 'https://inkafine.com/?page_id=17758', 0, 'page', '', 0),
(17759, 1, '2022-08-02 09:00:16', '2022-08-02 09:00:16', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-fabric', '', '', '2022-08-02 09:00:16', '2022-08-02 09:00:16', '', 0, 'https://inkafine.com/wp-global-styles-fabric/', 0, 'wp_global_styles', '', 0),
(17767, 1, '2022-08-02 09:22:15', '2022-08-02 09:22:15', '', 'about-page-background', '', 'inherit', 'open', 'closed', '', 'about-page-background', '', '', '2022-08-02 09:22:15', '2022-08-02 09:22:15', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/about-page-background.jpg', 0, 'attachment', 'image/jpeg', 0),
(17768, 1, '2022-08-02 09:22:18', '2022-08-02 09:22:18', '', 'about-page-image1', '', 'inherit', 'open', 'closed', '', 'about-page-image1', '', '', '2022-08-02 09:22:18', '2022-08-02 09:22:18', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/about-page-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17769, 1, '2022-08-02 09:22:20', '2022-08-02 09:22:20', '', 'about-page-image2', '', 'inherit', 'open', 'closed', '', 'about-page-image2', '', '', '2022-08-02 09:22:20', '2022-08-02 09:22:20', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/about-page-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(17770, 1, '2022-08-02 09:22:28', '2022-08-02 09:22:28', '', 'testimonials-image1', '', 'inherit', 'open', 'closed', '', 'testimonials-image1', '', '', '2022-08-02 09:22:28', '2022-08-02 09:22:28', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17771, 1, '2022-08-02 09:22:31', '2022-08-02 09:22:31', '', 'testimonials-image2', '', 'inherit', 'open', 'closed', '', 'testimonials-image2', '', '', '2022-08-02 09:22:31', '2022-08-02 09:22:31', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(17772, 1, '2022-08-02 09:22:33', '2022-08-02 09:22:33', '', 'testimonials-image3', '', 'inherit', 'open', 'closed', '', 'testimonials-image3', '', '', '2022-08-02 09:22:33', '2022-08-02 09:22:33', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg', 0, 'attachment', 'image/jpeg', 0),
(17773, 1, '2022-08-02 09:29:30', '2022-08-02 09:29:30', '<!-- wp:paragraph -->\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n<!-- /wp:paragraph -->', 'Ann Dowson', '', 'publish', 'closed', 'closed', '', 'mary-dowson', '', '', '2022-08-05 10:57:59', '2022-08-05 10:57:59', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=17773', 0, 'cpt_testimonials', '', 0),
(17774, 1, '2022-08-02 09:30:40', '2022-08-02 09:30:40', '<!-- wp:paragraph -->\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n<!-- /wp:paragraph -->', 'Mary Lee', '', 'publish', 'closed', 'closed', '', 'mary-lee', '', '', '2022-08-02 09:32:45', '2022-08-02 09:32:45', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=17774', 0, 'cpt_testimonials', '', 0),
(17775, 1, '2022-08-02 09:31:50', '2022-08-02 09:31:50', '<!-- wp:paragraph -->\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n<!-- /wp:paragraph -->', 'Mark Jankins', '', 'publish', 'closed', 'closed', '', 'mark-jankins', '', '', '2022-08-02 09:32:42', '2022-08-02 09:32:42', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=17775', 0, 'cpt_testimonials', '', 0),
(17780, 1, '2022-08-02 09:58:10', '2022-08-02 09:58:10', '', 'service-image1', '', 'inherit', 'open', 'closed', '', 'service-image1', '', '', '2022-08-02 09:58:10', '2022-08-02 09:58:10', '', 948, 'https://inkafine.com/wp-content/uploads/2020/04/service-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17781, 1, '2022-08-02 09:58:28', '2022-08-02 09:58:28', '', 'service-image2', '', 'inherit', 'open', 'closed', '', 'service-image2', '', '', '2022-08-02 09:58:28', '2022-08-02 09:58:28', '', 948, 'https://inkafine.com/wp-content/uploads/2020/04/service-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(17782, 1, '2022-08-02 09:58:41', '2022-08-02 09:58:41', '', 'service-image3', '', 'inherit', 'open', 'closed', '', 'service-image3', '', '', '2022-08-02 09:58:41', '2022-08-02 09:58:41', '', 948, 'https://inkafine.com/wp-content/uploads/2020/04/service-image3.jpg', 0, 'attachment', 'image/jpeg', 0),
(17783, 1, '2022-08-02 09:59:05', '2022-08-02 09:59:05', '', 'service-image4', '', 'inherit', 'open', 'closed', '', 'service-image4', '', '', '2022-08-02 09:59:05', '2022-08-02 09:59:05', '', 948, 'https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg', 0, 'attachment', 'image/jpeg', 0),
(17785, 1, '2022-08-02 10:11:45', '2022-08-02 10:11:45', '', 'service-image5', '', 'inherit', 'open', 'closed', '', 'service-image5', '', '', '2022-08-02 10:11:45', '2022-08-02 10:11:45', '', 949, 'https://inkafine.com/wp-content/uploads/2020/04/service-image5.jpg', 0, 'attachment', 'image/jpeg', 0),
(17787, 1, '2022-08-02 10:13:51', '2022-08-02 10:13:51', '', 'service-image6', '', 'inherit', 'open', 'closed', '', 'service-image6', '', '', '2022-08-02 10:13:51', '2022-08-02 10:13:51', '', 963, 'https://inkafine.com/wp-content/uploads/2020/04/service-image6.jpg', 0, 'attachment', 'image/jpeg', 0),
(17789, 1, '2022-08-02 11:15:04', '2022-08-02 11:15:04', '', 'service-image7', '', 'inherit', 'open', 'closed', '', 'service-image7', '', '', '2022-08-02 11:15:04', '2022-08-02 11:15:04', '', 964, 'https://inkafine.com/wp-content/uploads/2020/04/service-image7.jpg', 0, 'attachment', 'image/jpeg', 0),
(17790, 1, '2022-08-02 14:49:38', '2022-08-02 19:49:38', 'individuAL TAILORING<h1\n			>Measured, Made and Fitted by Us</h1>		\n		<p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p><p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>		\n			<h4><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                                    Custom                                     </a><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                                                                        </a><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                                    Tailoring                                    </a></h4><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/custom-tailoring/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/services/hems-shortening/\">\n                                    Hemming,                                    </a><a href=\"https://inkafine.com/services/hems-shortening/\">\n                                                                        </a><a href=\"https://inkafine.com/services/hems-shortening/\">\n                                    Shortening                                    </a></h4><a href=\"https://inkafine.com/services/hems-shortening/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/hems-shortening/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/services/home-textile/\">\n                                    Home                                     </a><a href=\"https://inkafine.com/services/home-textile/\">\n                                                                        </a><a href=\"https://inkafine.com/services/home-textile/\">\n                                    Textiles                                    </a></h4><a href=\"https://inkafine.com/services/home-textile/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/home-textile/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/services/clothing-repair/\">\n                                    Repair &amp;                                    </a><a href=\"https://inkafine.com/services/clothing-repair/\">\n                                                                        </a><a href=\"https://inkafine.com/services/clothing-repair/\">\n                                    Maintenance                                    </a></h4><a href=\"https://inkafine.com/services/clothing-repair/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/clothing-repair/\"\n                       >\n                        </a><!-- /.sc_icons -->		\n									<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-px0s132i4l5z12wv25gimyimnhum6i1dx2gum26pds.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Find Your Perfect Look with Our Items</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Ream More</a>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"http://default.qwery.kat/about-us/\">Read More</a></p>		\n			<a href=\"#go-video2\" role=\"button\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Browse our collections		\n						<h4><a href=\"https://inkafine.com/services/linen-collection/\">Linen Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/linen-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image8-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/linen-collection/\"></a>			<a href=\"https://inkafine.com/services/linen-collection/\"  aria-hidden=\"true\"></a>\n						<h4><a href=\"https://inkafine.com/services/decor-collection/\">Decor Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/decor-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image10-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/decor-collection/\"></a>			<a href=\"https://inkafine.com/services/decor-collection/\"  aria-hidden=\"true\"></a>\n						<h4><a href=\"https://inkafine.com/services/mens-collection/\">Men&#8217;s Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/mens-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image9-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/mens-collection/\"></a>			<a href=\"https://inkafine.com/services/mens-collection/\"  aria-hidden=\"true\"></a>\n						<h4><a href=\"https://inkafine.com/services/curtains-collection/\">Curtains Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/curtains-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image11-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/curtains-collection/\"></a>			<a href=\"https://inkafine.com/services/curtains-collection/\"  aria-hidden=\"true\"></a>\n			<h2\n			>Subscribe for the exclusive updates!</h2>		\n		[mc4wp_form id=\"461\" element_id=\"style-3\"]', 'Servicios', '', 'publish', 'closed', 'closed', '', 'servicios', '', '', '2023-10-04 01:52:39', '2023-10-04 06:52:39', '', 0, 'https://inkafine.com/?page_id=17790', 0, 'page', '', 0),
(17795, 1, '2022-08-02 14:57:00', '2022-08-02 14:57:00', '', 'services-page-image1', '', 'inherit', 'open', 'closed', '', 'services-page-image1', '', '', '2022-08-02 14:57:00', '2022-08-02 14:57:00', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/services-page-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17796, 1, '2022-08-02 14:58:50', '2022-08-02 14:58:50', '', 'services-page-background', '', 'inherit', 'open', 'closed', '', 'services-page-background', '', '', '2022-08-02 14:58:50', '2022-08-02 14:58:50', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/services-page-background.jpg', 0, 'attachment', 'image/jpeg', 0),
(17800, 1, '2022-08-02 15:24:52', '2022-08-02 15:24:52', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Linen Collection', 'Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.', 'publish', 'closed', 'closed', '', 'linen-collection', '', '', '2022-11-02 16:44:48', '2022-11-02 16:44:48', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=17800', 0, 'cpt_services', '', 0),
(17801, 1, '2022-08-02 15:24:18', '2022-08-02 15:24:18', '', 'service-image8', '', 'inherit', 'open', 'closed', '', 'service-image8', '', '', '2022-08-02 15:24:18', '2022-08-02 15:24:18', '', 17800, 'https://inkafine.com/wp-content/uploads/2022/08/service-image8.jpg', 0, 'attachment', 'image/jpeg', 0),
(17802, 1, '2022-08-02 15:26:21', '2022-08-02 15:26:21', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Decor Collection', 'Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.', 'publish', 'closed', 'closed', '', 'decor-collection', '', '', '2022-11-02 16:45:18', '2022-11-02 16:45:18', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=17802', 0, 'cpt_services', '', 0),
(17803, 1, '2022-08-02 15:25:31', '2022-08-02 15:25:31', '', 'service-image10', '', 'inherit', 'open', 'closed', '', 'service-image10', '', '', '2022-08-02 15:25:31', '2022-08-02 15:25:31', '', 17802, 'https://inkafine.com/wp-content/uploads/2022/08/service-image10.jpg', 0, 'attachment', 'image/jpeg', 0),
(17804, 1, '2022-08-02 15:28:22', '2022-08-02 15:28:22', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Men\'s Collection', 'Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.', 'publish', 'closed', 'closed', '', 'mens-collection', '', '', '2022-11-02 16:45:24', '2022-11-02 16:45:24', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=17804', 0, 'cpt_services', '', 0),
(17805, 1, '2022-08-02 15:27:31', '2022-08-02 15:27:31', '', 'service-image9', '', 'inherit', 'open', 'closed', '', 'service-image9', '', '', '2022-08-02 15:27:31', '2022-08-02 15:27:31', '', 17804, 'https://inkafine.com/wp-content/uploads/2022/08/service-image9.jpg', 0, 'attachment', 'image/jpeg', 0),
(17806, 1, '2022-08-02 15:30:55', '2022-08-02 15:30:55', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Curtains Collection', 'Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.', 'publish', 'closed', 'closed', '', 'curtains-collection', '', '', '2022-11-02 16:45:30', '2022-11-02 16:45:30', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=17806', 0, 'cpt_services', '', 0),
(17807, 1, '2022-08-02 15:29:18', '2022-08-02 15:29:18', '', 'service-image11', '', 'inherit', 'open', 'closed', '', 'service-image11', '', '', '2022-08-02 15:29:18', '2022-08-02 15:29:18', '', 17804, 'https://inkafine.com/wp-content/uploads/2022/08/service-image11.jpg', 0, 'attachment', 'image/jpeg', 0),
(17814, 1, '2022-08-03 11:19:31', '2022-08-03 11:19:31', 'Design\n80%\nBranding\n90%\nWeb Design\n88%\n\nQonsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nAdipiscing elit, sed do eiusm consectetur&nbsp; aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.', 'Brian Smith', '', 'publish', 'closed', 'closed', '', 'brian-smith', '', '', '2022-10-16 12:12:20', '2022-10-16 12:12:20', '', 0, 'https://inkafine.com/?post_type=cpt_team&#038;p=17814', 0, 'cpt_team', '', 0),
(17821, 1, '2022-08-03 11:23:46', '2022-08-03 11:23:46', 'Design\n80%\nBranding\n90%\nWeb Design\n88%\n\nQonsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nAdipiscing elit, sed do eiusm consectetur&nbsp; aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.', 'Helen Morris', '', 'publish', 'closed', 'closed', '', 'helen-morris', '', '', '2022-10-16 12:12:11', '2022-10-16 12:12:11', '', 0, 'https://inkafine.com/?post_type=cpt_team&#038;p=17821', 0, 'cpt_team', '', 0),
(17827, 1, '2022-08-03 11:27:59', '2022-08-03 11:27:59', 'Design\n80%\nBranding\n90%\nWeb Design\n88%\n\nQonsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nAdipiscing elit, sed do eiusm consectetur&nbsp; aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.', 'Jack Mayson', '', 'publish', 'closed', 'closed', '', 'jack-mayson', '', '', '2022-10-16 12:12:05', '2022-10-16 12:12:05', '', 0, 'https://inkafine.com/?post_type=cpt_team&#038;p=17827', 0, 'cpt_team', '', 0),
(17828, 1, '2022-08-03 11:27:52', '2022-08-03 11:27:52', '', 'team-image1', '', 'inherit', 'open', 'closed', '', 'team-image1', '', '', '2022-08-03 11:27:52', '2022-08-03 11:27:52', '', 17827, 'https://inkafine.com/wp-content/uploads/2022/08/team-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17834, 1, '2022-08-03 11:34:09', '2022-08-03 11:34:09', 'Design\n80%\nBranding\n90%\nWeb Design\n88%\n\nQonsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nAdipiscing elit, sed do eiusm consectetur&nbsp; aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.', 'Henry Green', '', 'publish', 'closed', 'closed', '', 'henry-green', '', '', '2022-10-16 12:12:00', '2022-10-16 12:12:00', '', 0, 'https://inkafine.com/?post_type=cpt_team&#038;p=17834', 0, 'cpt_team', '', 0),
(17835, 1, '2022-08-03 11:34:01', '2022-08-03 11:34:01', '', 'team-image3', '', 'inherit', 'open', 'closed', '', 'team-image3', '', '', '2022-08-03 11:34:01', '2022-08-03 11:34:01', '', 17834, 'https://inkafine.com/wp-content/uploads/2022/08/team-image3.jpg', 0, 'attachment', 'image/jpeg', 0),
(17841, 1, '2022-08-03 11:43:33', '2022-08-03 11:43:33', 'Design\n80%\nBranding\n90%\nWeb Design\n88%\n\nQonsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nAdipiscing elit, sed do eiusm consectetur&nbsp; aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.', 'Mary Loner', '', 'publish', 'closed', 'closed', '', 'mary-loner', '', '', '2022-10-16 12:11:55', '2022-10-16 12:11:55', '', 0, 'https://inkafine.com/?post_type=cpt_team&#038;p=17841', 0, 'cpt_team', '', 0),
(17842, 1, '2022-08-03 11:43:21', '2022-08-03 11:43:21', '', 'team-image4', '', 'inherit', 'open', 'closed', '', 'team-image4', '', '', '2022-08-03 11:43:21', '2022-08-03 11:43:21', '', 17841, 'https://inkafine.com/wp-content/uploads/2022/08/team-image4.jpg', 0, 'attachment', 'image/jpeg', 0),
(17848, 1, '2022-08-03 11:49:31', '2022-08-03 11:49:31', 'Design\n80%\nBranding\n90%\nWeb Design\n88%\n\nQonsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nAdipiscing elit, sed do eiusm consectetur&nbsp; aonsectetur sed do eiusm od tempor adipiscing elit, sed do eiusm od tempor.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore.\n\nConsectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor.', 'Thomas Reynolds', '', 'publish', 'closed', 'closed', '', 'thomas-reynolds', '', '', '2022-10-16 12:11:49', '2022-10-16 12:11:49', '', 0, 'https://inkafine.com/?post_type=cpt_team&#038;p=17848', 0, 'cpt_team', '', 0),
(17849, 1, '2022-08-03 11:49:26', '2022-08-03 11:49:26', '', 'team-image2', '', 'inherit', 'open', 'closed', '', 'team-image2', '', '', '2022-08-03 11:49:26', '2022-08-03 11:49:26', '', 17848, 'https://inkafine.com/wp-content/uploads/2022/08/team-image2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(17855, 1, '2022-08-03 11:51:02', '2022-08-03 11:51:02', '<img width=\"570\" height=\"696\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-570x696.jpg\" alt=\"\" loading=\"lazy\" /><a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a><a href=\"https://inkafine.com/team/brian-smith/\"></a>	\n			<h4><a href=\"https://inkafine.com/team/brian-smith/\">Brian Smith</a></h4>\n			Owner		\n	<img width=\"570\" height=\"696\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-570x696.jpg\" alt=\"\" loading=\"lazy\" /><a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a><a href=\"https://inkafine.com/team/helen-morris/\"></a>	\n			<h4><a href=\"https://inkafine.com/team/helen-morris/\">Helen Morris</a></h4>\n			Creative Director		\n	<img width=\"570\" height=\"696\" src=\"https://inkafine.com/wp-content/uploads/2022/08/team-image1-570x696.jpg\" alt=\"\" loading=\"lazy\" /><a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a><a href=\"https://inkafine.com/team/jack-mayson/\"></a>	\n			<h4><a href=\"https://inkafine.com/team/jack-mayson/\">Jack Mayson</a></h4>\n			Fashion Designer		\n	<img width=\"570\" height=\"696\" src=\"https://inkafine.com/wp-content/uploads/2022/08/team-image3-570x696.jpg\" alt=\"\" loading=\"lazy\" /><a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a><a href=\"https://inkafine.com/team/henry-green/\"></a>	\n			<h4><a href=\"https://inkafine.com/team/henry-green/\">Henry Green</a></h4>\n			Textile Designer		\n	<img width=\"570\" height=\"696\" src=\"https://inkafine.com/wp-content/uploads/2022/08/team-image4-570x696.jpg\" alt=\"\" loading=\"lazy\" /><a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a><a href=\"https://inkafine.com/team/mary-loner/\"></a>	\n			<h4><a href=\"https://inkafine.com/team/mary-loner/\">Mary Loner</a></h4>\n			Taylor		\n	<img width=\"570\" height=\"696\" src=\"https://inkafine.com/wp-content/uploads/2022/08/team-image2-570x696.jpg\" alt=\"\" loading=\"lazy\" /><a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a><a href=\"https://inkafine.com/team/thomas-reynolds/\"></a>	\n			<h4><a href=\"https://inkafine.com/team/thomas-reynolds/\">Thomas Reynolds</a></h4>\n			Interior Designer		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Our Team', '', 'publish', 'closed', 'closed', '', 'our-team', '', '', '2022-08-25 16:01:02', '2022-08-25 16:01:02', '', 0, 'https://inkafine.com/?page_id=17855', 0, 'page', '', 0),
(17861, 1, '2022-08-03 14:30:33', '2022-08-03 14:30:33', '', 'portfolio-image1', '', 'inherit', 'open', 'closed', '', 'portfolio-image1', '', '', '2022-08-03 14:30:33', '2022-08-03 14:30:33', '', 2737, 'https://inkafine.com/wp-content/uploads/2020/05/portfolio-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17863, 1, '2022-08-03 14:36:11', '2022-08-03 14:36:11', '', 'portfolio-image2', '', 'inherit', 'open', 'closed', '', 'portfolio-image2', '', '', '2022-08-03 14:36:11', '2022-08-03 14:36:11', '', 2737, 'https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(17864, 1, '2022-08-03 14:36:14', '2022-08-03 14:36:14', '', 'portfolio-image3', '', 'inherit', 'open', 'closed', '', 'portfolio-image3', '', '', '2022-08-03 14:36:14', '2022-08-03 14:36:14', '', 2737, 'https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3.jpg', 0, 'attachment', 'image/jpeg', 0),
(17865, 1, '2022-08-03 14:36:18', '2022-08-03 14:36:18', '', 'portfolio-image4', '', 'inherit', 'open', 'closed', '', 'portfolio-image4', '', '', '2022-08-03 14:36:18', '2022-08-03 14:36:18', '', 2737, 'https://inkafine.com/wp-content/uploads/2020/05/portfolio-image4.jpg', 0, 'attachment', 'image/jpeg', 0),
(17867, 1, '2022-08-03 14:42:24', '2022-08-03 14:42:24', '', 'portfolio-image5', '', 'inherit', 'open', 'closed', '', 'portfolio-image5', '', '', '2022-08-03 14:42:24', '2022-08-03 14:42:24', '', 2761, 'https://inkafine.com/wp-content/uploads/2020/05/portfolio-image5.jpg', 0, 'attachment', 'image/jpeg', 0),
(17868, 1, '2022-08-03 14:49:24', '2022-08-03 14:49:24', '<h5 data-item-number=\"1\"><a href=\"https://inkafine.com/portfolio/mens-fashion/\" rel=\"bookmark\">Men&#8217;s Fashion</a></h5><a href=\"https://inkafine.com/portfolio_group/mens-fashion/\" title=\"View all posts in Men\'s Fashion\">Men\'s Fashion</a><a href=\"https://inkafine.com/portfolio/mens-fashion/\"></a>			<a href=\"https://inkafine.com/portfolio/mens-fashion/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"2\"><a href=\"https://inkafine.com/portfolio/color-trends/\" rel=\"bookmark\">Color Trends</a></h5><a href=\"https://inkafine.com/portfolio_group/mens-fashion/\" title=\"View all posts in Men\'s Fashion\">Men\'s Fashion</a><a href=\"https://inkafine.com/portfolio/color-trends/\"></a>			<a href=\"https://inkafine.com/portfolio/color-trends/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"3\"><a href=\"https://inkafine.com/portfolio/special-events/\" rel=\"bookmark\">Special Events</a></h5><a href=\"https://inkafine.com/portfolio_group/mens-fashion/\" title=\"View all posts in Men\'s Fashion\">Men\'s Fashion</a><a href=\"https://inkafine.com/portfolio/special-events/\"></a>			<a href=\"https://inkafine.com/portfolio/special-events/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"4\"><a href=\"https://inkafine.com/portfolio/business-style/\" rel=\"bookmark\">Business Style</a></h5><a href=\"https://inkafine.com/portfolio_group/mens-fashion/\" title=\"View all posts in Men\'s Fashion\">Men\'s Fashion</a><a href=\"https://inkafine.com/portfolio/business-style/\"></a>			<a href=\"https://inkafine.com/portfolio/business-style/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><style type=\"text/css\">.fabric_inline_929719653{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image1.jpg);}.fabric_inline_1484355953{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg);}.fabric_inline_1218263259{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image4-890x664.jpg);}.fabric_inline_1654438365{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image5.jpg);}</style>', 'Portfolio Metro Slide In Left', '', 'publish', 'closed', 'closed', '', 'portfolio-metro-slide-in-left', '', '', '2022-08-25 13:13:13', '2022-08-25 13:13:13', '', 0, 'https://inkafine.com/?page_id=17868', 0, 'page', '', 0),
(17877, 1, '2022-08-03 14:58:05', '2022-08-03 14:58:05', '', 'portfolio-image6', '', 'inherit', 'open', 'closed', '', 'portfolio-image6', '', '', '2022-08-03 14:58:05', '2022-08-03 14:58:05', '', 3198, 'https://inkafine.com/wp-content/uploads/2020/05/portfolio-image6.jpg', 0, 'attachment', 'image/jpeg', 0),
(17879, 1, '2022-08-03 15:01:10', '2022-08-03 15:01:10', '', 'portfolio-image7', '', 'inherit', 'open', 'closed', '', 'portfolio-image7', '', '', '2022-08-03 15:01:10', '2022-08-03 15:01:10', '', 3199, 'https://inkafine.com/wp-content/uploads/2020/05/portfolio-image7.jpg', 0, 'attachment', 'image/jpeg', 0),
(17880, 1, '2022-08-03 15:02:54', '2022-08-03 15:02:54', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":18266,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/product-image18-931x1024.jpg\" alt=\"\" class=\"wp-image-18266\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18267,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/product-image16-931x1024.jpg\" alt=\"\" class=\"wp-image-18267\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18268,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/product-image17-931x1024.jpg\" alt=\"\" class=\"wp-image-18268\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Home Shoes', 'Stet clita bergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit,  quia. Dicta sunt explicabo Lorem ipsum dolor sit amet, consetetur sadipscing elitr sed diam dolore magna aliquyam erat.\n\nLorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt labore dolore magna erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et  rebum. Stet clita bergren, no sea takimata sanctus.', 'publish', 'closed', 'closed', '', 'home-shoes', '', '', '2022-09-12 14:34:42', '2022-09-12 14:34:42', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17880', 0, 'cpt_portfolio', '', 0),
(17881, 1, '2022-08-03 15:02:46', '2022-08-03 15:02:46', '', 'portfolio-image8', '', 'inherit', 'open', 'closed', '', 'portfolio-image8', '', '', '2022-08-03 15:02:46', '2022-08-03 15:02:46', '', 17880, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8.jpg', 0, 'attachment', 'image/jpeg', 0),
(17882, 1, '2022-08-03 15:07:44', '2022-08-03 15:07:44', '', 'Accessories', 'Stet clita bergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit,  quia. Dicta sunt explicabo Lorem ipsum dolor sit amet, consetetur sadipscing elitr sed diam dolore magna aliquyam erat.', 'publish', 'closed', 'closed', '', 'accessories', '', '', '2022-11-02 16:19:57', '2022-11-02 16:19:57', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17882', 0, 'cpt_portfolio', '', 0),
(17883, 1, '2022-08-03 15:07:26', '2022-08-03 15:07:26', '', 'portfolio-image9', '', 'inherit', 'open', 'closed', '', 'portfolio-image9', '', '', '2022-08-03 15:07:26', '2022-08-03 15:07:26', '', 17882, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image9.jpg', 0, 'attachment', 'image/jpeg', 0),
(17884, 1, '2022-08-03 15:14:55', '2022-08-03 15:14:55', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Craft Decor', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'craft-decor', '', '', '2022-10-17 14:19:29', '2022-10-17 14:19:29', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17884', 0, 'cpt_portfolio', '', 0),
(17885, 1, '2022-08-03 15:09:40', '2022-08-03 15:09:40', '', 'portfolio-image10', '', 'inherit', 'open', 'closed', '', 'portfolio-image10', '', '', '2022-08-03 15:09:40', '2022-08-03 15:09:40', '', 17884, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image10.jpg', 0, 'attachment', 'image/jpeg', 0),
(17886, 1, '2022-08-03 15:12:58', '2022-08-03 15:12:58', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Home Textile', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'home-textile', '', '', '2022-10-17 14:19:32', '2022-10-17 14:19:32', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17886', 0, 'cpt_portfolio', '', 0),
(17887, 1, '2022-08-03 15:12:33', '2022-08-03 15:12:33', '', 'portfolio-image11', '', 'inherit', 'open', 'closed', '', 'portfolio-image11', '', '', '2022-08-03 15:12:33', '2022-08-03 15:12:33', '', 17886, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image11.jpg', 0, 'attachment', 'image/jpeg', 0),
(17888, 1, '2022-08-03 15:09:58', '2022-08-03 15:09:58', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Ethnic Crafts', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'ethnic-crafts', '', '', '2022-10-17 14:19:36', '2022-10-17 14:19:36', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17888', 0, 'cpt_portfolio', '', 0),
(17889, 1, '2022-08-03 15:14:42', '2022-08-03 15:14:42', '', 'portfolio-image12', '', 'inherit', 'open', 'closed', '', 'portfolio-image12', '', '', '2022-08-03 15:14:42', '2022-08-03 15:14:42', '', 17888, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image12.jpg', 0, 'attachment', 'image/jpeg', 0),
(17890, 1, '2022-08-03 15:37:58', '2022-08-03 15:37:58', '<ul><li><a href=\"#blogger_filters_all_content\"\n							class=\"sc_item_filters_all active\"\n							data-tab=\"all\"\n							data-page=\"1\">All</a></li><li><a href=\"#blogger_filters_195_content\"\n														data-tab=\"195\"\n							data-page=\"1\">Craft Decor</a></li><li><a href=\"#blogger_filters_113_content\"\n														data-tab=\"113\"\n							data-page=\"1\">Ethnic Textile</a></li><li><a href=\"#blogger_filters_196_content\"\n														data-tab=\"196\"\n							data-page=\"1\">Ethnic Clothing</a></li><li><a href=\"#blogger_filters_197_content\"\n														data-tab=\"197\"\n							data-page=\"1\">Traditional Crafts</a></li>			</ul>							\n						<h5 data-item-number=\"1\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\" rel=\"bookmark\">Carpets Collection</a></h5><a href=\"https://inkafine.com/portfolio_group/ethnic-textile/\" title=\"View all posts in Ethnic Textile\">Ethnic Textile</a><a href=\"https://inkafine.com/portfolio/carpets-collection/\"></a>			<a href=\"https://inkafine.com/portfolio/carpets-collection/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"2\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\" rel=\"bookmark\">Dishes Collection</a></h5><a href=\"https://inkafine.com/portfolio_group/ethnic-textile/\" title=\"View all posts in Ethnic Textile\">Ethnic Textile</a><a href=\"https://inkafine.com/portfolio/dishes-collection/\"></a>			<a href=\"https://inkafine.com/portfolio/dishes-collection/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"3\"><a href=\"https://inkafine.com/portfolio/home-shoes/\" rel=\"bookmark\">Home Shoes</a></h5><a href=\"https://inkafine.com/portfolio_group/ethnic-textile/\" title=\"View all posts in Ethnic Textile\">Ethnic Textile</a><a href=\"https://inkafine.com/portfolio/home-shoes/\"></a>			<a href=\"https://inkafine.com/portfolio/home-shoes/\"  aria-hidden=\"true\"></a>\n							<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"4\"><a href=\"https://inkafine.com/portfolio/accessories/\" rel=\"bookmark\">Accessories</a></h5><a href=\"https://inkafine.com/portfolio_group/ethnic-textile/\" title=\"View all posts in Ethnic Textile\">Ethnic Textile</a><a href=\"https://inkafine.com/portfolio/accessories/\"></a>			<a href=\"https://inkafine.com/portfolio/accessories/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><style type=\"text/css\">.fabric_inline_455982286{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image6.jpg);}.fabric_inline_519440744{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image7-890x664.jpg);}.fabric_inline_1200342082{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-890x664.jpg);}.fabric_inline_1129780733{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image9-890x664.jpg);}</style>', 'Portfolio Metro Mouse Info', '', 'publish', 'closed', 'closed', '', 'portfolio-metro-mouse-info', '', '', '2022-09-12 14:36:40', '2022-09-12 14:36:40', '', 0, 'https://inkafine.com/?page_id=17890', 0, 'page', '', 0),
(17907, 1, '2022-08-04 08:36:33', '2022-08-04 08:36:33', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Satin', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'satin', '', '', '2022-10-17 14:19:26', '2022-10-17 14:19:26', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17907', 0, 'cpt_portfolio', '', 0),
(17908, 1, '2022-08-04 08:36:15', '2022-08-04 08:36:15', '', 'portfolio-image13', '', 'inherit', 'open', 'closed', '', 'portfolio-image13', '', '', '2022-08-04 08:36:15', '2022-08-04 08:36:15', '', 17907, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image13.jpg', 0, 'attachment', 'image/jpeg', 0),
(17909, 1, '2022-08-04 08:41:00', '2022-08-04 08:41:00', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Shutters', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'shutters', '', '', '2022-10-17 14:19:23', '2022-10-17 14:19:23', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17909', 0, 'cpt_portfolio', '', 0),
(17910, 1, '2022-08-04 08:38:03', '2022-08-04 08:38:03', '', 'portfolio-image14', '', 'inherit', 'open', 'closed', '', 'portfolio-image14', '', '', '2022-08-04 08:38:03', '2022-08-04 08:38:03', '', 17909, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image14.jpg', 0, 'attachment', 'image/jpeg', 0),
(17911, 1, '2022-08-04 08:45:32', '2022-08-04 08:45:32', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Curtains', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'curtains', '', '', '2022-10-17 14:19:19', '2022-10-17 14:19:19', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17911', 0, 'cpt_portfolio', '', 0),
(17912, 1, '2022-08-04 08:45:25', '2022-08-04 08:45:25', '', 'portfolio-image15', '', 'inherit', 'open', 'closed', '', 'portfolio-image15', '', '', '2022-08-04 08:45:25', '2022-08-04 08:45:25', '', 17911, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image15.jpg', 0, 'attachment', 'image/jpeg', 0),
(17913, 1, '2022-08-04 08:46:25', '2022-08-04 08:46:25', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Cotton', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'cotton', '', '', '2022-10-17 14:19:16', '2022-10-17 14:19:16', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17913', 0, 'cpt_portfolio', '', 0),
(17914, 1, '2022-08-04 08:46:16', '2022-08-04 08:46:16', '', 'portfolio-image16', '', 'inherit', 'open', 'closed', '', 'portfolio-image16', '', '', '2022-08-04 08:46:16', '2022-08-04 08:46:16', '', 17913, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image16.jpg', 0, 'attachment', 'image/jpeg', 0),
(17915, 1, '2022-08-04 08:47:06', '2022-08-04 08:47:06', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Chiffon', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'chiffon', '', '', '2022-10-17 14:19:13', '2022-10-17 14:19:13', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17915', 0, 'cpt_portfolio', '', 0),
(17916, 1, '2022-08-04 08:46:53', '2022-08-04 08:46:53', '', 'portfolio-image17', '', 'inherit', 'open', 'closed', '', 'portfolio-image17', '', '', '2022-08-04 08:46:53', '2022-08-04 08:46:53', '', 17915, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image17.jpg', 0, 'attachment', 'image/jpeg', 0),
(17917, 1, '2022-08-04 08:47:41', '2022-08-04 08:47:41', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Poplin', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'poplin', '', '', '2022-10-17 14:19:10', '2022-10-17 14:19:10', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17917', 0, 'cpt_portfolio', '', 0),
(17918, 1, '2022-08-04 08:47:29', '2022-08-04 08:47:29', '', 'portfolio-image18', '', 'inherit', 'open', 'closed', '', 'portfolio-image18', '', '', '2022-08-04 08:47:29', '2022-08-04 08:47:29', '', 17917, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18.jpg', 0, 'attachment', 'image/jpeg', 0),
(17919, 1, '2022-08-04 08:48:16', '2022-08-04 08:48:16', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Baize', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'baize', '', '', '2022-10-17 14:19:08', '2022-10-17 14:19:08', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17919', 0, 'cpt_portfolio', '', 0),
(17920, 1, '2022-08-04 08:48:03', '2022-08-04 08:48:03', '', 'portfolio-image19', '', 'inherit', 'open', 'closed', '', 'portfolio-image19', '', '', '2022-08-04 08:48:03', '2022-08-04 08:48:03', '', 17919, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image19.jpg', 0, 'attachment', 'image/jpeg', 0),
(17921, 1, '2022-08-04 08:48:49', '2022-08-04 08:48:49', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Linen', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'linen', '', '', '2022-10-17 14:19:00', '2022-10-17 14:19:00', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17921', 0, 'cpt_portfolio', '', 0),
(17922, 1, '2022-08-04 08:48:37', '2022-08-04 08:48:37', '', 'portfolio-image20', '', 'inherit', 'open', 'closed', '', 'portfolio-image20', '', '', '2022-08-04 08:48:37', '2022-08-04 08:48:37', '', 17921, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image20.jpg', 0, 'attachment', 'image/jpeg', 0),
(17923, 1, '2022-08-04 08:49:26', '2022-08-04 08:49:26', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Jacquard', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'jacquard', '', '', '2022-10-17 14:17:48', '2022-10-17 14:17:48', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17923', 0, 'cpt_portfolio', '', 0),
(17924, 1, '2022-08-04 08:49:14', '2022-08-04 08:49:14', '', 'portfolio-image21', '', 'inherit', 'open', 'closed', '', 'portfolio-image21', '', '', '2022-08-04 08:49:14', '2022-08-04 08:49:14', '', 17923, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image21.jpg', 0, 'attachment', 'image/jpeg', 0),
(17925, 1, '2022-08-04 08:56:41', '2022-08-04 08:56:41', '<h5 data-item-number=\"1\"><a href=\"https://inkafine.com/portfolio/satin/\" rel=\"bookmark\">Satin</a></h5><a href=\"https://inkafine.com/portfolio_group/fabric-types/\" title=\"View all posts in Fabric Types\">Fabric Types</a><a href=\"https://inkafine.com/portfolio/satin/\"></a>			<a href=\"https://inkafine.com/portfolio/satin/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"2\"><a href=\"https://inkafine.com/portfolio/shutters/\" rel=\"bookmark\">Shutters</a></h5><a href=\"https://inkafine.com/portfolio_group/fabric-types/\" title=\"View all posts in Fabric Types\">Fabric Types</a><a href=\"https://inkafine.com/portfolio/shutters/\"></a>			<a href=\"https://inkafine.com/portfolio/shutters/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"3\"><a href=\"https://inkafine.com/portfolio/curtains/\" rel=\"bookmark\">Curtains</a></h5><a href=\"https://inkafine.com/portfolio_group/fabric-types/\" title=\"View all posts in Fabric Types\">Fabric Types</a><a href=\"https://inkafine.com/portfolio/curtains/\"></a>			<a href=\"https://inkafine.com/portfolio/curtains/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"4\"><a href=\"https://inkafine.com/portfolio/cotton/\" rel=\"bookmark\">Cotton</a></h5><a href=\"https://inkafine.com/portfolio_group/fabric-types/\" title=\"View all posts in Fabric Types\">Fabric Types</a><a href=\"https://inkafine.com/portfolio/cotton/\"></a>			<a href=\"https://inkafine.com/portfolio/cotton/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"5\"><a href=\"https://inkafine.com/portfolio/chiffon/\" rel=\"bookmark\">Chiffon</a></h5><a href=\"https://inkafine.com/portfolio_group/fabric-types/\" title=\"View all posts in Fabric Types\">Fabric Types</a><a href=\"https://inkafine.com/portfolio/chiffon/\"></a>			<a href=\"https://inkafine.com/portfolio/chiffon/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"6\"><a href=\"https://inkafine.com/portfolio/poplin/\" rel=\"bookmark\">Poplin</a></h5><a href=\"https://inkafine.com/portfolio_group/fabric-types/\" title=\"View all posts in Fabric Types\">Fabric Types</a><a href=\"https://inkafine.com/portfolio/poplin/\"></a>			<a href=\"https://inkafine.com/portfolio/poplin/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"7\"><a href=\"https://inkafine.com/portfolio/baize/\" rel=\"bookmark\">Baize</a></h5><a href=\"https://inkafine.com/portfolio_group/fabric-types/\" title=\"View all posts in Fabric Types\">Fabric Types</a><a href=\"https://inkafine.com/portfolio/baize/\"></a>			<a href=\"https://inkafine.com/portfolio/baize/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"8\"><a href=\"https://inkafine.com/portfolio/linen/\" rel=\"bookmark\">Linen</a></h5><a href=\"https://inkafine.com/portfolio_group/fabric-types/\" title=\"View all posts in Fabric Types\">Fabric Types</a><a href=\"https://inkafine.com/portfolio/linen/\"></a>			<a href=\"https://inkafine.com/portfolio/linen/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"9\"><a href=\"https://inkafine.com/portfolio/jacquard/\" rel=\"bookmark\">Jacquard</a></h5><a href=\"https://inkafine.com/portfolio_group/fabric-types/\" title=\"View all posts in Fabric Types\">Fabric Types</a><a href=\"https://inkafine.com/portfolio/jacquard/\"></a>			<a href=\"https://inkafine.com/portfolio/jacquard/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><style type=\"text/css\">.fabric_inline_490057784{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image13-840x560.jpg);}.fabric_inline_1584186312{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image14-840x560.jpg);}.fabric_inline_1696462435{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image15-840x560.jpg);}.fabric_inline_306532084{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image16-840x560.jpg);}.fabric_inline_1603218426{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image17-840x560.jpg);}.fabric_inline_1686108909{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-840x560.jpg);}.fabric_inline_177225550{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image19-840x560.jpg);}.fabric_inline_181787649{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image20-840x560.jpg);}.fabric_inline_375697301{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image21-840x560.jpg);}</style>', 'Portfolio Grid Wide', '', 'publish', 'closed', 'closed', '', 'portfolio-grid-wide', '', '', '2022-08-25 13:23:44', '2022-08-25 13:23:44', '', 0, 'https://inkafine.com/?page_id=17925', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(17933, 1, '2022-08-04 09:04:14', '2022-08-04 09:04:14', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Flower Cotton Bed Linen', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'flower-cotton-bed-linen', '', '', '2022-10-17 13:25:04', '2022-10-17 13:25:04', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17933', 0, 'cpt_portfolio', '', 0),
(17934, 1, '2022-08-04 09:04:04', '2022-08-04 09:04:04', '', 'portfolio-image22', '', 'inherit', 'open', 'closed', '', 'portfolio-image22', '', '', '2022-08-04 09:04:04', '2022-08-04 09:04:04', '', 17933, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image22.jpg', 0, 'attachment', 'image/jpeg', 0),
(17935, 1, '2022-08-04 09:04:48', '2022-08-04 09:04:48', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Marble Grey Bed Linen', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'marble-grey-bed-linen', '', '', '2022-10-17 13:24:55', '2022-10-17 13:24:55', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17935', 0, 'cpt_portfolio', '', 0),
(17936, 1, '2022-08-04 09:05:28', '2022-08-04 09:05:28', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Sand Dune Accessories', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'sand-dune-accessories', '', '', '2022-10-17 13:24:46', '2022-10-17 13:24:46', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17936', 0, 'cpt_portfolio', '', 0),
(17937, 1, '2022-08-04 09:05:22', '2022-08-04 09:05:22', '', 'portfolio-image23', '', 'inherit', 'open', 'closed', '', 'portfolio-image23', '', '', '2022-08-04 09:05:22', '2022-08-04 09:05:22', '', 17936, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image23.jpg', 0, 'attachment', 'image/jpeg', 0),
(17938, 1, '2022-08-04 09:06:09', '2022-08-04 09:06:09', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Cushion Covers Set', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'cushion-covers-set', '', '', '2022-10-17 13:24:24', '2022-10-17 13:24:24', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17938', 0, 'cpt_portfolio', '', 0),
(17939, 1, '2022-08-04 09:05:53', '2022-08-04 09:05:53', '', 'portfolio-image24', '', 'inherit', 'open', 'closed', '', 'portfolio-image24', '', '', '2022-08-04 09:05:53', '2022-08-04 09:05:53', '', 17938, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image24.jpg', 0, 'attachment', 'image/jpeg', 0),
(17940, 1, '2022-08-04 09:07:03', '2022-08-04 09:07:03', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Coastal Style Cushion Set', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'coastal-style-cushion-set', '', '', '2022-10-17 13:24:14', '2022-10-17 13:24:14', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17940', 0, 'cpt_portfolio', '', 0),
(17941, 1, '2022-08-04 09:06:41', '2022-08-04 09:06:41', '', 'portfolio-image25', '', 'inherit', 'open', 'closed', '', 'portfolio-image25', '', '', '2022-08-04 09:06:41', '2022-08-04 09:06:41', '', 17940, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image25.jpg', 0, 'attachment', 'image/jpeg', 0),
(17942, 1, '2022-08-04 09:08:00', '2022-08-04 09:08:00', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Sea Blue Bed Linen', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'sea-blue-bed-linen', '', '', '2022-10-17 13:22:47', '2022-10-17 13:22:47', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=17942', 0, 'cpt_portfolio', '', 0),
(17943, 1, '2022-08-04 09:07:48', '2022-08-04 09:07:48', '', 'portfolio-image26', '', 'inherit', 'open', 'closed', '', 'portfolio-image26', '', '', '2022-08-04 09:07:48', '2022-08-04 09:07:48', '', 17942, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image26.jpg', 0, 'attachment', 'image/jpeg', 0),
(17944, 1, '2022-08-04 09:09:51', '2022-08-04 09:09:51', '<img width=\"650\" height=\"572\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image22-650x572.jpg\" alt=\"\" loading=\"lazy\" />						\n										<a href=\"https://inkafine.com/portfolio/flower-cotton-bed-linen/\"  aria-hidden=\"true\"></a>\n				<h5 data-item-number=\"1\"><a href=\"https://inkafine.com/portfolio/flower-cotton-bed-linen/\" rel=\"bookmark\">Flower Cotton Bed Linen</a></h5><a href=\"https://inkafine.com/portfolio_group/home-decor/\" title=\"View all posts in Home Decor\">Home Decor</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"650\" height=\"572\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image8-650x572.jpg\" alt=\"\" loading=\"lazy\" />						\n										<a href=\"https://inkafine.com/portfolio/marble-grey-bed-linen/\"  aria-hidden=\"true\"></a>\n				<h5 data-item-number=\"2\"><a href=\"https://inkafine.com/portfolio/marble-grey-bed-linen/\" rel=\"bookmark\">Marble Grey Bed Linen</a></h5><a href=\"https://inkafine.com/portfolio_group/home-decor/\" title=\"View all posts in Home Decor\">Home Decor</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"650\" height=\"572\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image23-650x572.jpg\" alt=\"\" loading=\"lazy\" />						\n										<a href=\"https://inkafine.com/portfolio/sand-dune-accessories/\"  aria-hidden=\"true\"></a>\n				<h5 data-item-number=\"3\"><a href=\"https://inkafine.com/portfolio/sand-dune-accessories/\" rel=\"bookmark\">Sand Dune Accessories</a></h5><a href=\"https://inkafine.com/portfolio_group/home-decor/\" title=\"View all posts in Home Decor\">Home Decor</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"650\" height=\"572\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image24-650x572.jpg\" alt=\"\" loading=\"lazy\" />						\n										<a href=\"https://inkafine.com/portfolio/cushion-covers-set/\"  aria-hidden=\"true\"></a>\n				<h5 data-item-number=\"4\"><a href=\"https://inkafine.com/portfolio/cushion-covers-set/\" rel=\"bookmark\">Cushion Covers Set</a></h5><a href=\"https://inkafine.com/portfolio_group/home-decor/\" title=\"View all posts in Home Decor\">Home Decor</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"650\" height=\"572\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image25-650x572.jpg\" alt=\"\" loading=\"lazy\" />						\n										<a href=\"https://inkafine.com/portfolio/coastal-style-cushion-set/\"  aria-hidden=\"true\"></a>\n				<h5 data-item-number=\"5\"><a href=\"https://inkafine.com/portfolio/coastal-style-cushion-set/\" rel=\"bookmark\">Coastal Style Cushion Set</a></h5><a href=\"https://inkafine.com/portfolio_group/home-decor/\" title=\"View all posts in Home Decor\">Home Decor</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"650\" height=\"572\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image26-650x572.jpg\" alt=\"\" loading=\"lazy\" />						\n										<a href=\"https://inkafine.com/portfolio/sea-blue-bed-linen/\"  aria-hidden=\"true\"></a>\n				<h5 data-item-number=\"6\"><a href=\"https://inkafine.com/portfolio/sea-blue-bed-linen/\" rel=\"bookmark\">Sea Blue Bed Linen</a></h5><a href=\"https://inkafine.com/portfolio_group/home-decor/\" title=\"View all posts in Home Decor\">Home Decor</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Portfolio Grid Waves', '', 'publish', 'closed', 'closed', '', 'portfolio-grid-waves', '', '', '2022-08-25 13:16:03', '2022-08-25 13:16:03', '', 0, 'https://inkafine.com/?page_id=17944', 0, 'page', '', 0),
(17952, 1, '2022-08-04 09:26:44', '2022-08-04 09:26:44', '<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-px0s132i4l5z12wv25gimyimnhum6i1dx2gum26pds.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" />											<figcaption></figcaption>\n										</figure>\n					<h5 id=\"elementor-tab-title-1901\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-1901\" aria-expanded=\"false\">\n												<a href=\"\">How long does a fitting take?</a>\n					</h5>\n					<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>\n					<h5 id=\"elementor-tab-title-1902\" data-tab=\"2\" role=\"tab\" aria-controls=\"elementor-tab-content-1902\" aria-expanded=\"false\">\n												<a href=\"\">Do you keep my measurements?</a>\n					</h5>\n					<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>\n					<h5 id=\"elementor-tab-title-1903\" data-tab=\"3\" role=\"tab\" aria-controls=\"elementor-tab-content-1903\" aria-expanded=\"false\">\n												<a href=\"\">Do you offer standard sizes?</a>\n					</h5>\n					<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>\n					<h5 id=\"elementor-tab-title-1904\" data-tab=\"4\" role=\"tab\" aria-controls=\"elementor-tab-content-1904\" aria-expanded=\"false\">\n												<a href=\"\">How long does it take to tailor my garment?</a>\n					</h5>\n					<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"http://default.qwery.kat/about-us/\">Read More</a></p>		\n			<a href=\"#go-video2\" role=\"button\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>', 'FAQs', '', 'publish', 'closed', 'closed', '', 'faqs', '', '', '2022-11-14 08:04:19', '2022-11-14 08:04:19', '', 0, 'https://inkafine.com/?page_id=17952', 0, 'page', '', 0),
(17954, 1, '2022-08-04 09:28:58', '2022-08-04 09:28:58', '', 'faq-page-image1', '', 'inherit', 'open', 'closed', '', 'faq-page-image1', '', '', '2022-08-04 09:28:58', '2022-08-04 09:28:58', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/faq-page-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17961, 1, '2022-08-04 09:32:30', '2022-08-04 09:32:30', '', 'popup-image1', '', 'inherit', 'open', 'closed', '', 'popup-image1', '', '', '2022-08-04 09:32:30', '2022-08-04 09:32:30', '', 7074, 'https://inkafine.com/wp-content/uploads/2020/06/popup-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17965, 1, '2022-08-04 10:45:39', '2022-08-04 10:45:39', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Three Steps to Creating the Perfect Suit', '', 'publish', 'open', 'open', '', 'three-steps-to-creating-the-perfect-suit', '', '', '2022-08-10 11:37:10', '2022-08-10 11:37:10', '', 0, 'https://inkafine.com/?p=17965', 0, 'post', '', 2),
(17966, 1, '2022-08-04 09:38:16', '2022-08-04 09:38:16', '', 'post-image1', '', 'inherit', 'open', 'closed', '', 'post-image1', '', '', '2022-08-04 09:38:16', '2022-08-04 09:38:16', '', 17965, 'https://inkafine.com/wp-content/uploads/2022/08/post-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17967, 1, '2022-08-04 09:38:28', '2022-08-04 09:38:28', '', 'post-image2', '', 'inherit', 'open', 'closed', '', 'post-image2', '', '', '2022-08-04 09:38:28', '2022-08-04 09:38:28', '', 17965, 'https://inkafine.com/wp-content/uploads/2022/08/post-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(17970, 1, '2022-08-04 09:43:05', '2022-08-04 09:43:05', '<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Dipiscing elit, sed do eiusmod tempor incid idunt ut labore adipiscing et dolore magna minim totam rem iste natus sit aliqua.</p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'How to Choose the Right Fabric for Shirts', '', 'publish', 'open', 'open', '', 'how-to-choose-the-right-fabric-for-shirts', '', '', '2022-08-10 11:37:46', '2022-08-10 11:37:46', '', 0, 'https://inkafine.com/?p=17970', 0, 'post', '', 0),
(17972, 1, '2022-08-04 09:44:15', '2022-08-04 09:44:15', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption class=\"wp-element-caption\">Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'The Classic Tux Is Never Out of Style', '', 'publish', 'open', 'open', '', 'the-classic-tux-is-never-out-of-style', '', '', '2022-11-03 11:36:18', '2022-11-03 11:36:18', '', 0, 'https://inkafine.com/?p=17972', 0, 'post', '', 0),
(17974, 1, '2022-08-04 09:57:10', '2022-08-04 09:57:10', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:trx-addons/audio {\"media\":\"[{\\u0022url\\u0022:\\u0022https://inkafine.com/wp-content/uploads/2022/08/sample-melody.mp3\\u0022,\\u0022embed\\u0022:\\u0022\\u0022,\\u0022caption\\u0022:\\u0022Sample Melody\\u0022,\\u0022author\\u0022:\\u0022Amber Nelson\\u0022,\\u0022description\\u0022:\\u0022\\u0022,\\u0022cover\\u0022:0,\\u0022cover_url\\u0022:\\u0022\\u0022}]\"} -->\n<!-- wp:trx-addons/audio-item {\"url\":\"https://inkafine.com/wp-content/uploads/2022/08/sample-melody.mp3\",\"caption\":\"Sample Melody\",\"author\":\"Amber Nelson\"} /-->\n<!-- /wp:trx-addons/audio -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Men\'s Clothing Items Selection Autumn 2022', '', 'publish', 'open', 'open', '', 'mens-clothing-items-selection-autumn-2022', '', '', '2022-08-10 11:37:18', '2022-08-10 11:37:18', '', 0, 'https://inkafine.com/?p=17974', 0, 'post', '', 0),
(17975, 1, '2022-08-04 09:56:18', '2022-08-04 09:56:18', '\"sample-melody\".', 'sample-melody', '', 'inherit', 'open', 'closed', '', 'sample-melody', '', '', '2022-08-04 09:56:18', '2022-08-04 09:56:18', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/sample-melody.mp3', 0, 'attachment', 'audio/mpeg', 0),
(17978, 1, '2022-08-04 10:44:04', '2022-08-04 10:44:04', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ZNm6z3zr0f8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->', 'Custom Ties Offer Affordable Luxury', '', 'publish', 'open', 'open', '', 'custom-ties-offer-affordable-luxury', '', '', '2022-10-16 12:28:49', '2022-10-16 12:28:49', '', 0, 'https://inkafine.com/?p=17978', 0, 'post', '', 2),
(17979, 1, '2022-08-04 10:42:19', '2022-08-04 10:42:19', '', 'post-image3', '', 'inherit', 'open', 'closed', '', 'post-image3', '', '', '2022-08-04 10:42:19', '2022-08-04 10:42:19', '', 17978, 'https://inkafine.com/wp-content/uploads/2022/08/post-image3.jpg', 0, 'attachment', 'image/jpeg', 0),
(17981, 1, '2022-08-04 10:46:34', '2022-08-04 10:46:34', '', 'Blog Standard', '', 'publish', 'closed', 'closed', '', 'blog-standard', '', '', '2022-08-10 09:47:07', '2022-08-10 09:47:07', '', 0, 'https://inkafine.com/?page_id=17981', 0, 'page', '', 0),
(17983, 1, '2022-08-04 10:53:16', '2022-08-04 10:53:16', '', 'post-image4', '', 'inherit', 'open', 'closed', '', 'post-image4', '', '', '2022-08-04 10:53:16', '2022-08-04 10:53:16', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/post-image4.jpg', 0, 'attachment', 'image/jpeg', 0),
(17984, 1, '2022-08-04 11:13:19', '2022-08-04 11:13:19', '', 'typography-image1', '', 'inherit', 'open', 'closed', '', 'typography-image1', '', '', '2022-08-04 11:13:19', '2022-08-04 11:13:19', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/typography-image1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(17997, 1, '2022-08-04 11:54:23', '2022-08-04 11:54:23', '<h5>Dear Customers,</h5>\n<p>Our primary goal is developing a secure and customizable theme framework that meets the needs of the end user. Therefore, our customers are able to create websites based on our templates with very little effort! This process requires minimum knowledge of WordPress or coding; and extensive documentation as well as our Support Team are always at your service. However, we ask you to keep in mind that sometimes issues occur that are not caused by template malfunction. There might be situations when neither the product itself nor our framework are at fault. Among other things, theme performance can be affected by server settings, additional functionality that requires deep file customization, external plugin usage and, of course, attempts to build a website in a very short time.</p><p>We know the ins and outs of our theme framework and have a highly professional team of developers. They will help you to develop the website you need. If you need website customization, please contact our support team for further information:<a href=\"https://themerex.net/support/\">https://themerex.net/support/</a></p>		\n			customization<h1\n			>Packages</h1>		\n			<h3>Installation + logo change</h3><h6>regular</h6>$39<ul>\n 	<li>The template will be installed on your server exactly as the demo looks like. You will get access to the admin panel, so you can manage your website</li>\n 	<li>We will replace the template’s logo with yours on each page of the template. The logo has to be in good quality in .PSD, .EPS, .PNG, .JPG format. Logo width should be 300px and 600px</li>\n</ul><a href=\"https://themerex.net/offers/?utm_source=themedemo&#038;utm_medium=offers&#038;utm_campaign=demooffers\">Grab This Deal</a><!-- /.sc_price_item_info --><!-- /.sc_price_item_inner -->\n			<h3>Ready-to-use Website</h3><h6>silver</h6>$350<ul><li aria-level=\"1\">Theme installation on your server with your logo</li><li aria-level=\"1\">Google map with your address set</li><li aria-level=\"1\">Content and images replacement up to 6 pages (without layout change)</li><li aria-level=\"1\">Removing elements that you do not need on your website</li><li aria-level=\"1\">Social icons set (without changing theme layout)</li><li aria-level=\"1\">Color scheme replacement</li></ul><a href=\"https://themerex.net/offers/?utm_source=themedemo&#038;utm_medium=offers&#038;utm_campaign=demooffers\">Grab This Deal</a><!-- /.sc_price_item_info --><!-- /.sc_price_item_inner -->\n			<h3>Full Website Package</h3><h6>gold</h6>$699<ul><li aria-level=\"1\">WordPress and theme installation</li><li aria-level=\"1\">Customization of website branding</li><li aria-level=\"1\">Content Development (15 royalty-free images and 1500 words of text)</li><li aria-level=\"1\">Content setup (adding 6 pages, 6 posts, Revolution sliders)</li><li aria-level=\"1\">SEO Essentials</li><li aria-level=\"1\">Website speed optimization</li></ul><a href=\"https://themerex.net/offers/?utm_source=themedemo&#038;utm_medium=offers&#038;utm_campaign=demooffers\">Grab This Deal</a><!-- /.sc_price_item_info --><!-- /.sc_price_item_inner --><!-- /.sc_price -->', 'Service Plus', '', 'publish', 'closed', 'closed', '', 'service-plus', '', '', '2022-08-25 15:19:56', '2022-08-25 15:19:56', '', 0, 'https://inkafine.com/?page_id=17997', 0, 'page', '', 0),
(18005, 1, '2022-08-04 13:36:55', '2022-08-04 13:36:55', '<h3>Silver Pack</h3>$50.00Per Month<ul>\n 	<li>Adipiscing elit sed do.</li>\n 	<li>Eusmod tempor incididunt ut.</li>\n 	<li>labore et dolore magna.</li>\n</ul><a href=\"#\">Get Now</a><!-- /.sc_price_item_info --><!-- /.sc_price_item_inner -->\n			<h3>Gold Pack</h3>$70.00Per Month<ul>\n 	<li>Adipiscing elit sed do.</li>\n 	<li>Eusmod tempor incididunt ut.</li>\n 	<li>labore et dolore magna.</li>\n</ul><a href=\"#\">Get Now</a><!-- /.sc_price_item_info --><!-- /.sc_price_item_inner -->\n			<h3>Platinum Pack</h3>$90.00Per Month<ul>\n<li>Adipiscing elit sed do.</li>\n 	<li>Eusmod tempor incididunt ut.</li>\n 	<li>labore et dolore magna.</li>\n</ul><a href=\"#\">Get Now</a><!-- /.sc_price_item_info --><!-- /.sc_price_item_inner --><!-- /.sc_price -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n			<h1\n			>FAQ</h1>		\n					<h5 id=\"elementor-tab-title-1761\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-1761\" aria-expanded=\"false\">\n												<a href=\"\">How long does a fitting take?</a>\n					</h5>\n					<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>\n					<h5 id=\"elementor-tab-title-1762\" data-tab=\"2\" role=\"tab\" aria-controls=\"elementor-tab-content-1762\" aria-expanded=\"false\">\n												<a href=\"\">Do you keep my measurements?</a>\n					</h5>\n					<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>\n					<h5 id=\"elementor-tab-title-1763\" data-tab=\"3\" role=\"tab\" aria-controls=\"elementor-tab-content-1763\" aria-expanded=\"false\">\n												<a href=\"\">Do you offer standard sizes?</a>\n					</h5>\n					<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>\n					<h5 id=\"elementor-tab-title-1764\" data-tab=\"4\" role=\"tab\" aria-controls=\"elementor-tab-content-1764\" aria-expanded=\"false\">\n												<a href=\"\">How long does it take to tailor my garment?</a>\n					</h5>\n					<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>', 'Pricing', '', 'publish', 'closed', 'closed', '', 'pricing', '', '', '2022-08-30 10:50:04', '2022-08-30 10:50:04', '', 0, 'https://inkafine.com/?page_id=18005', 0, 'page', '', 0),
(18007, 1, '2022-08-04 13:46:28', '2022-08-04 13:46:28', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2022-08-04 13:46:28', '2022-08-04 13:46:28', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(18008, 1, '2022-08-04 13:46:31', '2022-08-04 13:46:31', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2022-08-04 13:46:31', '2022-08-04 13:46:31', '', 0, 'https://inkafine.com/shop/', 0, 'page', '', 0),
(18009, 1, '2022-08-04 13:46:31', '2022-08-04 13:46:31', '<!-- wp:shortcode -->\n[woocommerce_cart]\n<!-- /wp:shortcode -->', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2022-08-26 09:46:58', '2022-08-26 09:46:58', '', 0, 'https://inkafine.com/cart/', 0, 'page', '', 0),
(18010, 1, '2022-08-04 13:46:31', '2022-08-04 13:46:31', '<!-- wp:shortcode -->\n[woocommerce_checkout]\n<!-- /wp:shortcode -->', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2022-08-26 09:47:08', '2022-08-26 09:47:08', '', 0, 'https://inkafine.com/checkout/', 0, 'page', '', 0),
(18011, 1, '2022-08-04 13:46:31', '2022-08-04 13:46:31', '<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->', 'My account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2022-08-04 13:46:31', '2022-08-04 13:46:31', '', 0, 'https://inkafine.com/my-account/', 0, 'page', '', 0),
(18012, 1, '2022-08-04 13:46:31', '0000-00-00 00:00:00', '<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->', 'Refund and Returns Policy', '', 'draft', 'closed', 'closed', '', 'refund_returns', '', '', '2022-08-04 13:46:31', '0000-00-00 00:00:00', '', 0, 'https://inkafine.com/?page_id=18012', 0, 'page', '', 0),
(18013, 1, '2022-08-04 13:52:58', '2022-08-04 13:52:58', '', 'product-image1', '', 'inherit', 'open', 'closed', '', 'product-image1', '', '', '2022-08-04 13:52:58', '2022-08-04 13:52:58', '', 2382, 'https://inkafine.com/wp-content/uploads/2020/05/product-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18014, 1, '2022-08-04 13:53:12', '2022-08-04 13:53:12', '', 'product-image2', '', 'inherit', 'open', 'closed', '', 'product-image2', '', '', '2022-08-04 13:53:12', '2022-08-04 13:53:12', '', 2382, 'https://inkafine.com/wp-content/uploads/2020/05/product-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18015, 1, '2022-08-04 13:53:17', '2022-08-04 13:53:17', '', 'product-image3', '', 'inherit', 'open', 'closed', '', 'product-image3', '', '', '2022-08-04 13:53:17', '2022-08-04 13:53:17', '', 2382, 'https://inkafine.com/wp-content/uploads/2020/05/product-image3.jpg', 0, 'attachment', 'image/jpeg', 0),
(18016, 1, '2022-08-04 13:57:32', '2022-08-04 13:57:32', '', 'product-image4', '', 'inherit', 'open', 'closed', '', 'product-image4', '', '', '2022-08-04 13:57:32', '2022-08-04 13:57:32', '', 2377, 'https://inkafine.com/wp-content/uploads/2020/05/product-image4.jpg', 0, 'attachment', 'image/jpeg', 0),
(18017, 1, '2022-08-04 13:58:46', '2022-08-04 13:58:46', '', 'product-image5', '', 'inherit', 'open', 'closed', '', 'product-image5', '', '', '2022-08-04 13:58:46', '2022-08-04 13:58:46', '', 2346, 'https://inkafine.com/wp-content/uploads/2020/05/product-image5.jpg', 0, 'attachment', 'image/jpeg', 0),
(18018, 1, '2022-08-04 13:59:13', '2022-08-04 13:59:13', '', 'product-image6', '', 'inherit', 'open', 'closed', '', 'product-image6', '', '', '2022-08-04 13:59:13', '2022-08-04 13:59:13', '', 2346, 'https://inkafine.com/wp-content/uploads/2020/05/product-image6.jpg', 0, 'attachment', 'image/jpeg', 0),
(18019, 1, '2022-08-04 13:59:17', '2022-08-04 13:59:17', '', 'product-image7', '', 'inherit', 'open', 'closed', '', 'product-image7', '', '', '2022-08-04 13:59:17', '2022-08-04 13:59:17', '', 2346, 'https://inkafine.com/wp-content/uploads/2020/05/product-image7.jpg', 0, 'attachment', 'image/jpeg', 0),
(18023, 1, '2022-08-05 09:35:03', '2022-08-05 09:35:03', '[rev_slider alias=\"main\" slidertitle=\"Main\"][/rev_slider]		\n			individuAL TAILORING<h1\n			>Measured, Made and Fitted by Us</h1>		\n		<p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p><p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>		\n			<h4><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                                    Custom                                     </a><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                                                                        </a><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                                    Tailoring                                    </a></h4><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/custom-tailoring/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/services/hems-shortening/\">\n                                    Hemming                                    </a><a href=\"https://inkafine.com/services/hems-shortening/\">\n                                                                        </a><a href=\"https://inkafine.com/services/hems-shortening/\">\n                                    Shortening                                    </a></h4><a href=\"https://inkafine.com/services/hems-shortening/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/hems-shortening/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/services/home-textile/\">\n                                    Home                                     </a><a href=\"https://inkafine.com/services/home-textile/\">\n                                                                        </a><a href=\"https://inkafine.com/services/home-textile/\">\n                                    Textiles                                    </a></h4><a href=\"https://inkafine.com/services/home-textile/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/home-textile/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/services/clothing-repair/\">\n                                    Repair &amp;                                    </a><a href=\"https://inkafine.com/services/clothing-repair/\">\n                                                                        </a><a href=\"https://inkafine.com/services/clothing-repair/\">\n                                    Maintenance                                    </a></h4><a href=\"https://inkafine.com/services/clothing-repair/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/clothing-repair/\"\n                       >\n                        </a><!-- /.sc_icons -->		\n				01.\n                <h6><a href=\"https://inkafine.com/services/drapes-2/\">Drapes</a></h6>\n                <p>Adipiscing elit sed </p>\n                    <a href=\"https://inkafine.com/services/drapes-2/\">\n                        Read More\n                    </a>\n                    <a href=\"https://inkafine.com/services/drapes-2/\"></a>\n				02.\n                <h6><a href=\"https://inkafine.com/services/curtains/\">Curtains</a></h6>\n                <p>Adipiscing elit sed </p>\n                    <a href=\"https://inkafine.com/services/curtains/\">\n                        Read More\n                    </a>\n                    <a href=\"https://inkafine.com/services/curtains/\"></a>\n				03.\n                <h6><a href=\"https://inkafine.com/services/shutters/\">Shutters</a></h6>\n                <p>Adipiscing elit sed </p>\n                    <a href=\"https://inkafine.com/services/shutters/\">\n                        Read More\n                    </a>\n                    <a href=\"https://inkafine.com/services/shutters/\"></a>\n				04.\n                <h6><a href=\"https://inkafine.com/services/blinds/\">Blinds</a></h6>\n                <p>Adipiscing elit sed </p>\n                    <a href=\"https://inkafine.com/services/blinds/\">\n                        Read More\n                    </a>\n                    <a href=\"https://inkafine.com/services/blinds/\"></a>		\n			<aside>			\n			</aside>		\n		<h3>We\'ll make your home a perfect place for living</h3><h3>We\'ll make your home a perfect place for living</h3>		\n			Home Textiles<h1\n			>Discover Our New <i>Cozy Collection</i></h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia.</p>\n			<a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\" >View Collection</a>		\n			testimonials<h1\n			>What Our Clients Say</h1>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim.</p>\n			<h4>Charlie Carter</h4>\n			Photographer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n			<h4>Harry Wooster</h4>\n			Business Expert		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n			<h4>Peter Brodson</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n			<h4>Helen Shay</h4>\n			Art Expert		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n			<h4>Mary Jankins</h4>\n			Teacher		\n<!-- /.sc_testimonials -->		\n			beauty & comfort<h1\n			>Choose Our New Home Textile Collection</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			<h2\n			>Subscribe for the exclusive updates!</h2>		\n		[mc4wp_form id=\"461\" element_id=\"style-3\"]		\n			Browse our collections		\n						<h4><a href=\"https://inkafine.com/services/linen-collection/\">Linen Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim<br />\nveniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/linen-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image8-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/linen-collection/\"></a>			<a href=\"https://inkafine.com/services/linen-collection/\"  aria-hidden=\"true\"></a>\n						<h4><a href=\"https://inkafine.com/services/decor-collection/\">Decor Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim<br />\nveniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/decor-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image10-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/decor-collection/\"></a>			<a href=\"https://inkafine.com/services/decor-collection/\"  aria-hidden=\"true\"></a>\n						<h4><a href=\"https://inkafine.com/services/mens-collection/\">Men&#8217;s Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim<br />\nveniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/mens-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image9-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/mens-collection/\"></a>			<a href=\"https://inkafine.com/services/mens-collection/\"  aria-hidden=\"true\"></a>\n						<h4><a href=\"https://inkafine.com/services/curtains-collection/\">Curtains Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim<br />\nveniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/curtains-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image11-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/curtains-collection/\"></a>			<a href=\"https://inkafine.com/services/curtains-collection/\"  aria-hidden=\"true\"></a>\n			from the shop<h1\n			>Our Summer <i>Sale</i></h1>		\n			<ul>\n<li>\n								<a href=\"https://inkafine.com/product/chiffon-curtains/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image1-500x600.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2382\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2382\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2382\"\n														data-product_sku=\"546735\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/chiffon-curtains/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/chiffon-curtains/\">Chiffon Curtains</a></h2>			\n	<bdi>&#36;165.00</bdi>\nRated <strong>5.00</strong> out of 5<a href=\"?add-to-cart=2382\" data-quantity=\"1\" data-product_id=\"2382\" data-product_sku=\"546735\" aria-label=\"Add &ldquo;Chiffon Curtains&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/linen-fabric/\">\n	Sale!\n	<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image2-500x600.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2381\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2381\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2381\"\n														data-product_sku=\"798657\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/linen-fabric/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/linen-fabric/\">Linen Fabric</a></h2>			\n	<del aria-hidden=\"true\"><bdi>&#36;99.00</bdi></del> <ins><bdi>&#36;89.00</bdi></ins>\nRated <strong>5.00</strong> out of 5<a href=\"?add-to-cart=2381\" data-quantity=\"1\" data-product_id=\"2381\" data-product_sku=\"798657\" aria-label=\"Add &ldquo;Linen Fabric&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/poplin-fabric/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image4-500x600.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2377\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2377\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2377\"\n														data-product_sku=\"546797\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/poplin-fabric/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/poplin-fabric/\">Poplin Fabric</a></h2>			\n	<bdi>&#36;49.00</bdi>\nRated <strong>5.00</strong> out of 5<a href=\"?add-to-cart=2377\" data-quantity=\"1\" data-product_id=\"2377\" data-product_sku=\"546797\" aria-label=\"Add &ldquo;Poplin Fabric&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/green-shutters/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image5-500x600.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2346\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2346\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2346\"\n														data-product_sku=\"546795\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/green-shutters/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/green-shutters/\">Green Shutters</a></h2>			\n	<bdi>&#36;67.00</bdi>\nRated <strong>5.00</strong> out of 5<a href=\"?add-to-cart=2346\" data-quantity=\"1\" data-product_id=\"2346\" data-product_sku=\"546795\" aria-label=\"Add &ldquo;Green Shutters&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n</ul>\n			<a href=\"https://inkafine.com/shop\" >Browse All Items</a>		\n			Articles<h1\n			>Latest Posts</h1>		\n						<a href=\"https://inkafine.com/category/home-textiles/\" rel=\"category tag\">Home Textiles</a><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">April 21, 2020</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\" rel=\"bookmark\">Chart-Topper Designer Trends This Spring</a></h5>Adipiscing elit, do eiusmod tempor \nincididunt ut labore et dolore.<a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">Read More</a><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\"></a>			<a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<a href=\"https://inkafine.com/category/home-textiles/\" rel=\"category tag\">Home Textiles</a><a href=\"https://inkafine.com/startup-ideas-for-your-tailoring-business/\">April 21, 2020</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/startup-ideas-for-your-tailoring-business/\" rel=\"bookmark\">Startup Ideas for Your Tailoring Business</a></h5>Adipiscing elit, do eiusmod tempor \nincididunt ut labore et dolore.<a href=\"https://inkafine.com/startup-ideas-for-your-tailoring-business/\">Read More</a><a href=\"https://inkafine.com/startup-ideas-for-your-tailoring-business/\"></a>			<a href=\"https://inkafine.com/startup-ideas-for-your-tailoring-business/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<a href=\"https://inkafine.com/category/home-textiles/\" rel=\"category tag\">Home Textiles</a><a href=\"https://inkafine.com/top-5-expressive-designs-for-your-portfolio/\">April 21, 2020</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/top-5-expressive-designs-for-your-portfolio/\" rel=\"bookmark\">Top 5 Expressive Designs for Your Portfolio</a></h5>Adipiscing elit, do eiusmod tempor \nincididunt ut labore et dolore.<a href=\"https://inkafine.com/top-5-expressive-designs-for-your-portfolio/\">Read More</a><a href=\"https://inkafine.com/top-5-expressive-designs-for-your-portfolio/\"></a>			<a href=\"https://inkafine.com/top-5-expressive-designs-for-your-portfolio/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><style type=\"text/css\">.fabric_inline_1800082526{background-image: url(https://inkafine.com/wp-content/uploads/2020/04/post-image9-840x896.jpg);}.fabric_inline_1884917656{background-image: url(https://inkafine.com/wp-content/uploads/2020/04/post-image10-840x840.jpg);}.fabric_inline_1137069655{background-image: url(https://inkafine.com/wp-content/uploads/2020/04/post-image8-840x701.jpg);}</style>', 'Curtains & Blinds', '', 'publish', 'closed', 'closed', '', 'curtains-blinds', '', '', '2022-11-02 15:37:40', '2022-11-02 15:37:40', '', 0, 'https://inkafine.com/?page_id=18023', 0, 'page', '', 0),
(18028, 1, '2022-08-05 09:58:34', '2022-08-05 09:58:34', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Drapes', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'drapes-2', '', '', '2022-09-10 19:07:28', '2022-09-10 19:07:28', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18028', 0, 'cpt_services', '', 0),
(18029, 1, '2022-08-05 09:58:11', '2022-08-05 09:58:11', '', 'service-image12', '', 'inherit', 'open', 'closed', '', 'service-image12', '', '', '2022-08-05 09:58:11', '2022-08-05 09:58:11', '', 18028, 'https://inkafine.com/wp-content/uploads/2022/08/service-image12.jpg', 0, 'attachment', 'image/jpeg', 0),
(18030, 1, '2022-08-05 10:00:09', '2022-08-05 10:00:09', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Curtains', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'curtains', '', '', '2022-08-05 10:07:26', '2022-08-05 10:07:26', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18030', 0, 'cpt_services', '', 0),
(18031, 1, '2022-08-05 09:59:49', '2022-08-05 09:59:49', '', 'service-image13', '', 'inherit', 'open', 'closed', '', 'service-image13', '', '', '2022-08-05 09:59:49', '2022-08-05 09:59:49', '', 18030, 'https://inkafine.com/wp-content/uploads/2022/08/service-image13.jpg', 0, 'attachment', 'image/jpeg', 0),
(18032, 1, '2022-08-05 10:02:09', '2022-08-05 10:02:09', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Shutters', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'shutters', '', '', '2022-08-05 10:07:19', '2022-08-05 10:07:19', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18032', 0, 'cpt_services', '', 0),
(18033, 1, '2022-08-05 10:01:23', '2022-08-05 10:01:23', '', 'service-image14', '', 'inherit', 'open', 'closed', '', 'service-image14', '', '', '2022-08-05 10:01:23', '2022-08-05 10:01:23', '', 18032, 'https://inkafine.com/wp-content/uploads/2022/08/service-image14.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(18034, 1, '2022-08-05 10:04:15', '2022-08-05 10:04:15', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Blinds', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'blinds', '', '', '2022-09-10 19:07:58', '2022-09-10 19:07:58', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18034', 0, 'cpt_services', '', 0),
(18035, 1, '2022-08-05 10:03:48', '2022-08-05 10:03:48', '', 'service-image15', '', 'inherit', 'open', 'closed', '', 'service-image15', '', '', '2022-08-05 10:03:48', '2022-08-05 10:03:48', '', 18034, 'https://inkafine.com/wp-content/uploads/2022/08/service-image15.jpg', 0, 'attachment', 'image/jpeg', 0),
(18063, 1, '2022-08-05 10:17:46', '2022-08-05 10:17:46', '', 'home1-image1', '', 'inherit', 'open', 'closed', '', 'home1-image1', '', '', '2022-08-05 10:17:46', '2022-08-05 10:17:46', '', 18023, 'https://inkafine.com/wp-content/uploads/2022/08/home1-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18067, 1, '2022-08-05 10:52:07', '2022-08-05 10:52:07', '<!-- wp:paragraph -->\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<!-- /wp:paragraph -->', 'Mary Jankins', '', 'publish', 'closed', 'closed', '', 'mark-jankins-2', '', '', '2022-08-05 10:52:08', '2022-08-05 10:52:08', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=18067', 0, 'cpt_testimonials', '', 0),
(18068, 1, '2022-08-05 10:53:58', '2022-08-05 10:53:58', '<!-- wp:paragraph -->\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->', 'Helen Shay', '', 'publish', 'closed', 'closed', '', 'mark-jankins-2-2', '', '', '2022-08-05 10:53:59', '2022-08-05 10:53:59', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=18068', 0, 'cpt_testimonials', '', 0),
(18069, 1, '2022-08-05 10:55:12', '2022-08-05 10:55:12', '<!-- wp:paragraph -->\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n<!-- /wp:paragraph -->', 'Peter Brodson', '', 'publish', 'closed', 'closed', '', 'mark-jankins-2-2-2', '', '', '2022-08-05 10:55:13', '2022-08-05 10:55:13', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=18069', 0, 'cpt_testimonials', '', 0),
(18070, 1, '2022-08-05 10:57:19', '2022-08-05 10:57:19', '<!-- wp:paragraph -->\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n<!-- /wp:paragraph -->', 'Harry Wooster', '', 'publish', 'closed', 'closed', '', 'mary-dowson-2', '', '', '2022-08-05 10:57:19', '2022-08-05 10:57:19', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=18070', 0, 'cpt_testimonials', '', 0),
(18071, 1, '2022-08-05 10:59:09', '2022-08-05 10:59:09', '<!-- wp:paragraph -->\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim.</p>\n<!-- /wp:paragraph -->', 'Charlie Carter', '', 'publish', 'closed', 'closed', '', 'mary-dowson-2-2', '', '', '2022-08-05 10:59:10', '2022-08-05 10:59:10', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=18071', 0, 'cpt_testimonials', '', 0),
(18101, 1, '2022-08-05 13:46:39', '2022-08-05 13:46:39', '[rev_slider alias=\"textile\" slidertitle=\"Textile\"][/rev_slider]		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textile</i> offers a variety of solutions and styles.</h1>		\n		<p style=\"text-align: center;\"><a href=\"#read\">Read More</a></p>		\n			<a id=\"sc_anchor_read\"	title=\"\"  data-vc-icon=\"\" data-url=\"\" ></a>		\n			<aside>	\n						<img src=\"//inkafine.com/wp-content/uploads/2022/08/shop-category1-650x572.jpg\" width=\"650\" height=\"572\" alt=\"Category image\">\n								<h6>\n									Accessories</h6>\n								<a href=\"https://inkafine.com/product-category/accessories/\">Shop Now</a>\n						<a href=\"https://inkafine.com/product-category/accessories/\"></a>\n						<img src=\"//inkafine.com/wp-content/uploads/2022/08/post-image4-650x572.jpg\" width=\"650\" height=\"572\" alt=\"Category image\">\n								<h6>\n									Blinds</h6>\n								<a href=\"https://inkafine.com/product-category/blinds/\">Shop Now</a>\n						<a href=\"https://inkafine.com/product-category/blinds/\"></a>\n						<img src=\"//inkafine.com/wp-content/uploads/2022/08/shop-category2-650x572.jpg\" width=\"650\" height=\"572\" alt=\"Category image\">\n								<h6>\n									Curtains</h6>\n								<a href=\"https://inkafine.com/product-category/curtains/\">Shop Now</a>\n						<a href=\"https://inkafine.com/product-category/curtains/\"></a>\n						<img src=\"//inkafine.com/wp-content/uploads/2022/08/shop-category3-650x572.jpg\" width=\"650\" height=\"572\" alt=\"Category image\">\n								<h6>\n									Cushions</h6>\n								<a href=\"https://inkafine.com/product-category/cushions/\">Shop Now</a>\n						<a href=\"https://inkafine.com/product-category/cushions/\"></a>\n						<img src=\"//inkafine.com/wp-content/uploads/2022/08/shop-category4-650x572.jpg\" width=\"650\" height=\"572\" alt=\"Category image\">\n								<h6>\n									Decor</h6>\n								<a href=\"https://inkafine.com/product-category/decor/\">Shop Now</a>\n						<a href=\"https://inkafine.com/product-category/decor/\"></a>\n						<img src=\"//inkafine.com/wp-content/uploads/2022/08/shop-category5-650x572.jpg\" width=\"650\" height=\"572\" alt=\"Category image\">\n								<h6>\n									Dressmaking</h6>\n								<a href=\"https://inkafine.com/product-category/dressmaking/\">Shop Now</a>\n						<a href=\"https://inkafine.com/product-category/dressmaking/\"></a>\n						<img src=\"//inkafine.com/wp-content/uploads/2022/08/portfolio-image21-650x572.jpg\" width=\"650\" height=\"572\" alt=\"Category image\">\n								<h6>\n									Fabric</h6>\n								<a href=\"https://inkafine.com/product-category/fabric/\">Shop Now</a>\n						<a href=\"https://inkafine.com/product-category/fabric/\"></a>\n						<img src=\"//inkafine.com/wp-content/uploads/2022/08/shop-category6-650x572.jpg\" width=\"650\" height=\"572\" alt=\"Category image\">\n								<h6>\n									Suits</h6>\n								<a href=\"https://inkafine.com/product-category/suits/\">Shop Now</a>\n						<a href=\"https://inkafine.com/product-category/suits/\"></a>\n</aside>		\n			Our Shop<h1\n			>Summer <i>Collection</i></h1>		\n			<ul>\n<li>\n								<a href=\"https://inkafine.com/product/linen-fabric/\">\n	Sale!\n	<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image2-500x600.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2381\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2381\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2381\"\n														data-product_sku=\"798657\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/linen-fabric/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/linen-fabric/\">Linen Fabric</a></h2>			\n	<del aria-hidden=\"true\"><bdi>&#36;99.00</bdi></del> <ins><bdi>&#36;89.00</bdi></ins>\nRated <strong>5.00</strong> out of 5<a href=\"?add-to-cart=2381\" data-quantity=\"1\" data-product_id=\"2381\" data-product_sku=\"798657\" aria-label=\"Add &ldquo;Linen Fabric&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/satin-fabric/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image7-500x600.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2345\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2345\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2345\"\n														data-product_sku=\"348687\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/satin-fabric/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/satin-fabric/\">Satin Fabric</a></h2>			\n	<bdi>&#36;256.00</bdi>\n<a href=\"?add-to-cart=2345\" data-quantity=\"1\" data-product_id=\"2345\" data-product_sku=\"348687\" aria-label=\"Add &ldquo;Satin Fabric&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/cotton-fabric/\">\n	Sale!\n	<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image6-500x600.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2344\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2344\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2344\"\n														data-product_sku=\"67459\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/cotton-fabric/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/cotton-fabric/\">Cotton Fabric</a></h2>			\n	<del aria-hidden=\"true\"><bdi>&#36;45.00</bdi></del> <ins><bdi>&#36;35.00</bdi></ins>\n<a href=\"?add-to-cart=2344\" data-quantity=\"1\" data-product_id=\"2344\" data-product_sku=\"67459\" aria-label=\"Add &ldquo;Cotton Fabric&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/silk-fabric/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image3-500x600.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2340\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2340\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2340\"\n														data-product_sku=\"\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/silk-fabric/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/silk-fabric/\">Silk Fabric</a></h2>			\n	<bdi>&#36;225.00</bdi>\n<a href=\"?add-to-cart=2340\" data-quantity=\"1\" data-product_id=\"2340\" data-product_sku=\"\" aria-label=\"Add &ldquo;Silk Fabric&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n</ul>\n			<a href=\"https://inkafine.com/shop\" >Browse All Items</a>		\n			choose us<h1\n			>We Offer the Highest <i>Quality Fabrics</i> and Ready-Made Clothes</h1>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/typography-image1-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/our-fabric/\"></a>			<a href=\"https://inkafine.com/services/our-fabric/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/our-fabric/\">01.Our Fabric</a></h4>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/shipping-pricelist/\"></a>			<a href=\"https://inkafine.com/services/shipping-pricelist/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/shipping-pricelist/\">02.Shipping Pricelist</a></h4>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image16-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/childrens-collection/\"></a>			<a href=\"https://inkafine.com/services/childrens-collection/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/childrens-collection/\">03.Children&#8217;s Collection</a></h4>\n			<a href=\"#go-video2\" role=\"button\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			great variety<h1\n			>Welcome to Fabric Store <i>Online</i></h1>		\n		Qadipiscing elit, sed do eiusmod tempor.		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna laboris nisi aliqua.		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"tel:08005554433\" >0 800 555 44 33</a>		\n												<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-3-px0pf29o1yabwcl9zbw4k7vcx4tjj0eufax1koyt4w.jpg\" title=\"textile-img-3\" alt=\"textile-img-3\" />														\n												<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-1-px0pf29oi6g6wj114aq7gj1uymjgl3tr53p3shdybk.jpg\" title=\"textile-img-1\" alt=\"textile-img-1\" />														\n			<h4>Best Prices</h4>Custom Subtitle<h4>Fast Shipping</h4>Custom Subtitle<h4>Buyer&#039;s Protection</h4>Custom Subtitle<h4>Live Support</h4>Custom Subtitle<!-- /.sc_icons -->', 'Textile Shop', '', 'publish', 'closed', 'closed', '', 'textile-shop', '', '', '2022-11-03 11:49:29', '2022-11-03 11:49:29', '', 0, 'https://inkafine.com/?page_id=18101', 0, 'page', '', 0),
(18106, 1, '2022-08-05 13:51:30', '2022-08-05 13:51:30', '', 'shop-category1', '', 'inherit', 'open', 'closed', '', 'shop-category1', '', '', '2022-08-05 13:51:30', '2022-08-05 13:51:30', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/shop-category1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18107, 1, '2022-08-05 13:53:43', '2022-08-05 13:53:43', '', 'shop-category2', '', 'inherit', 'open', 'closed', '', 'shop-category2', '', '', '2022-08-05 13:53:43', '2022-08-05 13:53:43', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/shop-category2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18108, 1, '2022-08-05 13:54:51', '2022-08-05 13:54:51', '', 'shop-category3', '', 'inherit', 'open', 'closed', '', 'shop-category3', '', '', '2022-08-05 13:54:51', '2022-08-05 13:54:51', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/shop-category3.jpg', 0, 'attachment', 'image/jpeg', 0),
(18109, 1, '2022-08-05 13:56:13', '2022-08-05 13:56:13', '', 'shop-category4', '', 'inherit', 'open', 'closed', '', 'shop-category4', '', '', '2022-08-05 13:56:13', '2022-08-05 13:56:13', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/shop-category4.jpg', 0, 'attachment', 'image/jpeg', 0),
(18110, 1, '2022-08-05 13:57:32', '2022-08-05 13:57:32', '', 'shop-category5', '', 'inherit', 'open', 'closed', '', 'shop-category5', '', '', '2022-08-05 13:57:32', '2022-08-05 13:57:32', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/shop-category5.jpg', 0, 'attachment', 'image/jpeg', 0),
(18111, 1, '2022-08-05 13:58:50', '2022-08-05 13:58:50', '', 'shop-category6', '', 'inherit', 'open', 'closed', '', 'shop-category6', '', '', '2022-08-05 13:58:50', '2022-08-05 13:58:50', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/shop-category6.jpg', 0, 'attachment', 'image/jpeg', 0),
(18124, 1, '2022-08-08 08:48:53', '2022-08-08 08:48:53', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Our Fabric', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'our-fabric', '', '', '2022-08-08 08:49:00', '2022-08-08 08:49:00', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18124', 0, 'cpt_services', '', 0),
(18125, 1, '2022-08-08 08:49:35', '2022-08-08 08:49:35', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Shipping Pricelist', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'shipping-pricelist', '', '', '2022-08-08 08:49:42', '2022-08-08 08:49:42', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18125', 0, 'cpt_services', '', 0),
(18126, 1, '2022-08-08 08:53:32', '2022-08-08 08:53:32', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Children\'s Collection', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'childrens-collection', '', '', '2022-08-08 08:53:49', '2022-08-08 08:53:49', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18126', 0, 'cpt_services', '', 0),
(18127, 1, '2022-08-08 08:53:08', '2022-08-08 08:53:08', '', 'service-image16', '', 'inherit', 'open', 'closed', '', 'service-image16', '', '', '2022-08-08 08:53:08', '2022-08-08 08:53:08', '', 18126, 'https://inkafine.com/wp-content/uploads/2022/08/service-image16.jpg', 0, 'attachment', 'image/jpeg', 0),
(18137, 1, '2022-08-08 09:00:16', '2022-08-08 09:00:16', '', 'home2-image1', '', 'inherit', 'open', 'closed', '', 'home2-image1', '', '', '2022-08-08 09:00:16', '2022-08-08 09:00:16', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home2-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18138, 1, '2022-08-08 09:00:20', '2022-08-08 09:00:20', '', 'home2-image2', '', 'inherit', 'open', 'closed', '', 'home2-image2', '', '', '2022-08-08 09:00:20', '2022-08-08 09:00:20', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home2-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18139, 1, '2022-08-08 09:00:52', '2022-08-08 09:00:52', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>01.Polos</h4>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>02.Poleras</h4>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>03.Camisas</h4>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>04.Casacas</h4>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'publish', 'closed', 'closed', '', 'manufacturing', '', '', '2023-10-06 03:29:52', '2023-10-06 08:29:52', '', 0, 'https://inkafine.com/?page_id=18139', 0, 'page', '', 0),
(18150, 1, '2022-08-08 09:21:18', '2022-08-08 14:21:18', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Polos', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'polos', '', '', '2023-10-04 01:30:54', '2023-10-04 06:30:54', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18150', 0, 'cpt_services', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(18151, 1, '2022-08-08 09:22:19', '2022-08-08 14:22:19', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Poleras', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'poleras', '', '', '2023-10-04 01:37:17', '2023-10-04 06:37:17', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18151', 0, 'cpt_services', '', 0),
(18152, 1, '2022-08-08 09:24:09', '2022-08-08 14:24:09', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Camisas', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'camisas', '', '', '2023-10-04 01:33:40', '2023-10-04 06:33:40', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18152', 0, 'cpt_services', '', 0),
(18153, 1, '2022-08-08 09:23:47', '2022-08-08 09:23:47', '', 'service-image17', '', 'inherit', 'open', 'closed', '', 'service-image17', '', '', '2022-08-08 09:23:47', '2022-08-08 09:23:47', '', 18152, 'https://inkafine.com/wp-content/uploads/2022/08/service-image17.jpg', 0, 'attachment', 'image/jpeg', 0),
(18154, 1, '2022-08-08 09:25:16', '2022-08-08 14:25:16', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Casacas', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'casacas', '', '', '2023-10-04 01:36:02', '2023-10-04 06:36:02', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18154', 0, 'cpt_services', '', 0),
(18161, 1, '2022-08-08 09:34:55', '2022-08-08 09:34:55', '', 'home3-image1', '', 'inherit', 'open', 'closed', '', 'home3-image1', '', '', '2022-08-08 09:34:55', '2022-08-08 09:34:55', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home3-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18162, 1, '2022-08-08 09:34:59', '2022-08-08 09:34:59', '', 'home3-image2', '', 'inherit', 'open', 'closed', '', 'home3-image2', '', '', '2022-08-08 09:34:59', '2022-08-08 09:34:59', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home3-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18163, 1, '2022-08-08 09:35:05', '2022-08-08 09:35:05', '', 'home3-image3', '', 'inherit', 'open', 'closed', '', 'home3-image3', '', '', '2022-08-08 09:35:05', '2022-08-08 09:35:05', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home3-image3.jpg', 0, 'attachment', 'image/jpeg', 0),
(18164, 1, '2022-08-08 09:35:10', '2022-08-08 09:35:10', '', 'home3-image4', '', 'inherit', 'open', 'closed', '', 'home3-image4', '', '', '2022-08-08 09:35:10', '2022-08-08 09:35:10', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home3-image4.jpg', 0, 'attachment', 'image/jpeg', 0),
(18165, 1, '2022-08-08 09:41:41', '2022-08-08 09:41:41', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Boost Your Confidence with a Bespoke Suit', '', 'publish', 'open', 'open', '', 'boost-your-confidence-with-a-bespoke-suit', '', '', '2022-08-10 11:37:06', '2022-08-10 11:37:06', '', 0, 'https://inkafine.com/?p=18165', 0, 'post', '', 0),
(18166, 1, '2022-08-08 09:41:27', '2022-08-08 09:41:27', '', 'post-image5', '', 'inherit', 'open', 'closed', '', 'post-image5', '', '', '2022-08-08 09:41:27', '2022-08-08 09:41:27', '', 18165, 'https://inkafine.com/wp-content/uploads/2022/08/post-image5.jpg', 0, 'attachment', 'image/jpeg', 0),
(18169, 1, '2022-08-08 09:42:39', '2022-08-08 09:42:39', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Custom Shirts - Summer 2022 Must Haves', '', 'publish', 'open', 'open', '', 'custom-shirts-summer-2022-must-haves', '', '', '2022-08-10 11:37:02', '2022-08-10 11:37:02', '', 0, 'https://inkafine.com/?p=18169', 0, 'post', '', 0),
(18171, 1, '2022-08-08 09:44:13', '2022-08-08 09:44:13', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'How to Button Suit Jackets and Blazers', '', 'publish', 'open', 'open', '', 'how-to-button-suit-jackets-and-blazers', '', '', '2022-08-10 11:36:59', '2022-08-10 11:36:59', '', 0, 'https://inkafine.com/?p=18171', 0, 'post', '', 0),
(18172, 1, '2022-08-08 09:43:35', '2022-08-08 09:43:35', '', 'post-image6', '', 'inherit', 'open', 'closed', '', 'post-image6', '', '', '2022-08-08 09:43:35', '2022-08-08 09:43:35', '', 18171, 'https://inkafine.com/wp-content/uploads/2022/08/post-image6.jpg', 0, 'attachment', 'image/jpeg', 0),
(18174, 1, '2022-08-08 09:45:38', '2022-08-08 09:45:38', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Suit Style Tips Every Man Must Know', '', 'publish', 'open', 'open', '', 'suit-style-tips-every-man-must-know', '', '', '2022-08-10 11:36:55', '2022-08-10 11:36:55', '', 0, 'https://inkafine.com/?p=18174', 0, 'post', '', 0),
(18176, 1, '2022-08-08 09:46:17', '2022-08-08 09:46:17', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'What are Basic Pattern Blocks and how to Use Them', '', 'publish', 'open', 'open', '', 'what-are-basic-pattern-blocks-and-how-to-use-them', '', '', '2022-08-10 11:36:38', '2022-08-10 11:36:38', '', 0, 'https://inkafine.com/?p=18176', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(18191, 1, '2022-08-08 10:39:30', '2022-08-08 10:39:30', '<h2\n			>Collection <i>2022</i></h2>		\n			<h2\n			>Collection <i>2022</i></h2>		\n			<h6>Discover your unique style with our new seasonal collections. Check new arrivals!</h6>		\n			<h6>Discover your unique style with our new seasonal collections. Check new arrivals!</h6>		\n						<a href=\"https://inkafine.com/portfolio/spring-collection/\"></a><h5><a href=\"https://inkafine.com/portfolio/spring-collection/\">Spring Collection</a></h5><a href=\"https://inkafine.com/portfolio_group/our-collections/\" title=\"View all posts in Our Collections\">Our Collections</a>	\n						<a href=\"https://inkafine.com/portfolio/evening-wear/\"></a><h5><a href=\"https://inkafine.com/portfolio/evening-wear/\">Evening Wear</a></h5><a href=\"https://inkafine.com/portfolio_group/our-collections/\" title=\"View all posts in Our Collections\">Our Collections</a>	\n						<a href=\"https://inkafine.com/portfolio/winter-collection/\"></a><h5><a href=\"https://inkafine.com/portfolio/winter-collection/\">Winter Collection</a></h5><a href=\"https://inkafine.com/portfolio_group/our-collections/\" title=\"View all posts in Our Collections\">Our Collections</a>	\n						<a href=\"https://inkafine.com/portfolio/office-style/\"></a><h5><a href=\"https://inkafine.com/portfolio/office-style/\">Office Style</a></h5><a href=\"https://inkafine.com/portfolio_group/our-collections/\" title=\"View all posts in Our Collections\">Our Collections</a>	\n						<a href=\"https://inkafine.com/portfolio/mens-style-guide/\"></a><h5><a href=\"https://inkafine.com/portfolio/mens-style-guide/\">Men&#8217;s Style Guide</a></h5><a href=\"https://inkafine.com/portfolio_group/our-collections/\" title=\"View all posts in Our Collections\">Our Collections</a>	\n						<a href=\"https://inkafine.com/portfolio/autumn-trends/\"></a><h5><a href=\"https://inkafine.com/portfolio/autumn-trends/\">Autumn Trends</a></h5><a href=\"https://inkafine.com/portfolio_group/our-collections/\" title=\"View all posts in Our Collections\">Our Collections</a>	\n						<a href=\"https://inkafine.com/portfolio/vintage-trends/\"></a><h5><a href=\"https://inkafine.com/portfolio/vintage-trends/\">Vintage Trends</a></h5><a href=\"https://inkafine.com/portfolio_group/our-collections/\" title=\"View all posts in Our Collections\">Our Collections</a>	\n						<a href=\"https://inkafine.com/portfolio/sleeve-styles/\"></a><h5><a href=\"https://inkafine.com/portfolio/sleeve-styles/\">Sleeve Styles</a></h5><a href=\"https://inkafine.com/portfolio_group/our-collections/\" title=\"View all posts in Our Collections\">Our Collections</a>	\n						<a href=\"https://inkafine.com/portfolio/designer-dresses/\"></a><h5><a href=\"https://inkafine.com/portfolio/designer-dresses/\">Designer Dresses</a></h5><a href=\"https://inkafine.com/portfolio_group/our-collections/\" title=\"View all posts in Our Collections\">Our Collections</a>	\n<!-- /.sc_portfolio --><style type=\"text/css\">.fabric_inline_1130733126{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image27-650x572.jpg);}.fabric_inline_1000234490{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image28-650x572.jpg);}.fabric_inline_1013499350{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image29-650x572.jpg);}.fabric_inline_1460815809{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/textile-img-26-650x572.jpg);}.fabric_inline_45539343{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/textile-img-27-650x572.jpg);}.fabric_inline_650269998{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/textile-img-28-650x572.jpg);}.fabric_inline_1300800686{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/textile-img-29-650x572.jpg);}.fabric_inline_1444530998{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/textile-img-31-650x572.jpg);}.fabric_inline_372201741{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/textile-img-30-650x572.jpg);}</style>', 'Fashion Designer', '', 'publish', 'closed', 'closed', '', 'fashion-designer', '', '', '2022-11-02 16:08:34', '2022-11-02 16:08:34', '', 0, 'https://inkafine.com/?page_id=18191', 0, 'page', '', 0),
(18193, 1, '2022-08-08 10:45:22', '2022-08-08 10:45:22', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Spring Collection', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'spring-collection', '', '', '2022-10-17 13:18:38', '2022-10-17 13:18:38', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=18193', 0, 'cpt_portfolio', '', 0),
(18194, 1, '2022-08-08 10:44:40', '2022-08-08 10:44:40', '', 'portfolio-image27', '', 'inherit', 'open', 'closed', '', 'portfolio-image27', '', '', '2022-08-08 10:44:40', '2022-08-08 10:44:40', '', 18193, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image27.jpg', 0, 'attachment', 'image/jpeg', 0),
(18195, 1, '2022-08-08 10:48:54', '2022-08-08 10:48:54', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17867,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image5-1024x683.jpg\" alt=\"\" class=\"wp-image-17867\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Evening Wear', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'evening-wear', '', '', '2022-10-17 13:01:41', '2022-10-17 13:01:41', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=18195', 0, 'cpt_portfolio', '', 0),
(18196, 1, '2022-08-08 10:47:56', '2022-08-08 10:47:56', '', 'portfolio-image28', '', 'inherit', 'open', 'closed', '', 'portfolio-image28', '', '', '2022-08-08 10:47:56', '2022-08-08 10:47:56', '', 18195, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image28.jpg', 0, 'attachment', 'image/jpeg', 0),
(18197, 1, '2022-08-08 10:51:46', '2022-08-08 10:51:46', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17867,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image5-1024x683.jpg\" alt=\"\" class=\"wp-image-17867\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Winter Collection', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'winter-collection', '', '', '2022-10-17 13:01:39', '2022-10-17 13:01:39', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=18197', 0, 'cpt_portfolio', '', 0),
(18198, 1, '2022-08-08 10:51:01', '2022-08-08 10:51:01', '', 'portfolio-image29', '', 'inherit', 'open', 'closed', '', 'portfolio-image29', '', '', '2022-08-08 10:51:01', '2022-08-08 10:51:01', '', 18197, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image29.jpg', 0, 'attachment', 'image/jpeg', 0),
(18199, 1, '2022-08-08 11:08:11', '2022-08-08 11:08:11', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17867,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image5-1024x683.jpg\" alt=\"\" class=\"wp-image-17867\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Office Style', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'office-style', '', '', '2022-10-17 13:01:16', '2022-10-17 13:01:16', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=18199', 0, 'cpt_portfolio', '', 0),
(18200, 1, '2022-08-08 10:53:08', '2022-08-08 10:53:08', '', 'portfolio-image30', '', 'inherit', 'open', 'closed', '', 'portfolio-image30', '', '', '2022-08-08 10:53:08', '2022-08-08 10:53:08', '', 18199, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio-image30.jpg', 0, 'attachment', 'image/jpeg', 0),
(18204, 1, '2022-08-08 11:39:43', '2022-08-08 11:39:43', '[rev_slider alias=\"fashion\" slidertitle=\"Fashion\"][/rev_slider]		\n			<ul>\n<li>\n								<a href=\"https://inkafine.com/product/green-jacket/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image8-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2339\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n				<a href=\"https://inkafine.com/product/green-jacket/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/green-jacket/\">Green Jacket</a></h2>			\n	<bdi>&#36;157.00</bdi>\n<a href=\"?add-to-cart=2339\" data-quantity=\"1\" data-product_id=\"2339\" data-product_sku=\"245085\" aria-label=\"Add &ldquo;Green Jacket&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/white-suit/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image9-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2338\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n				<a href=\"https://inkafine.com/product/white-suit/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/white-suit/\">White Suit</a></h2>			\n	<bdi>&#36;210.00</bdi> &ndash; <bdi>&#36;215.00</bdi>\n<a href=\"https://inkafine.com/product/white-suit/\" data-quantity=\"1\" data-product_id=\"2338\" data-product_sku=\"560212\" aria-label=\"Select options for &ldquo;White Suit&rdquo;\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/linen-jacket/\">\n	Sale!\n	<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image10-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2337\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n				<a href=\"https://inkafine.com/product/linen-jacket/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/linen-jacket/\">Linen Jacket</a></h2>			\n	<del aria-hidden=\"true\"><bdi>&#36;95.00</bdi></del> <ins><bdi>&#36;80.00</bdi></ins>\n<a href=\"?add-to-cart=2337\" data-quantity=\"1\" data-product_id=\"2337\" data-product_sku=\"\" aria-label=\"Add &ldquo;Linen Jacket&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/womens-suit/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image11-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2336\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n				<a href=\"https://inkafine.com/product/womens-suit/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/womens-suit/\">Women&#8217;s Suit</a></h2>			\n	<bdi>&#36;64.00</bdi>\n<a href=\"?add-to-cart=2336\" data-quantity=\"1\" data-product_id=\"2336\" data-product_sku=\"\" aria-label=\"Add &ldquo;Women&#039;s Suit&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n</ul>\n			<h1\n			>Find a Guide in the World of Style & Modern Trends</h1>		\n		<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.natus error sit voluptatem accusantium doloremque laudantium.</p><p>Veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n		[mc4wp_form id=\"461\" element_id=\"style-2\"]		\n			<h2\n			>Spring - Summer 2022</h2>		\n												<img width=\"630\" height=\"557\" src=\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-15.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-15.jpg 630w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-15-600x530.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-15-300x265.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-15-370x327.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-15-410x362.jpg 410w\" sizes=\"(max-width: 630px) 100vw, 630px\" />														\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/product-category/cushions/\">Discover the Collection</a></p>		\n			<h1\n			>Take a Closer Look at Our New Collection</h1>		\n		<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.</p>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			<h4><a href=\"https://inkafine.com/shop/\">\n                                    Worldwide Shipping                                    </a></h4>Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. <a href=\"https://inkafine.com/shop/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/shop/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/shop/\">\n                                    Buyer Protection                                    </a></h4>Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. <a href=\"https://inkafine.com/shop/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/shop/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/shop/\">\n                                    Customer Support                                    </a></h4>Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. <a href=\"https://inkafine.com/shop/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/shop/\"\n                       >\n                        </a><!-- /.sc_icons -->		\n			<h1\n			>Complete Your Look</h1>		\n			<ul>\n<li>\n								<a href=\"https://inkafine.com/product/minimalistic-earrings/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image12-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2335\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2335\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2335\"\n														data-product_sku=\"\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/minimalistic-earrings/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Minimalistic Earrings</a></h2>			\n	<bdi>&#36;88.00</bdi>\n<a href=\"?add-to-cart=2335\" data-quantity=\"1\" data-product_id=\"2335\" data-product_sku=\"\" aria-label=\"Add &ldquo;Minimalistic Earrings&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/small-yellow-purse/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image13-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2473\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2473\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2473\"\n														data-product_sku=\"979504\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/small-yellow-purse/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/small-yellow-purse/\">Small Yellow Purse</a></h2>			\n	<bdi>&#36;138.00</bdi>\n<a href=\"?add-to-cart=2473\" data-quantity=\"1\" data-product_id=\"2473\" data-product_sku=\"979504\" aria-label=\"Add &ldquo;Small Yellow Purse&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/silk-neckerchief/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image14-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2474\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2474\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2474\"\n														data-product_sku=\"\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/silk-neckerchief/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/silk-neckerchief/\">Silk Neckerchief</a></h2>			\n	<bdi>&#36;65.00</bdi>\n<a href=\"?add-to-cart=2474\" data-quantity=\"1\" data-product_id=\"2474\" data-product_sku=\"\" aria-label=\"Add &ldquo;Silk Neckerchief&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/minimalistic-necklace/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2020/05/product-image15-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2482\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n<a rel=\"nofollow\" href=\"?add-to-cart=2482\" \n														aria-hidden=\"true\" \n														data-quantity=\"1\" \n														data-product_id=\"2482\"\n														data-product_sku=\"757012\"\n														class=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"></a>				<a href=\"https://inkafine.com/product/minimalistic-necklace/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/minimalistic-necklace/\">Minimalistic Necklace</a></h2>			\n	<bdi>&#36;42.00</bdi>\n<a href=\"?add-to-cart=2482\" data-quantity=\"1\" data-product_id=\"2482\" data-product_sku=\"757012\" aria-label=\"Add &ldquo;Minimalistic Necklace&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n</ul>\n			<h1\n			>Buy One Get 20% Off for the Next Delivery</h1><a href=\"https://inkafine.com/about-us/\">View More</a>', 'Fashion Label', '', 'publish', 'closed', 'closed', '', 'fashion-label', '', '', '2022-10-17 09:52:24', '2022-10-17 09:52:24', '', 0, 'https://inkafine.com/?page_id=18204', 0, 'page', '', 0),
(18206, 1, '2022-08-08 11:43:08', '2022-08-08 11:43:08', '', 'product-image8', '', 'inherit', 'open', 'closed', '', 'product-image8', '', '', '2022-08-08 11:43:08', '2022-08-08 11:43:08', '', 2339, 'https://inkafine.com/wp-content/uploads/2020/05/product-image8.jpg', 0, 'attachment', 'image/jpeg', 0),
(18207, 1, '2022-08-08 11:43:23', '2022-08-08 11:43:23', '', 'product-image9', '', 'inherit', 'open', 'closed', '', 'product-image9', '', '', '2022-08-08 11:43:23', '2022-08-08 11:43:23', '', 2339, 'https://inkafine.com/wp-content/uploads/2020/05/product-image9.jpg', 0, 'attachment', 'image/jpeg', 0),
(18208, 1, '2022-08-08 11:43:27', '2022-08-08 11:43:27', '', 'product-image10', '', 'inherit', 'open', 'closed', '', 'product-image10', '', '', '2022-08-08 11:43:27', '2022-08-08 11:43:27', '', 2339, 'https://inkafine.com/wp-content/uploads/2020/05/product-image10.jpg', 0, 'attachment', 'image/jpeg', 0),
(18210, 1, '2022-08-08 11:46:36', '2022-08-08 11:46:36', '', 'White Suit - Beige', 'Color: Beige', 'publish', 'closed', 'closed', '', 'cloche-bell-jar-beige', '', '', '2022-08-08 11:46:56', '2022-08-08 11:46:56', '', 2338, 'https://inkafine.com/?post_type=product_variation&p=18210', 1, 'product_variation', '', 0),
(18211, 1, '2022-08-08 11:46:37', '2022-08-08 11:46:37', '', 'White Suit - White', 'Color: White', 'publish', 'closed', 'closed', '', 'cloche-bell-jar-white', '', '', '2022-08-08 11:46:56', '2022-08-08 11:46:56', '', 2338, 'https://inkafine.com/?post_type=product_variation&p=18211', 2, 'product_variation', '', 0),
(18212, 1, '2022-08-08 13:10:16', '2022-08-08 13:10:16', '', 'product-image11', '', 'inherit', 'open', 'closed', '', 'product-image11', '', '', '2022-08-08 13:10:16', '2022-08-08 13:10:16', '', 2337, 'https://inkafine.com/wp-content/uploads/2020/05/product-image11.jpg', 0, 'attachment', 'image/jpeg', 0),
(18219, 1, '2022-08-08 13:20:02', '2022-08-08 13:20:02', '', 'home5-image1', '', 'inherit', 'open', 'closed', '', 'home5-image1', '', '', '2022-08-08 13:20:02', '2022-08-08 13:20:02', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home5-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18220, 1, '2022-08-08 13:23:39', '2022-08-08 13:23:39', '', 'home5-image2', '', 'inherit', 'open', 'closed', '', 'home5-image2', '', '', '2022-08-08 13:23:39', '2022-08-08 13:23:39', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home5-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18221, 1, '2022-08-08 13:23:45', '2022-08-08 13:23:45', '', 'home5-image3', '', 'inherit', 'open', 'closed', '', 'home5-image3', '', '', '2022-08-08 13:23:45', '2022-08-08 13:23:45', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home5-image3.jpg', 0, 'attachment', 'image/jpeg', 0),
(18222, 1, '2022-08-08 13:27:12', '2022-08-08 13:27:12', '', 'home5-image4', '', 'inherit', 'open', 'closed', '', 'home5-image4', '', '', '2022-08-08 13:27:12', '2022-08-08 13:27:12', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home5-image4.jpg', 0, 'attachment', 'image/jpeg', 0),
(18223, 1, '2022-08-08 13:27:17', '2022-08-08 13:27:17', '', 'home5-image5', '', 'inherit', 'open', 'closed', '', 'home5-image5', '', '', '2022-08-08 13:27:17', '2022-08-08 13:27:17', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home5-image5.jpg', 0, 'attachment', 'image/jpeg', 0),
(18224, 1, '2022-08-08 13:42:26', '2022-08-08 13:42:26', '', 'product-image12', '', 'inherit', 'open', 'closed', '', 'product-image12', '', '', '2022-08-08 13:42:26', '2022-08-08 13:42:26', '', 2335, 'https://inkafine.com/wp-content/uploads/2020/05/product-image12.jpg', 0, 'attachment', 'image/jpeg', 0),
(18225, 1, '2022-08-08 13:45:19', '2022-08-08 13:45:19', '', 'product-image14', '', 'inherit', 'open', 'closed', '', 'product-image14', '', '', '2022-08-08 13:45:19', '2022-08-08 13:45:19', '', 2335, 'https://inkafine.com/wp-content/uploads/2020/05/product-image14.jpg', 0, 'attachment', 'image/jpeg', 0),
(18226, 1, '2022-08-08 13:45:24', '2022-08-08 13:45:24', '', 'product-image15', '', 'inherit', 'open', 'closed', '', 'product-image15', '', '', '2022-08-08 13:45:24', '2022-08-08 13:45:24', '', 2335, 'https://inkafine.com/wp-content/uploads/2020/05/product-image15.jpg', 0, 'attachment', 'image/jpeg', 0),
(18228, 1, '2022-08-08 13:49:49', '2022-08-08 13:49:49', '', 'product-image13', '', 'inherit', 'open', 'closed', '', 'product-image13', '', '', '2022-08-08 13:49:49', '2022-08-08 13:49:49', '', 2473, 'https://inkafine.com/wp-content/uploads/2020/05/product-image13.jpg', 0, 'attachment', 'image/jpeg', 0),
(18237, 1, '2022-08-08 14:02:56', '2022-08-08 14:02:56', '', 'home5-image6', '', 'inherit', 'open', 'closed', '', 'home5-image6', '', '', '2022-08-08 14:02:56', '2022-08-08 14:02:56', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home5-image6.jpg', 0, 'attachment', 'image/jpeg', 0),
(18238, 1, '2022-08-09 09:13:34', '2022-08-09 09:13:34', '', 'home6-image1', '', 'inherit', 'open', 'closed', '', 'home6-image1', '', '', '2022-08-09 09:13:34', '2022-08-09 09:13:34', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home6-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18239, 1, '2022-08-09 09:13:38', '2022-08-09 09:13:38', '', 'home6-image2', '', 'inherit', 'open', 'closed', '', 'home6-image2', '', '', '2022-08-09 09:13:38', '2022-08-09 09:13:38', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home6-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18240, 1, '2022-08-09 09:14:37', '2022-08-09 09:14:37', '[rev_slider alias=\"tailor\" slidertitle=\"Tailor\"][/rev_slider]		\n												<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-puoyz4d2bjt4rae1msn4tgfvefpnu7tzo26o9b7gu8.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" />														\n												<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-19-puoyz5aw586vwpitczseie60h55vwjocor8i5q62gw.jpg\" title=\"textile-img-19\" alt=\"textile-img-19\" />														\n			personal tailor<h1\n			>We\'ll Create Your  Perfect Suit</h1>		\n		<p>We appreciate your trust greatly. Our clients choose us and our products because they know we are the best.</p>		\n		<p>Mon-Fri: 9 AM – 22 PM<br />Saturday: 9 AM – 20 PM</p>		\n			<a href=\"https://inkafine.com/about-us\" >About Us</a>		\n			all you need<h1\n			>Our Services</h1>		\n		<p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitacion ullamco.</p>		\n			<a href=\"https://inkafine.com/services/\" >View More</a>		\n				01.\n                <h6><a href=\"https://inkafine.com/services/wedding-services/\">Wedding Services</a></h6>\n                <p>Adipiscing elit sed </p>\n<a href=\"https://inkafine.com/services/wedding-services/\"></a>\n				02.\n                <h6><a href=\"https://inkafine.com/services/custom-accessories/\">Custom Accessories</a></h6>\n                <p>Adipiscing elit sed </p>\n<a href=\"https://inkafine.com/services/custom-accessories/\"></a>\n				03.\n                <h6><a href=\"https://inkafine.com/services/suit-resizing/\">Suit Resizing</a></h6>\n                <p>Adipiscing elit sed </p>\n<a href=\"https://inkafine.com/services/suit-resizing/\"></a>\n				04.\n                <h6><a href=\"https://inkafine.com/services/individual-tailoring/\">Individual Tailoring</a></h6>\n                <p>Adipiscing elit sed </p>\n<a href=\"https://inkafine.com/services/individual-tailoring/\"></a>		\n			<h2\n			>The Height of Handmade Luxury</h2>		\n			<a href=\"https://inkafine.com/pricing\" >Our Pricies</a>		\n			Men\'s Fashion<h1\n			>Explore Our Portfolio</h1>		\n						<h5 data-item-number=\"1\"><a href=\"https://inkafine.com/portfolio/mens-fashion/\" rel=\"bookmark\">Men&#8217;s Fashion</a></h5><a href=\"https://inkafine.com/portfolio_group/mens-fashion/\" title=\"View all posts in Men\'s Fashion\">Men\'s Fashion</a><a href=\"https://inkafine.com/portfolio/mens-fashion/\"></a>			<a href=\"https://inkafine.com/portfolio/mens-fashion/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"2\"><a href=\"https://inkafine.com/portfolio/color-trends/\" rel=\"bookmark\">Color Trends</a></h5><a href=\"https://inkafine.com/portfolio_group/mens-fashion/\" title=\"View all posts in Men\'s Fashion\">Men\'s Fashion</a><a href=\"https://inkafine.com/portfolio/color-trends/\"></a>			<a href=\"https://inkafine.com/portfolio/color-trends/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"3\"><a href=\"https://inkafine.com/portfolio/special-events/\" rel=\"bookmark\">Special Events</a></h5><a href=\"https://inkafine.com/portfolio_group/mens-fashion/\" title=\"View all posts in Men\'s Fashion\">Men\'s Fashion</a><a href=\"https://inkafine.com/portfolio/special-events/\"></a>			<a href=\"https://inkafine.com/portfolio/special-events/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><style type=\"text/css\">.fabric_inline_806685248{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image1.jpg);}.fabric_inline_92140607{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg);}.fabric_inline_1919270959{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image4-890x664.jpg);}</style>		\n			<a href=\"https://inkafine.com/portfolio_group/mens-fashion/\" >Discover More</a>		\n			<h2\n			>Subscribe for the exclusive updates!</h2>		\n		[mc4wp_form id=\"461\" element_id=\"style-3\"]		\n			special occasion<h1\n			>Wedding Collection</h1>		\n			<ul>\n<li>\n								<a href=\"https://inkafine.com/product/slim-fit-grey-suit/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2022/08/product-image18-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"18265\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n				<a href=\"https://inkafine.com/product/slim-fit-grey-suit/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/slim-fit-grey-suit/\">Slim Fit Grey Suit</a></h2>			\n	<bdi>&#36;235.00</bdi>\n<a href=\"?add-to-cart=18265\" data-quantity=\"1\" data-product_id=\"18265\" data-product_sku=\"757012-1\" aria-label=\"Add &ldquo;Slim Fit Grey Suit&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/sky-blue-short/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2022/08/product-image17-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"18269\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n				<a href=\"https://inkafine.com/product/sky-blue-short/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/sky-blue-short/\">Sky Blue Short</a></h2>			\n	<bdi>&#36;168.00</bdi>\n<a href=\"?add-to-cart=18269\" data-quantity=\"1\" data-product_id=\"18269\" data-product_sku=\"757012-1-1\" aria-label=\"Add &ldquo;Sky Blue Short&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n<li>\n								<a href=\"https://inkafine.com/product/tailored-fit-grey-suit/\">\n				<img width=\"500\" height=\"600\" src=\"https://inkafine.com/wp-content/uploads/2022/08/product-image16-500x600.jpg\" alt=\"\" loading=\"lazy\" />				</a>\n	<a role=\"button\" tabindex=\"0\" aria-label=\"Add to Wishlist\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"18271\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\">Add to WishlistRemove from Wishlist</a>		Add to Wishlist\n				<a href=\"https://inkafine.com/product/tailored-fit-grey-suit/\" aria-hidden=\"true\">\n				</a>\n					<h2><a href=\"https://inkafine.com/product/tailored-fit-grey-suit/\">Tailored Fit Grey Suit</a></h2>			\n	<bdi>&#36;235.00</bdi>\n<a href=\"?add-to-cart=18271\" data-quantity=\"1\" data-product_id=\"18271\" data-product_sku=\"757012-1-2\" aria-label=\"Add &ldquo;Tailored Fit Grey Suit&rdquo; to your cart\" rel=\"nofollow\">Buy now</a>				\n		</li>\n</ul>\n			testimonials<h1\n			>What They Say</h1>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n							<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n						<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n							<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n						<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n							<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n						<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			read more<h1\n			>Latest Fashion Tips & Tricks</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image1-890x664.jpg\" alt=\"\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/how-to-sew-different-types-of-collars/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/tailoring/\" rel=\"category tag\">Tailoring</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/how-to-sew-different-types-of-collars/\" rel=\"bookmark\">How to Sew Different Types of Collars</a></h5><a href=\"https://inkafine.com/how-to-sew-different-types-of-collars/\">August 9, 2022</a><a href=\"https://inkafine.com/how-to-sew-different-types-of-collars/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image7-890x664.jpg\" alt=\"\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/creating-designs-inspired-by-geometrics-part/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/tailoring/\" rel=\"category tag\">Tailoring</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/creating-designs-inspired-by-geometrics-part/\" rel=\"bookmark\">Creating Designs Inspired by Geometrics Part</a></h5><a href=\"https://inkafine.com/creating-designs-inspired-by-geometrics-part/\">August 9, 2022</a><a href=\"https://inkafine.com/creating-designs-inspired-by-geometrics-part/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image5-890x664.jpg\" alt=\"\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/save-shopping-time-with-custom-tailored-clothing/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/tailoring/\" rel=\"category tag\">Tailoring</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/save-shopping-time-with-custom-tailored-clothing/\" rel=\"bookmark\">Save Shopping Time with Custom Tailored Clothing</a></h5><a href=\"https://inkafine.com/save-shopping-time-with-custom-tailored-clothing/\">August 9, 2022</a><a href=\"https://inkafine.com/save-shopping-time-with-custom-tailored-clothing/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image5-890x664.jpg\" alt=\"\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/update-your-wardrobe-with-custom-made-accessories/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/tailoring/\" rel=\"category tag\">Tailoring</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/update-your-wardrobe-with-custom-made-accessories/\" rel=\"bookmark\">Update Your Wardrobe with Custom Made Accessories</a></h5><a href=\"https://inkafine.com/update-your-wardrobe-with-custom-made-accessories/\">August 9, 2022</a><a href=\"https://inkafine.com/update-your-wardrobe-with-custom-made-accessories/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/top-ten-must-tries-in-your-look-this-summer/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/tailoring/\" rel=\"category tag\">Tailoring</a><h5 data-item-number=\"5\"><a href=\"https://inkafine.com/top-ten-must-tries-in-your-look-this-summer/\" rel=\"bookmark\">Top Ten Must Tries in Your Look This Summer</a></h5><a href=\"https://inkafine.com/top-ten-must-tries-in-your-look-this-summer/\">August 9, 2022</a><a href=\"https://inkafine.com/top-ten-must-tries-in-your-look-this-summer/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Tailor', '', 'publish', 'closed', 'closed', '', 'tailor', '', '', '2022-10-21 17:52:37', '2022-10-21 17:52:37', '', 0, 'https://inkafine.com/?page_id=18240', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(18245, 1, '2022-08-09 09:19:37', '2022-08-09 09:19:37', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Individual Tailoring', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'individual-tailoring', '', '', '2022-08-09 09:19:47', '2022-08-09 09:19:47', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18245', 0, 'cpt_services', '', 0),
(18246, 1, '2022-08-09 09:19:29', '2022-08-09 09:19:29', '', 'service-image18', '', 'inherit', 'open', 'closed', '', 'service-image18', '', '', '2022-08-09 09:19:29', '2022-08-09 09:19:29', '', 18245, 'https://inkafine.com/wp-content/uploads/2022/08/service-image18.jpg', 0, 'attachment', 'image/jpeg', 0),
(18247, 1, '2022-08-09 09:25:13', '2022-08-09 09:25:13', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Suit Resizing', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'suit-resizing', '', '', '2022-08-09 09:25:20', '2022-08-09 09:25:20', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18247', 0, 'cpt_services', '', 0),
(18248, 1, '2022-08-09 09:24:59', '2022-08-09 09:24:59', '', 'service-image19', '', 'inherit', 'open', 'closed', '', 'service-image19', '', '', '2022-08-09 09:24:59', '2022-08-09 09:24:59', '', 18247, 'https://inkafine.com/wp-content/uploads/2022/08/service-image19.jpg', 0, 'attachment', 'image/jpeg', 0),
(18249, 1, '2022-08-09 09:29:15', '2022-08-09 09:29:15', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Custom Accessories', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'custom-accessories', '', '', '2022-08-09 09:29:22', '2022-08-09 09:29:22', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18249', 0, 'cpt_services', '', 0),
(18250, 1, '2022-08-09 09:27:57', '2022-08-09 09:27:57', '', 'service-image20', '', 'inherit', 'open', 'closed', '', 'service-image20', '', '', '2022-08-09 09:27:57', '2022-08-09 09:27:57', '', 18249, 'https://inkafine.com/wp-content/uploads/2022/08/service-image20.jpg', 0, 'attachment', 'image/jpeg', 0),
(18251, 1, '2022-08-09 09:34:08', '2022-08-09 09:34:08', '<!-- wp:paragraph -->\n<p>Mauris eu nisi eget nisi imperdiet vestibulum. Nunc sodales vehicula risus. Suspendisse id mauris sodales, blandit tortor eu, sodales justo. Morbi tincidunt, ante vel suscipit volutpat, turpis enim volutpSectetur adipiscing elit, sed do eiusm onsectetur adipiscing elit, sed do eiusm od tempor incididunt ut labore. Ut vel placerat eros, eu tincidunt velit. Consectetur adipiscing elit, adipiscing elit, sed do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Sed ut perspiciatis unde omnis iste natus et</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aliquam laoreet sed neque ac vehicula. Cras congue eros nec quam laoreet, in viverra erat bibendum. Cras turpis urna, vulputate at est vitae, posuere lobortis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra_tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra_tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17782\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Aliquam quis lobortis quam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curabitur pellentesque odio magna, id malesuada arcu sodales ut. Sed sed quam ut ex bibendum commodo id id magna. Aliquam sed ligula sed ante blandit volutpat. Ut bibendum, nisi et mattis vulputate, odio arcu aliquet metus, nec dapibus risus risus quis lectus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"tiny_spacer\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer tiny_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:trx-addons/video {\"cover\":17783,\"cover_url\":\"https://inkafine.com/wp-content/uploads/2020/04/service-image4.jpg\",\"link\":\"https://www.youtube.com/watch?v=ZNm6z3zr0f8\"} /-->\n\n<!-- wp:spacer {\"className\":\"small_spacer\"} -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer small_spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>\n<!-- /wp:paragraph -->', 'Wedding Services', 'Adipiscing elit sed ', 'publish', 'closed', 'closed', '', 'wedding-services', '', '', '2022-08-09 09:34:19', '2022-08-09 09:34:19', '', 0, 'https://inkafine.com/?post_type=cpt_services&#038;p=18251', 0, 'cpt_services', '', 0),
(18252, 1, '2022-08-09 09:31:13', '2022-08-09 09:31:13', '', 'service-image21', '', 'inherit', 'open', 'closed', '', 'service-image21', '', '', '2022-08-09 09:31:13', '2022-08-09 09:31:13', '', 18251, 'https://inkafine.com/wp-content/uploads/2022/08/service-image21.jpg', 0, 'attachment', 'image/jpeg', 0),
(18265, 1, '2020-05-08 14:45:21', '2020-05-08 14:45:21', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Slim Fit Grey Suit', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'slim-fit-grey-suit', '', '', '2022-08-10 11:39:48', '2022-08-10 11:39:48', '', 0, 'https://inkafine.com/?post_type=product&#038;p=18265', 0, 'product', '', 0),
(18266, 1, '2022-08-09 14:53:50', '2022-08-09 14:53:50', '', 'product-image18', '', 'inherit', 'open', 'closed', '', 'product-image18', '', '', '2022-08-09 14:53:50', '2022-08-09 14:53:50', '', 18265, 'https://inkafine.com/wp-content/uploads/2022/08/product-image18.jpg', 0, 'attachment', 'image/jpeg', 0),
(18267, 1, '2022-08-09 14:55:19', '2022-08-09 14:55:19', '', 'product-image16', '', 'inherit', 'open', 'closed', '', 'product-image16', '', '', '2022-08-09 14:55:19', '2022-08-09 14:55:19', '', 18265, 'https://inkafine.com/wp-content/uploads/2022/08/product-image16.jpg', 0, 'attachment', 'image/jpeg', 0),
(18268, 1, '2022-08-09 14:55:23', '2022-08-09 14:55:23', '', 'product-image17', '', 'inherit', 'open', 'closed', '', 'product-image17', '', '', '2022-08-09 14:55:23', '2022-08-09 14:55:23', '', 18265, 'https://inkafine.com/wp-content/uploads/2022/08/product-image17.jpg', 0, 'attachment', 'image/jpeg', 0),
(18269, 1, '2020-05-08 14:57:35', '2020-05-08 14:57:35', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Sky Blue Short', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'sky-blue-short', '', '', '2022-08-10 11:39:38', '2022-08-10 11:39:38', '', 0, 'https://inkafine.com/?post_type=product&#038;p=18269', 0, 'product', '', 0),
(18271, 1, '2020-05-08 14:59:21', '2020-05-08 14:59:21', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum dolor. Aquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum. Stet clitain vidunt ut labore eirmod tempor invidunt magna aliquyam.', 'Tailored Fit Grey Suit', 'Dicta sunt explicabo. Nemo enim ipsam voluptatem voluptas sit odit aut fugit, sed quia consequuntur. Lorem ipsum nonum eirmod dolor.\n\nAquia sit amet, elitr, sed diam nonum eirmod tempor invidunt labore et dolore magna aliquyam.erat, sed diam voluptua. At vero accusam et justo duo dolores et ea rebum.', 'publish', 'open', 'closed', '', 'tailored-fit-grey-suit', '', '', '2022-08-10 11:39:28', '2022-08-10 11:39:28', '', 0, 'https://inkafine.com/?post_type=product&#038;p=18271', 0, 'product', '', 0),
(18284, 1, '2022-08-09 15:14:52', '2022-08-09 15:14:52', '', 'home6-image3', '', 'inherit', 'open', 'closed', '', 'home6-image3', '', '', '2022-08-09 15:14:52', '2022-08-09 15:14:52', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home6-image3.jpg', 0, 'attachment', 'image/jpeg', 0),
(18288, 1, '2022-08-09 15:18:33', '2022-08-09 15:18:33', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'How to Sew Different Types of Collars', '', 'publish', 'open', 'open', '', 'how-to-sew-different-types-of-collars', '', '', '2022-08-10 11:36:34', '2022-08-10 11:36:34', '', 0, 'https://inkafine.com/?p=18288', 0, 'post', '', 0),
(18290, 1, '2022-08-09 15:19:55', '2022-08-09 15:19:55', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Creating Designs Inspired by Geometrics Part', '', 'publish', 'open', 'open', '', 'creating-designs-inspired-by-geometrics-part', '', '', '2022-08-10 11:36:30', '2022-08-10 11:36:30', '', 0, 'https://inkafine.com/?p=18290', 0, 'post', '', 0),
(18292, 1, '2022-08-09 15:21:11', '2022-08-09 15:21:11', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Save Shopping Time with Custom Tailored Clothing', '', 'publish', 'open', 'open', '', 'save-shopping-time-with-custom-tailored-clothing', '', '', '2022-08-10 11:36:26', '2022-08-10 11:36:26', '', 0, 'https://inkafine.com/?p=18292', 0, 'post', '', 0),
(18294, 1, '2022-08-09 15:22:31', '2022-08-09 15:22:31', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Update Your Wardrobe with Custom Made Accessories', '', 'publish', 'open', 'open', '', 'update-your-wardrobe-with-custom-made-accessories', '', '', '2022-08-10 11:36:19', '2022-08-10 11:36:19', '', 0, 'https://inkafine.com/?p=18294', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(18296, 1, '2022-08-09 15:24:03', '2022-08-09 15:24:03', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Top Ten Must Tries in Your Look This Summer', '', 'publish', 'open', 'open', '', 'top-ten-must-tries-in-your-look-this-summer', '', '', '2022-08-10 11:36:15', '2022-08-10 11:36:15', '', 0, 'https://inkafine.com/?p=18296', 0, 'post', '', 0),
(18301, 1, '2022-08-09 15:35:05', '2022-08-09 15:35:05', '[rev_slider alias=\"ethnic\" slidertitle=\"Ethnic\"][/rev_slider]		\n			What We Offer<h1\n			>We find unique designs from authentic cultures & artisans, crafted with ture skill.</h1>		\n			<h6>Peter Bowman</h6>		\n		<p style=\"text-align: center;\">Creative Director</p>		\n			handmade textile<h1\n			>Unique Items, Crafted with Love</h1>		\n		<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.natus error sit voluptatem accusantium doloremque laudantium.</p><p>Veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			for your home<h1\n			>Explore Unique Products</h1>		\n						<ul><li><a href=\"#blogger_filters_all_content\"\n							class=\"sc_item_filters_all active\"\n							data-tab=\"all\"\n							data-page=\"1\">All</a></li><li><a href=\"#blogger_filters_195_content\"\n														data-tab=\"195\"\n							data-page=\"1\">Craft Decor</a></li><li><a href=\"#blogger_filters_113_content\"\n														data-tab=\"113\"\n							data-page=\"1\">Ethnic Textile</a></li><li><a href=\"#blogger_filters_196_content\"\n														data-tab=\"196\"\n							data-page=\"1\">Ethnic Clothing</a></li><li><a href=\"#blogger_filters_197_content\"\n														data-tab=\"197\"\n							data-page=\"1\">Traditional Crafts</a></li>			</ul>							\n						<h5 data-item-number=\"1\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\" rel=\"bookmark\">Carpets Collection</a></h5><a href=\"https://inkafine.com/portfolio_group/ethnic-textile/\" title=\"View all posts in Ethnic Textile\">Ethnic Textile</a><a href=\"https://inkafine.com/portfolio/carpets-collection/\"></a>			<a href=\"https://inkafine.com/portfolio/carpets-collection/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"2\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\" rel=\"bookmark\">Dishes Collection</a></h5><a href=\"https://inkafine.com/portfolio_group/ethnic-textile/\" title=\"View all posts in Ethnic Textile\">Ethnic Textile</a><a href=\"https://inkafine.com/portfolio/dishes-collection/\"></a>			<a href=\"https://inkafine.com/portfolio/dishes-collection/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"3\"><a href=\"https://inkafine.com/portfolio/home-shoes/\" rel=\"bookmark\">Home Shoes</a></h5><a href=\"https://inkafine.com/portfolio_group/ethnic-textile/\" title=\"View all posts in Ethnic Textile\">Ethnic Textile</a><a href=\"https://inkafine.com/portfolio/home-shoes/\"></a>			<a href=\"https://inkafine.com/portfolio/home-shoes/\"  aria-hidden=\"true\"></a>\n							<!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->						\n						<h5 data-item-number=\"4\"><a href=\"https://inkafine.com/portfolio/accessories/\" rel=\"bookmark\">Accessories</a></h5><a href=\"https://inkafine.com/portfolio_group/ethnic-textile/\" title=\"View all posts in Ethnic Textile\">Ethnic Textile</a><a href=\"https://inkafine.com/portfolio/accessories/\"></a>			<a href=\"https://inkafine.com/portfolio/accessories/\"  aria-hidden=\"true\"></a>\n			<!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><style type=\"text/css\">.fabric_inline_1357891454{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image6.jpg);}.fabric_inline_28451559{background-image: url(https://inkafine.com/wp-content/uploads/2020/05/portfolio-image7-890x664.jpg);}.fabric_inline_577812126{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-890x664.jpg);}.fabric_inline_1601779445{background-image: url(https://inkafine.com/wp-content/uploads/2022/08/portfolio-image9-890x664.jpg);}</style>		\n				0\n				m\n							Happy Clients\n				0\n				%\n							Ethically  Sourced\n				0\n				%\n							Unique Cultures\n			<a href=\"#go-video2\" role=\"button\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n												<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-24-px0s116t060mgdsggssrj9qlgin4181vxqfmkagjcw.jpg\" title=\"textile-img-24\" alt=\"textile-img-24\" />														\n												<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-23-px0s116t060mgdsggssrj9qlgin4181vxqfmkagjcw.jpg\" title=\"textile-img-23\" alt=\"textile-img-23\" />														\n			ethnic crafts<h1\n			>Choose Items by Local People</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/shop/\" >Buy Now</a>		\n<p>Ignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi. sint occaecatii gnissimos ducimus.</p>\n			<h4>Ann Shepel</h4>\n			Art Expert		\n<p>Ignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi. sint occaecatii gnissimos ducimus.</p>\n			<h4>Lisa Shelly</h4>\n			Designer		\n<p>Ignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi. sint occaecatii gnissimos ducimus.</p>\n			<h4>Helen Moore</h4>\n			Artist		\n<!-- /.sc_testimonials -->		\n			Contact Us<h2\n			>Have Questions? <br>Get in Touch!</h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f1266-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1266\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1266-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" />\n<input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\" />\n<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email\" />\n<input type=\"tel\" name=\"phone\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" />\n<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Message\"></textarea>\n<p><input type=\"submit\" value=\"Get In Touch\" />\n</p>\n</form>', 'Ethnic Handmade', '', 'publish', 'closed', 'closed', '', 'ethnic-handmade', '', '', '2022-11-14 08:05:24', '2022-11-14 08:05:24', '', 0, 'https://inkafine.com/?page_id=18301', 0, 'page', '', 0),
(18307, 1, '2022-08-09 15:37:31', '2022-08-09 15:37:31', '', 'home7-image1', '', 'inherit', 'open', 'closed', '', 'home7-image1', '', '', '2022-08-09 15:37:31', '2022-08-09 15:37:31', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home7-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18323, 1, '2022-08-09 16:06:27', '2022-08-09 16:06:27', '', 'home7-image2', '', 'inherit', 'open', 'closed', '', 'home7-image2', '', '', '2022-08-09 16:06:27', '2022-08-09 16:06:27', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home7-image2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18324, 1, '2022-08-09 16:08:40', '2022-08-09 16:08:40', '', 'home7-image3', '', 'inherit', 'open', 'closed', '', 'home7-image3', '', '', '2022-08-09 16:08:40', '2022-08-09 16:08:40', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home7-image3.jpg', 0, 'attachment', 'image/jpeg', 0),
(18325, 1, '2022-08-09 16:08:44', '2022-08-09 16:08:44', '', 'home7-image4', '', 'inherit', 'open', 'closed', '', 'home7-image4', '', '', '2022-08-09 16:08:44', '2022-08-09 16:08:44', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home7-image4.jpg', 0, 'attachment', 'image/jpeg', 0),
(18326, 1, '2022-08-09 16:12:00', '2022-08-09 16:12:00', '<!-- wp:paragraph -->\n<p>Ignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi. sint occaecatii gnissimos ducimus.</p>\n<!-- /wp:paragraph -->', 'Ann Shepel', '', 'publish', 'closed', 'closed', '', 'mary-dowson-3', '', '', '2022-08-09 16:12:01', '2022-08-09 16:12:01', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=18326', 0, 'cpt_testimonials', '', 0),
(18327, 1, '2022-08-09 16:11:53', '2022-08-09 16:11:53', '', 'testimonials-image4', '', 'inherit', 'open', 'closed', '', 'testimonials-image4', '', '', '2022-08-09 16:11:53', '2022-08-09 16:11:53', '', 18326, 'https://inkafine.com/wp-content/uploads/2022/08/testimonials-image4.jpg', 0, 'attachment', 'image/jpeg', 0),
(18328, 1, '2022-08-09 16:13:47', '2022-08-09 16:13:47', '<!-- wp:paragraph -->\n<p>Ignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi. sint occaecatii gnissimos ducimus.</p>\n<!-- /wp:paragraph -->', 'Lisa Shelly', '', 'publish', 'closed', 'closed', '', 'mary-dowson-3-2', '', '', '2022-08-09 16:13:47', '2022-08-09 16:13:47', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=18328', 0, 'cpt_testimonials', '', 0),
(18329, 1, '2022-08-09 16:12:25', '2022-08-09 16:12:25', '', 'testimonials-image5', '', 'inherit', 'open', 'closed', '', 'testimonials-image5', '', '', '2022-08-09 16:12:25', '2022-08-09 16:12:25', '', 18328, 'https://inkafine.com/wp-content/uploads/2022/08/testimonials-image5.jpg', 0, 'attachment', 'image/jpeg', 0),
(18330, 1, '2022-08-09 16:15:00', '2022-08-09 16:15:00', '<!-- wp:paragraph -->\n<p>Ignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi. sint occaecatii gnissimos ducimus.</p>\n<!-- /wp:paragraph -->', 'Helen Moore', '', 'publish', 'closed', 'closed', '', 'mary-dowson-3-2-2', '', '', '2022-08-09 16:15:01', '2022-08-09 16:15:01', '', 0, 'https://inkafine.com/?post_type=cpt_testimonials&#038;p=18330', 0, 'cpt_testimonials', '', 0),
(18331, 1, '2022-08-09 16:14:28', '2022-08-09 16:14:28', '', 'testimonials-image6', '', 'inherit', 'open', 'closed', '', 'testimonials-image6', '', '', '2022-08-09 16:14:28', '2022-08-09 16:14:28', '', 18330, 'https://inkafine.com/wp-content/uploads/2022/08/testimonials-image6.jpg', 0, 'attachment', 'image/jpeg', 0),
(18342, 1, '2022-08-09 16:21:30', '2022-08-09 16:21:30', '', 'home7-image5', '', 'inherit', 'open', 'closed', '', 'home7-image5', '', '', '2022-08-09 16:21:30', '2022-08-09 16:21:30', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/home7-image5.jpg', 0, 'attachment', 'image/jpeg', 0),
(18343, 1, '2022-08-09 16:29:05', '2022-08-09 16:29:05', '', 'post-image7', '', 'inherit', 'open', 'closed', '', 'post-image7', '', '', '2022-08-09 16:29:05', '2022-08-09 16:29:05', '', 308, 'https://inkafine.com/wp-content/uploads/2020/04/post-image7.jpg', 0, 'attachment', 'image/jpeg', 0),
(18346, 1, '2022-08-09 16:32:23', '2022-08-09 16:32:23', '', 'post-image8', '', 'inherit', 'open', 'closed', '', 'post-image8', '', '', '2022-08-09 16:32:23', '2022-08-09 16:32:23', '', 306, 'https://inkafine.com/wp-content/uploads/2020/04/post-image8.jpg', 0, 'attachment', 'image/jpeg', 0),
(18348, 1, '2022-08-09 16:34:33', '2022-08-09 16:34:33', '', 'post-image9', '', 'inherit', 'open', 'closed', '', 'post-image9', '', '', '2022-08-09 16:34:33', '2022-08-09 16:34:33', '', 302, 'https://inkafine.com/wp-content/uploads/2020/04/post-image9.jpg', 0, 'attachment', 'image/jpeg', 0),
(18351, 1, '2022-08-09 16:37:57', '2022-08-09 16:37:57', '', 'post-image10', '', 'inherit', 'open', 'closed', '', 'post-image10', '', '', '2022-08-09 16:37:57', '2022-08-09 16:37:57', '', 304, 'https://inkafine.com/wp-content/uploads/2020/04/post-image10.jpg', 0, 'attachment', 'image/jpeg', 0),
(18355, 1, '2022-08-09 16:40:46', '2022-08-09 16:40:46', '', 'Blog List', '', 'publish', 'closed', 'closed', '', 'blog-list', '', '', '2022-10-16 12:31:33', '2022-10-16 12:31:33', '', 0, 'https://inkafine.com/?page_id=18355', 0, 'page', '', 0),
(18357, 1, '2022-08-09 16:43:18', '2022-08-09 16:43:18', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'How to Combine Accessoeries in Your Look', '', 'publish', 'open', 'open', '', 'how-to-combine-accessoeries-in-your-look', '', '', '2022-08-10 11:36:10', '2022-08-10 11:36:10', '', 0, 'https://inkafine.com/?p=18357', 0, 'post', '', 0),
(18359, 1, '2022-08-09 16:44:08', '2022-08-09 16:44:08', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Let\'s Make a Dress for Special Occasion', '', 'publish', 'open', 'open', '', 'lets-make-a-dress-for-special-occasion', '', '', '2022-08-10 11:36:07', '2022-08-10 11:36:07', '', 0, 'https://inkafine.com/?p=18359', 0, 'post', '', 0),
(18361, 1, '2022-08-09 16:44:49', '2022-08-09 16:44:49', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Dress Pattern Ideas for the Summer', '', 'publish', 'open', 'open', '', 'dress-pattern-ideas-for-the-summer', '', '', '2022-08-10 11:36:03', '2022-08-10 11:36:03', '', 0, 'https://inkafine.com/?p=18361', 0, 'post', '', 0),
(18363, 1, '2022-08-09 16:45:22', '2022-08-09 16:45:22', '<!-- wp:paragraph -->\n<p><span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">Q</span>Proin faucibus nec mauris a sodales, sed elementum mi tincidunt. Sed eget viverra egestas nisi in consequat. Fusce sodales augue a accumsan. Cras sollicitudin, ipsum eget blandit pulvinar. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>At vero eos et accusam</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image8-1024x683.jpg\" alt=\"\" class=\"wp-image-17881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17966,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image1-1024x683.jpg\" alt=\"\" class=\"wp-image-17966\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"20px\",\"className\":\"extra-spacer-small-mobile\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer extra-spacer-small-mobile\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<blockquote class=\"trx_addons_blockquote_style_1\">\n<p>Curabitur varius eros et lacus rutrum consequat. Mauris sollicitudin enim condimentum, luctus justo non, molestie nisl. </p>\n</blockquote>\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Creative approach to every project</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aenean et egestas nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce gravida, ligula non molestie tristique, justo elit blandit risus, blandit maximus augue magna accumsan ante. Duis id mi tristique, pulvinar neque at, lobortis tortor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"fabric-thumb-huge\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":17967,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17967\"/><figcaption>Stet clita kasd gubergren, no sea sanctus est labore et dolore. By <a href=\"#\">Kevin Smith</a></figcaption></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Etiam vitae leo et diam pellentesque porta. Sed eleifend ultricies risus, vel rutrum erat commodo ut. Praesent finibus congue euismod. Nullam scelerisque massa vel augue placerat, a tempor sem egestas. Curabitur placerat finibus lacus.</p>\n<!-- /wp:paragraph -->', 'Sustainable Fashion: Buy Less, Wear More', '', 'publish', 'open', 'open', '', 'sustainable-fashion-buy-less-wear-more', '', '', '2022-08-10 11:35:59', '2022-08-10 11:35:59', '', 0, 'https://inkafine.com/?p=18363', 0, 'post', '', 0),
(18365, 1, '2022-08-09 16:46:42', '2022-08-09 16:46:42', '', 'Blog Portfolio', '', 'publish', 'closed', 'closed', '', 'blog-portfolio', '', '', '2022-08-09 16:51:14', '2022-08-09 16:51:14', '', 0, 'https://inkafine.com/?page_id=18365', 0, 'page', '', 0),
(18367, 1, '2022-08-09 16:52:53', '2022-08-09 16:52:53', '', 'Blog Grid', '', 'publish', 'closed', 'closed', '', 'blog-grid', '', '', '2022-08-09 16:53:20', '2022-08-09 16:53:20', '', 0, 'https://inkafine.com/?page_id=18367', 0, 'page', '', 0),
(18373, 1, '2022-08-10 09:39:50', '2022-08-10 09:39:50', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2022-08-10 09:39:50', '2022-08-10 09:39:50', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/logo.png', 0, 'attachment', 'image/png', 0),
(18374, 1, '2022-08-10 09:39:57', '2022-08-10 09:39:57', '', 'logo 2x', '', 'inherit', 'open', 'closed', '', 'logo-2x', '', '', '2022-08-10 09:39:57', '2022-08-10 09:39:57', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/logo-2x.png', 0, 'attachment', 'image/png', 0),
(18384, 1, '2023-10-04 18:00:52', '2022-08-10 09:46:48', ' ', '', '', 'publish', 'closed', 'closed', '', '18384', '', '', '2023-10-04 18:00:52', '2023-10-04 23:00:52', '', 0, 'https://inkafine.com/?p=18384', 2, 'nav_menu_item', '', 0),
(18403, 1, '2022-08-10 09:52:20', '2022-08-10 09:52:20', '<h1\n			>Default</h1>		\n			<a href=\"#\" id=\"manual-launch-3\" >Open Demo</a>		\n			<h1\n			>Newsletter Box</h1>		\n			<a href=\"#\" id=\"manual-launch-4\" >Open Demo</a>', 'Newsletter Popups', '', 'publish', 'closed', 'closed', '', 'newsletter-popups', '', '', '2022-08-25 16:20:42', '2022-08-25 16:20:42', '', 0, 'https://inkafine.com/?page_id=18403', 0, 'page', '', 0),
(18441, 1, '2022-08-10 10:28:30', '2022-08-10 10:28:30', '', 'logo-2', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2022-08-10 10:28:30', '2022-08-10 10:28:30', '', 6817, 'https://inkafine.com/wp-content/uploads/2020/06/logo-2.png', 0, 'attachment', 'image/png', 0),
(18442, 1, '2022-08-10 10:28:36', '2022-08-10 10:28:36', '', 'logo-2-2x', '', 'inherit', 'open', 'closed', '', 'logo-2-2x', '', '', '2022-08-10 10:28:36', '2022-08-10 10:28:36', '', 6817, 'https://inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png', 0, 'attachment', 'image/png', 0),
(18472, 1, '2022-08-10 11:55:28', '2022-08-10 11:55:28', '', 'textile-shop-slider1', '', 'inherit', 'open', 'closed', '', 'textile-shop-slider1', '', '', '2022-08-10 11:55:28', '2022-08-10 11:55:28', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/textile-shop-slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18473, 1, '2022-08-10 11:55:31', '2022-08-10 11:55:31', '', 'textile-shop-slider2', '', 'inherit', 'open', 'closed', '', 'textile-shop-slider2', '', '', '2022-08-10 11:55:31', '2022-08-10 11:55:31', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/textile-shop-slider2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18474, 1, '2022-08-10 11:57:02', '2022-08-10 11:57:02', '', 'manufacturing-header', '', 'inherit', 'open', 'closed', '', 'manufacturing-header', '', '', '2022-08-10 11:57:02', '2022-08-10 11:57:02', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/manufacturing-header.jpg', 0, 'attachment', 'image/jpeg', 0),
(18475, 1, '2022-08-10 11:58:10', '2022-08-10 11:58:10', '', 'fashion-label-header', '', 'inherit', 'open', 'closed', '', 'fashion-label-header', '', '', '2022-08-10 11:58:10', '2022-08-10 11:58:10', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/fashion-label-header.jpg', 0, 'attachment', 'image/jpeg', 0),
(18476, 1, '2022-08-10 12:00:03', '2022-08-10 12:00:03', '', 'tailor-header', '', 'inherit', 'open', 'closed', '', 'tailor-header', '', '', '2022-08-10 12:00:03', '2022-08-10 12:00:03', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/tailor-header.jpg', 0, 'attachment', 'image/jpeg', 0),
(18477, 1, '2022-08-10 12:01:58', '2022-08-10 12:01:58', '', 'ethnic-handmade-slider1', '', 'inherit', 'open', 'closed', '', 'ethnic-handmade-slider1', '', '', '2022-08-10 12:01:58', '2022-08-10 12:01:58', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/ethnic-handmade-slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18478, 1, '2022-08-10 12:02:03', '2022-08-10 12:02:03', '', 'ethnic-handmade-slider2', '', 'inherit', 'open', 'closed', '', 'ethnic-handmade-slider2', '', '', '2022-08-10 12:02:03', '2022-08-10 12:02:03', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/ethnic-handmade-slider2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18637, 1, '2022-08-23 10:13:09', '2022-08-23 10:13:09', '', 'Right Bar', '', 'inherit', 'open', 'closed', '', 'right-bar-2', '', '', '2022-08-23 10:13:09', '2022-08-23 10:13:09', '', 4614, 'https://inkafine.com/wp-content/uploads/2020/06/Right-Bar.svg', 0, 'attachment', 'image/svg+xml', 0),
(18640, 1, '2022-08-23 10:15:47', '2022-08-23 10:15:47', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\">Facebook</a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\">Twitter</a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\">Dribble</a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\">Instagram</a>		\n			<h5><a href=\"tel:51954304327\">+51 954304327</a></h5>		\n			<a href=\"mailto:inkafine@hotmail.com\">inkafine@hotmail.com</a>', 'Panel Bar 2', '', 'publish', 'closed', 'closed', '', 'panel-bar-2', '', '', '2023-10-04 16:35:24', '2023-10-04 21:35:24', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18640', 0, 'cpt_layouts', '', 0),
(18676, 1, '2023-10-04 18:11:25', '2022-08-23 10:44:44', ' ', '', '', 'publish', 'closed', 'closed', '', '18676', '', '', '2023-10-04 18:11:25', '2023-10-04 23:11:25', '', 0, 'https://inkafine.com/?p=18676', 3, 'nav_menu_item', '', 0),
(18693, 1, '2022-08-23 11:20:11', '2022-08-23 11:20:11', '', 'Modern Burger', '', 'inherit', 'open', 'closed', '', 'modern-burger', '', '', '2022-08-23 11:20:11', '2022-08-23 11:20:11', '', 6817, 'https://inkafine.com/wp-content/uploads/2020/06/Modern-Burger.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(18695, 1, '2022-08-23 11:22:19', '2022-08-23 11:22:19', '<a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener\">AxiomThemes</a> © {{Y}}. All Rights Reserved.		\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m-retina.png 2x\"\n											alt=\"Fabric\" width=\"122\" height=\"32\"></a>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a>', 'Footer Simple', '', 'publish', 'closed', 'closed', '', 'footer-simple', '', '', '2022-11-02 15:40:41', '2022-11-02 15:40:41', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18695', 0, 'cpt_layouts', '', 0),
(18698, 1, '2022-08-23 11:25:31', '2022-08-23 11:25:31', '', 'logo-combine-l-retina', '', 'inherit', 'open', 'closed', '', 'logo-combine-l-retina', '', '', '2022-08-23 11:25:31', '2022-08-23 11:25:31', '', 18695, 'https://inkafine.com/wp-content/uploads/2022/08/logo-combine-l-retina.png', 0, 'attachment', 'image/png', 0),
(18699, 1, '2022-08-23 11:25:33', '2022-08-23 11:25:33', '', 'logo-combine-m', '', 'inherit', 'open', 'closed', '', 'logo-combine-m', '', '', '2022-08-23 11:25:33', '2022-08-23 11:25:33', '', 18695, 'https://inkafine.com/wp-content/uploads/2022/08/logo-combine-m.png', 0, 'attachment', 'image/png', 0),
(18700, 1, '2022-08-23 11:25:35', '2022-08-23 11:25:35', '', 'logo-combine-m-retina', '', 'inherit', 'open', 'closed', '', 'logo-combine-m-retina', '', '', '2022-08-23 11:25:35', '2022-08-23 11:25:35', '', 18695, 'https://inkafine.com/wp-content/uploads/2022/08/logo-combine-m-retina.png', 0, 'attachment', 'image/png', 0),
(18701, 1, '2022-08-23 11:25:37', '2022-08-23 11:25:37', '', 'logo-combine-l', '', 'inherit', 'open', 'closed', '', 'logo-combine-l', '', '', '2022-08-23 11:25:37', '2022-08-23 11:25:37', '', 18695, 'https://inkafine.com/wp-content/uploads/2022/08/logo-combine-l.png', 0, 'attachment', 'image/png', 0),
(18712, 1, '2022-08-23 11:41:25', '2022-08-23 11:41:25', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-l.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-l-retina.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a>		\n			<h2>We Develop & Create Modern Textile Products</h2>		\n			<h6\n			>Newsletter Signup</h6>		\n		[mc4wp_form id=\"461\" element_id=\"style-9\"]		\n			<h6\n			>Socials</h6>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\">Facebook</a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\">Twitter</a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\">Dribble</a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\">Instagram</a>		\n			<h6\n			>Menu</h6>		\n			<aside><ul><li><a href=\"https://inkafine.com\">Home</a></li><li><a href=\"https://inkafine.com/services/\">Services</a></li><li><a href=\"https://inkafine.com/about-us/\">About Us</a></li><li><a href=\"https://inkafine.com/blog-standard/\">Blog</a></li><li><a href=\"https://inkafine.com/contact/\">Contacts</a></li></ul></aside>		\n			<h6\n			>Say Hello</h6>		\n		<a href=\"mailto:info@email.com\">info@email.com</a>		\n		<a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener\">AxiomThemes</a> © {{Y}}. All Rights Reserved.', 'Footer Duplex', '', 'publish', 'closed', 'closed', '', 'footer-duplex', '', '', '2022-11-02 15:40:41', '2022-11-02 15:40:41', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18712', 0, 'cpt_layouts', '', 0),
(18716, 1, '2022-08-23 11:49:02', '2022-08-23 11:49:02', '<img\n                            src=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m-retina.png 2x\"                            alt=\"Fabric\" width=\"122\" height=\"32\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a>		\n			<a href=\"tel:18004585697\">1 800 458 56 97</a>		\n			<a href=\"https://inkafine.com/contact/\" >Let&#039;s Talk</a>		\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_2062752133\"><li id=\"menu-item-18375\"><a href=\"#\">Home</a>\n<ul><li id=\"menu-item-18376\"><a href=\"https://inkafine.com/\">Curtains &#038; Blinds</a></li><li id=\"menu-item-18382\"><a href=\"https://inkafine.com/textile-shop/\">Textile Shop</a></li><li id=\"menu-item-18380\"><a href=\"https://inkafine.com/manufacturing/\">Manufacturing</a></li><li id=\"menu-item-18378\"><a href=\"https://inkafine.com/fashion-designer/\">Fashion Designer</a></li><li id=\"menu-item-18379\"><a href=\"https://inkafine.com/fashion-label/\">Fashion Label</a></li><li id=\"menu-item-18381\"><a href=\"https://inkafine.com/tailor/\">Tailor</a></li><li id=\"menu-item-18377\"><a href=\"https://inkafine.com/ethnic-handmade/\">Ethnic Handmade</a></li></ul>\n</li><li id=\"menu-item-18383\"><a href=\"#\">Pages</a>\n<ul><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/about-us/\">About Us</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/our-services/\">Our Services</a></li><li id=\"menu-item-18397\"><a href=\"https://inkafine.com/our-team/\">Our Team</a></li><li id=\"menu-item-18398\"><a href=\"https://inkafine.com/faqs/\">FAQs</a></li><li id=\"menu-item-18399\"><a href=\"https://inkafine.com/pricing/\">Pricing</a></li><li id=\"menu-item-18405\"><a href=\"https://inkafine.com/newsletter-popups/\">Newsletter Popups</a></li><li id=\"menu-item-19353\"><a href=\"#\">Tools</a>\n	<ul><li id=\"menu-item-18400\"><a href=\"https://inkafine.com/typography/\">Typography</a></li><li id=\"menu-item-18401\"><a href=\"https://inkafine.com/404-page\">404 Page</a></li><li id=\"menu-item-18402\"><a href=\"https://inkafine.com/service-plus/\">Service Plus</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18406\"><a href=\"#\">Portfolio</a>\n<ul><li id=\"menu-item-18415\"><a href=\"https://inkafine.com/portfolio-metro-mouse-info/\">Metro Mouse Info</a></li><li id=\"menu-item-18416\"><a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\">Metro Slide In Left</a></li><li id=\"menu-item-18413\"><a href=\"https://inkafine.com/portfolio-grid-waves/\">Grid Waves</a></li><li id=\"menu-item-18414\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Grid Wide</a></li><li id=\"menu-item-18417\"><a href=\"#\">Single Project</a>\n	<ul><li id=\"menu-item-18418\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\">Right Sidebar</a></li><li id=\"menu-item-18419\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\">Left Sidebar</a></li><li id=\"menu-item-18420\"><a href=\"https://inkafine.com/portfolio/accessories/\">Gallery</a></li><li id=\"menu-item-18421\"><a href=\"https://inkafine.com/portfolio/home-shoes/\">Background Video</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18422\"><a href=\"#\">Blog</a>\n<ul><li id=\"menu-item-18423\"><a href=\"https://inkafine.com/blog-standard/\">Standard</a></li><li id=\"menu-item-18425\"><a href=\"https://inkafine.com/blog-list/\">List</a></li><li id=\"menu-item-18426\"><a href=\"https://inkafine.com/blog-masonry/\">Masonry</a></li><li id=\"menu-item-18427\"><a href=\"https://inkafine.com/blog-portfolio/\">Portfolio</a></li><li id=\"menu-item-18424\"><a href=\"https://inkafine.com/blog-grid/\">Grid</a></li><li id=\"menu-item-18428\"><a href=\"#\">Single Post</a>\n	<ul><li id=\"menu-item-18429\"><a href=\"https://inkafine.com/three-steps-to-creating-the-perfect-suit/\">Standard</a></li><li id=\"menu-item-18430\"><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">With Sidebar</a></li><li id=\"menu-item-18433\"><a href=\"https://inkafine.com/custom-ties-offer-affordable-luxury/\">Video Post</a></li><li id=\"menu-item-18431\"><a href=\"https://inkafine.com/mens-clothing-items-selection-autumn-2022/\">Audio Post</a></li><li id=\"menu-item-18432\"><a href=\"https://inkafine.com/the-classic-tux-is-never-out-of-style/\">Gallery Post</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18434\"><a href=\"#\">Shop</a>\n<ul><li id=\"menu-item-18435\"><a href=\"https://inkafine.com/shop/\">Product List</a></li><li id=\"menu-item-18436\"><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Product Single</a></li><li id=\"menu-item-18437\"><a href=\"https://inkafine.com/cart/\">Cart</a></li><li id=\"menu-item-18438\"><a href=\"https://inkafine.com/checkout/\">Checkout</a></li><li id=\"menu-item-19332\"><a href=\"https://inkafine.com/wishlist/\">Wishlist</a></li></ul>\n</li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n				0 items\n				- \n				0\n		0\n			Placeholder for Cart items		\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a>		\n		<a href=\"#\">\n		</a>\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m-retina.png 2x\"                            alt=\"Fabric\" width=\"122\" height=\"32\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n				0 items\n				- \n				0\n		0\n			Placeholder for Cart items', 'Header Duplex', '', 'publish', 'closed', 'closed', '', 'header-duplex', '', '', '2022-11-03 12:38:54', '2022-11-03 12:38:54', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18716', 0, 'cpt_layouts', '', 0),
(18723, 1, '2022-08-23 12:02:18', '2022-08-23 12:02:18', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_1104041717\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a><style type=\"text/css\">.trx_addons_inline_1104041717 img.logo_image{max-height:80px;}</style>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1113050115\"><li id=\"menu-item-18375\"><a href=\"#\">Home</a>\n<ul><li id=\"menu-item-18376\"><a href=\"https://inkafine.com/\">Curtains &#038; Blinds</a></li><li id=\"menu-item-18382\"><a href=\"https://inkafine.com/textile-shop/\">Textile Shop</a></li><li id=\"menu-item-18380\"><a href=\"https://inkafine.com/manufacturing/\">Manufacturing</a></li><li id=\"menu-item-18378\"><a href=\"https://inkafine.com/fashion-designer/\">Fashion Designer</a></li><li id=\"menu-item-18379\"><a href=\"https://inkafine.com/fashion-label/\">Fashion Label</a></li><li id=\"menu-item-18381\"><a href=\"https://inkafine.com/tailor/\">Tailor</a></li><li id=\"menu-item-18377\"><a href=\"https://inkafine.com/ethnic-handmade/\">Ethnic Handmade</a></li></ul>\n</li><li id=\"menu-item-18383\"><a href=\"#\">Pages</a>\n<ul><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/about-us/\">About Us</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/our-services/\">Our Services</a></li><li id=\"menu-item-18397\"><a href=\"https://inkafine.com/our-team/\">Our Team</a></li><li id=\"menu-item-18398\"><a href=\"https://inkafine.com/faqs/\">FAQs</a></li><li id=\"menu-item-18399\"><a href=\"https://inkafine.com/pricing/\">Pricing</a></li><li id=\"menu-item-18405\"><a href=\"https://inkafine.com/newsletter-popups/\">Newsletter Popups</a></li><li id=\"menu-item-19353\"><a href=\"#\">Tools</a>\n	<ul><li id=\"menu-item-18400\"><a href=\"https://inkafine.com/typography/\">Typography</a></li><li id=\"menu-item-18401\"><a href=\"https://inkafine.com/404-page\">404 Page</a></li><li id=\"menu-item-18402\"><a href=\"https://inkafine.com/service-plus/\">Service Plus</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18406\"><a href=\"#\">Portfolio</a>\n<ul><li id=\"menu-item-18415\"><a href=\"https://inkafine.com/portfolio-metro-mouse-info/\">Metro Mouse Info</a></li><li id=\"menu-item-18416\"><a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\">Metro Slide In Left</a></li><li id=\"menu-item-18413\"><a href=\"https://inkafine.com/portfolio-grid-waves/\">Grid Waves</a></li><li id=\"menu-item-18414\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Grid Wide</a></li><li id=\"menu-item-18417\"><a href=\"#\">Single Project</a>\n	<ul><li id=\"menu-item-18418\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\">Right Sidebar</a></li><li id=\"menu-item-18419\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\">Left Sidebar</a></li><li id=\"menu-item-18420\"><a href=\"https://inkafine.com/portfolio/accessories/\">Gallery</a></li><li id=\"menu-item-18421\"><a href=\"https://inkafine.com/portfolio/home-shoes/\">Background Video</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18422\"><a href=\"#\">Blog</a>\n<ul><li id=\"menu-item-18423\"><a href=\"https://inkafine.com/blog-standard/\">Standard</a></li><li id=\"menu-item-18425\"><a href=\"https://inkafine.com/blog-list/\">List</a></li><li id=\"menu-item-18426\"><a href=\"https://inkafine.com/blog-masonry/\">Masonry</a></li><li id=\"menu-item-18427\"><a href=\"https://inkafine.com/blog-portfolio/\">Portfolio</a></li><li id=\"menu-item-18424\"><a href=\"https://inkafine.com/blog-grid/\">Grid</a></li><li id=\"menu-item-18428\"><a href=\"#\">Single Post</a>\n	<ul><li id=\"menu-item-18429\"><a href=\"https://inkafine.com/three-steps-to-creating-the-perfect-suit/\">Standard</a></li><li id=\"menu-item-18430\"><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">With Sidebar</a></li><li id=\"menu-item-18433\"><a href=\"https://inkafine.com/custom-ties-offer-affordable-luxury/\">Video Post</a></li><li id=\"menu-item-18431\"><a href=\"https://inkafine.com/mens-clothing-items-selection-autumn-2022/\">Audio Post</a></li><li id=\"menu-item-18432\"><a href=\"https://inkafine.com/the-classic-tux-is-never-out-of-style/\">Gallery Post</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18434\"><a href=\"#\">Shop</a>\n<ul><li id=\"menu-item-18435\"><a href=\"https://inkafine.com/shop/\">Product List</a></li><li id=\"menu-item-18436\"><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Product Single</a></li><li id=\"menu-item-18437\"><a href=\"https://inkafine.com/cart/\">Cart</a></li><li id=\"menu-item-18438\"><a href=\"https://inkafine.com/checkout/\">Checkout</a></li><li id=\"menu-item-19332\"><a href=\"https://inkafine.com/wishlist/\">Wishlist</a></li></ul>\n</li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n				0 items\n				- \n				0\n		0\n			Placeholder for Cart items		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_1461009078\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a><style type=\"text/css\">.trx_addons_inline_1461009078 img.logo_image{max-height:80px;}</style>		\n				0 items\n				- \n				0\n		0\n			Placeholder for Cart items		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n		<a href=\"#\">\n		</a>', 'Header Center Menu', '', 'publish', 'closed', 'closed', '', 'header-center-menu', '', '', '2022-10-21 08:00:42', '2022-10-21 08:00:42', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18723', 0, 'cpt_layouts', '', 0),
(18728, 1, '2022-08-23 12:10:42', '2022-08-23 12:10:42', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_345960146\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a><style type=\"text/css\">.trx_addons_inline_345960146 img.logo_image{max-height:80px;}</style>		\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1051167937\"><li id=\"menu-item-18375\"><a href=\"#\">Home</a>\n<ul><li id=\"menu-item-18376\"><a href=\"https://inkafine.com/\">Curtains &#038; Blinds</a></li><li id=\"menu-item-18382\"><a href=\"https://inkafine.com/textile-shop/\">Textile Shop</a></li><li id=\"menu-item-18380\"><a href=\"https://inkafine.com/manufacturing/\">Manufacturing</a></li><li id=\"menu-item-18378\"><a href=\"https://inkafine.com/fashion-designer/\">Fashion Designer</a></li><li id=\"menu-item-18379\"><a href=\"https://inkafine.com/fashion-label/\">Fashion Label</a></li><li id=\"menu-item-18381\"><a href=\"https://inkafine.com/tailor/\">Tailor</a></li><li id=\"menu-item-18377\"><a href=\"https://inkafine.com/ethnic-handmade/\">Ethnic Handmade</a></li></ul>\n</li><li id=\"menu-item-18383\"><a href=\"#\">Pages</a>\n<ul><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/about-us/\">About Us</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/our-services/\">Our Services</a></li><li id=\"menu-item-18397\"><a href=\"https://inkafine.com/our-team/\">Our Team</a></li><li id=\"menu-item-18398\"><a href=\"https://inkafine.com/faqs/\">FAQs</a></li><li id=\"menu-item-18399\"><a href=\"https://inkafine.com/pricing/\">Pricing</a></li><li id=\"menu-item-18405\"><a href=\"https://inkafine.com/newsletter-popups/\">Newsletter Popups</a></li><li id=\"menu-item-19353\"><a href=\"#\">Tools</a>\n	<ul><li id=\"menu-item-18400\"><a href=\"https://inkafine.com/typography/\">Typography</a></li><li id=\"menu-item-18401\"><a href=\"https://inkafine.com/404-page\">404 Page</a></li><li id=\"menu-item-18402\"><a href=\"https://inkafine.com/service-plus/\">Service Plus</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18406\"><a href=\"#\">Portfolio</a>\n<ul><li id=\"menu-item-18415\"><a href=\"https://inkafine.com/portfolio-metro-mouse-info/\">Metro Mouse Info</a></li><li id=\"menu-item-18416\"><a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\">Metro Slide In Left</a></li><li id=\"menu-item-18413\"><a href=\"https://inkafine.com/portfolio-grid-waves/\">Grid Waves</a></li><li id=\"menu-item-18414\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Grid Wide</a></li><li id=\"menu-item-18417\"><a href=\"#\">Single Project</a>\n	<ul><li id=\"menu-item-18418\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\">Right Sidebar</a></li><li id=\"menu-item-18419\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\">Left Sidebar</a></li><li id=\"menu-item-18420\"><a href=\"https://inkafine.com/portfolio/accessories/\">Gallery</a></li><li id=\"menu-item-18421\"><a href=\"https://inkafine.com/portfolio/home-shoes/\">Background Video</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18422\"><a href=\"#\">Blog</a>\n<ul><li id=\"menu-item-18423\"><a href=\"https://inkafine.com/blog-standard/\">Standard</a></li><li id=\"menu-item-18425\"><a href=\"https://inkafine.com/blog-list/\">List</a></li><li id=\"menu-item-18426\"><a href=\"https://inkafine.com/blog-masonry/\">Masonry</a></li><li id=\"menu-item-18427\"><a href=\"https://inkafine.com/blog-portfolio/\">Portfolio</a></li><li id=\"menu-item-18424\"><a href=\"https://inkafine.com/blog-grid/\">Grid</a></li><li id=\"menu-item-18428\"><a href=\"#\">Single Post</a>\n	<ul><li id=\"menu-item-18429\"><a href=\"https://inkafine.com/three-steps-to-creating-the-perfect-suit/\">Standard</a></li><li id=\"menu-item-18430\"><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">With Sidebar</a></li><li id=\"menu-item-18433\"><a href=\"https://inkafine.com/custom-ties-offer-affordable-luxury/\">Video Post</a></li><li id=\"menu-item-18431\"><a href=\"https://inkafine.com/mens-clothing-items-selection-autumn-2022/\">Audio Post</a></li><li id=\"menu-item-18432\"><a href=\"https://inkafine.com/the-classic-tux-is-never-out-of-style/\">Gallery Post</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18434\"><a href=\"#\">Shop</a>\n<ul><li id=\"menu-item-18435\"><a href=\"https://inkafine.com/shop/\">Product List</a></li><li id=\"menu-item-18436\"><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Product Single</a></li><li id=\"menu-item-18437\"><a href=\"https://inkafine.com/cart/\">Cart</a></li><li id=\"menu-item-18438\"><a href=\"https://inkafine.com/checkout/\">Checkout</a></li><li id=\"menu-item-19332\"><a href=\"https://inkafine.com/wishlist/\">Wishlist</a></li></ul>\n</li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_969629257\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a><style type=\"text/css\">.trx_addons_inline_969629257 img.logo_image{max-height:80px;}</style>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n		<a href=\"#\">\n		</a>', 'Header Simple', '', 'publish', 'closed', 'closed', '', 'header-simple', '', '', '2022-11-09 10:29:55', '2022-11-09 10:29:55', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18728', 0, 'cpt_layouts', '', 0),
(18733, 1, '2022-08-23 12:17:58', '2022-08-23 12:17:58', '<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1450487128\"><li id=\"menu-item-18375\"><a href=\"#\">Home</a>\n<ul><li id=\"menu-item-18376\"><a href=\"https://inkafine.com/\">Curtains &#038; Blinds</a></li><li id=\"menu-item-18382\"><a href=\"https://inkafine.com/textile-shop/\">Textile Shop</a></li><li id=\"menu-item-18380\"><a href=\"https://inkafine.com/manufacturing/\">Manufacturing</a></li><li id=\"menu-item-18378\"><a href=\"https://inkafine.com/fashion-designer/\">Fashion Designer</a></li><li id=\"menu-item-18379\"><a href=\"https://inkafine.com/fashion-label/\">Fashion Label</a></li><li id=\"menu-item-18381\"><a href=\"https://inkafine.com/tailor/\">Tailor</a></li><li id=\"menu-item-18377\"><a href=\"https://inkafine.com/ethnic-handmade/\">Ethnic Handmade</a></li></ul>\n</li><li id=\"menu-item-18383\"><a href=\"#\">Pages</a>\n<ul><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/about-us/\">About Us</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/our-services/\">Our Services</a></li><li id=\"menu-item-18397\"><a href=\"https://inkafine.com/our-team/\">Our Team</a></li><li id=\"menu-item-18398\"><a href=\"https://inkafine.com/faqs/\">FAQs</a></li><li id=\"menu-item-18399\"><a href=\"https://inkafine.com/pricing/\">Pricing</a></li><li id=\"menu-item-18405\"><a href=\"https://inkafine.com/newsletter-popups/\">Newsletter Popups</a></li><li id=\"menu-item-19353\"><a href=\"#\">Tools</a>\n	<ul><li id=\"menu-item-18400\"><a href=\"https://inkafine.com/typography/\">Typography</a></li><li id=\"menu-item-18401\"><a href=\"https://inkafine.com/404-page\">404 Page</a></li><li id=\"menu-item-18402\"><a href=\"https://inkafine.com/service-plus/\">Service Plus</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18406\"><a href=\"#\">Portfolio</a>\n<ul><li id=\"menu-item-18415\"><a href=\"https://inkafine.com/portfolio-metro-mouse-info/\">Metro Mouse Info</a></li><li id=\"menu-item-18416\"><a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\">Metro Slide In Left</a></li><li id=\"menu-item-18413\"><a href=\"https://inkafine.com/portfolio-grid-waves/\">Grid Waves</a></li><li id=\"menu-item-18414\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Grid Wide</a></li><li id=\"menu-item-18417\"><a href=\"#\">Single Project</a>\n	<ul><li id=\"menu-item-18418\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\">Right Sidebar</a></li><li id=\"menu-item-18419\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\">Left Sidebar</a></li><li id=\"menu-item-18420\"><a href=\"https://inkafine.com/portfolio/accessories/\">Gallery</a></li><li id=\"menu-item-18421\"><a href=\"https://inkafine.com/portfolio/home-shoes/\">Background Video</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18422\"><a href=\"#\">Blog</a>\n<ul><li id=\"menu-item-18423\"><a href=\"https://inkafine.com/blog-standard/\">Standard</a></li><li id=\"menu-item-18425\"><a href=\"https://inkafine.com/blog-list/\">List</a></li><li id=\"menu-item-18426\"><a href=\"https://inkafine.com/blog-masonry/\">Masonry</a></li><li id=\"menu-item-18427\"><a href=\"https://inkafine.com/blog-portfolio/\">Portfolio</a></li><li id=\"menu-item-18424\"><a href=\"https://inkafine.com/blog-grid/\">Grid</a></li><li id=\"menu-item-18428\"><a href=\"#\">Single Post</a>\n	<ul><li id=\"menu-item-18429\"><a href=\"https://inkafine.com/three-steps-to-creating-the-perfect-suit/\">Standard</a></li><li id=\"menu-item-18430\"><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">With Sidebar</a></li><li id=\"menu-item-18433\"><a href=\"https://inkafine.com/custom-ties-offer-affordable-luxury/\">Video Post</a></li><li id=\"menu-item-18431\"><a href=\"https://inkafine.com/mens-clothing-items-selection-autumn-2022/\">Audio Post</a></li><li id=\"menu-item-18432\"><a href=\"https://inkafine.com/the-classic-tux-is-never-out-of-style/\">Gallery Post</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18434\"><a href=\"#\">Shop</a>\n<ul><li id=\"menu-item-18435\"><a href=\"https://inkafine.com/shop/\">Product List</a></li><li id=\"menu-item-18436\"><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Product Single</a></li><li id=\"menu-item-18437\"><a href=\"https://inkafine.com/cart/\">Cart</a></li><li id=\"menu-item-18438\"><a href=\"https://inkafine.com/checkout/\">Checkout</a></li><li id=\"menu-item-19332\"><a href=\"https://inkafine.com/wishlist/\">Wishlist</a></li></ul>\n</li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n		<a href=\"#\">\n		</a>\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a>		\n			<p>Layouts: Panel</p>		\n				0 items\n				- \n				0\n		0\n			Placeholder for Cart items		\n		<form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n			<input type=\"hidden\" value=\"\" name=\"post_types\">\n			<input type=\"text\" placeholder=\"Search\" value=\"\" name=\"s\">\n			<button type=\"submit\" aria-label=\"Start search\"></button>\n							<a></a>\n					</form>\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a>		\n				0 items\n				- \n				0\n		0\n			Placeholder for Cart items		\n		<form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n			<input type=\"hidden\" value=\"\" name=\"post_types\">\n			<input type=\"text\" placeholder=\"Search\" value=\"\" name=\"s\">\n			<button type=\"submit\" aria-label=\"Start search\"></button>\n							<a></a>\n					</form>\n		<a href=\"#\">\n		</a>', 'Header Logo Center', '', 'publish', 'closed', 'closed', '', 'header-logo-center', '', '', '2022-10-21 17:41:18', '2022-10-21 17:41:18', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18733', 0, 'cpt_layouts', '', 0),
(18739, 1, '2022-08-23 12:23:56', '2022-08-23 12:23:56', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1976666742\"><li id=\"menu-item-18375\"><a href=\"#\">Home</a>\n<ul><li id=\"menu-item-18376\"><a href=\"https://inkafine.com/\">Curtains &#038; Blinds</a></li><li id=\"menu-item-18382\"><a href=\"https://inkafine.com/textile-shop/\">Textile Shop</a></li><li id=\"menu-item-18380\"><a href=\"https://inkafine.com/manufacturing/\">Manufacturing</a></li><li id=\"menu-item-18378\"><a href=\"https://inkafine.com/fashion-designer/\">Fashion Designer</a></li><li id=\"menu-item-18379\"><a href=\"https://inkafine.com/fashion-label/\">Fashion Label</a></li><li id=\"menu-item-18381\"><a href=\"https://inkafine.com/tailor/\">Tailor</a></li><li id=\"menu-item-18377\"><a href=\"https://inkafine.com/ethnic-handmade/\">Ethnic Handmade</a></li></ul>\n</li><li id=\"menu-item-18383\"><a href=\"#\">Pages</a>\n<ul><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/about-us/\">About Us</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/our-services/\">Our Services</a></li><li id=\"menu-item-18397\"><a href=\"https://inkafine.com/our-team/\">Our Team</a></li><li id=\"menu-item-18398\"><a href=\"https://inkafine.com/faqs/\">FAQs</a></li><li id=\"menu-item-18399\"><a href=\"https://inkafine.com/pricing/\">Pricing</a></li><li id=\"menu-item-18405\"><a href=\"https://inkafine.com/newsletter-popups/\">Newsletter Popups</a></li><li id=\"menu-item-19353\"><a href=\"#\">Tools</a>\n	<ul><li id=\"menu-item-18400\"><a href=\"https://inkafine.com/typography/\">Typography</a></li><li id=\"menu-item-18401\"><a href=\"https://inkafine.com/404-page\">404 Page</a></li><li id=\"menu-item-18402\"><a href=\"https://inkafine.com/service-plus/\">Service Plus</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18406\"><a href=\"#\">Portfolio</a>\n<ul><li id=\"menu-item-18415\"><a href=\"https://inkafine.com/portfolio-metro-mouse-info/\">Metro Mouse Info</a></li><li id=\"menu-item-18416\"><a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\">Metro Slide In Left</a></li><li id=\"menu-item-18413\"><a href=\"https://inkafine.com/portfolio-grid-waves/\">Grid Waves</a></li><li id=\"menu-item-18414\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Grid Wide</a></li><li id=\"menu-item-18417\"><a href=\"#\">Single Project</a>\n	<ul><li id=\"menu-item-18418\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\">Right Sidebar</a></li><li id=\"menu-item-18419\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\">Left Sidebar</a></li><li id=\"menu-item-18420\"><a href=\"https://inkafine.com/portfolio/accessories/\">Gallery</a></li><li id=\"menu-item-18421\"><a href=\"https://inkafine.com/portfolio/home-shoes/\">Background Video</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18422\"><a href=\"#\">Blog</a>\n<ul><li id=\"menu-item-18423\"><a href=\"https://inkafine.com/blog-standard/\">Standard</a></li><li id=\"menu-item-18425\"><a href=\"https://inkafine.com/blog-list/\">List</a></li><li id=\"menu-item-18426\"><a href=\"https://inkafine.com/blog-masonry/\">Masonry</a></li><li id=\"menu-item-18427\"><a href=\"https://inkafine.com/blog-portfolio/\">Portfolio</a></li><li id=\"menu-item-18424\"><a href=\"https://inkafine.com/blog-grid/\">Grid</a></li><li id=\"menu-item-18428\"><a href=\"#\">Single Post</a>\n	<ul><li id=\"menu-item-18429\"><a href=\"https://inkafine.com/three-steps-to-creating-the-perfect-suit/\">Standard</a></li><li id=\"menu-item-18430\"><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">With Sidebar</a></li><li id=\"menu-item-18433\"><a href=\"https://inkafine.com/custom-ties-offer-affordable-luxury/\">Video Post</a></li><li id=\"menu-item-18431\"><a href=\"https://inkafine.com/mens-clothing-items-selection-autumn-2022/\">Audio Post</a></li><li id=\"menu-item-18432\"><a href=\"https://inkafine.com/the-classic-tux-is-never-out-of-style/\">Gallery Post</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18434\"><a href=\"#\">Shop</a>\n<ul><li id=\"menu-item-18435\"><a href=\"https://inkafine.com/shop/\">Product List</a></li><li id=\"menu-item-18436\"><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Product Single</a></li><li id=\"menu-item-18437\"><a href=\"https://inkafine.com/cart/\">Cart</a></li><li id=\"menu-item-18438\"><a href=\"https://inkafine.com/checkout/\">Checkout</a></li><li id=\"menu-item-19332\"><a href=\"https://inkafine.com/wishlist/\">Wishlist</a></li></ul>\n</li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n		<a href=\"#\">\n		</a>\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m-retina.png 2x\"                            alt=\"Fabric\" width=\"122\" height=\"32\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"https://inkafine.com/contact/\" >Request a Call</a>', 'Header Button Right', '', 'publish', 'closed', 'closed', '', 'header-button-right', '', '', '2022-11-02 16:10:34', '2022-11-02 16:10:34', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18739', 0, 'cpt_layouts', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(18750, 1, '2022-08-23 12:47:12', '2022-08-23 12:47:12', '<h2\n			>Unique Handcrafted Items for Your Home</h2>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_719523656\"><li id=\"menu-item-18674\"><a href=\"https://inkafine.com/blog-list/\">Our Blog</a></li><li id=\"menu-item-18675\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Latest Projects</a></li><li id=\"menu-item-18676\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a>		\n		<a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener\">AxiomThemes</a> © {{Y}}. All Rights Reserved.', 'Footer Menu Socials', '', 'publish', 'closed', 'closed', '', 'footer-menu-socials', '', '', '2022-11-02 15:40:41', '2022-11-02 15:40:41', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18750', 0, 'cpt_layouts', '', 0),
(18754, 1, '2022-08-23 12:50:57', '2022-08-23 12:50:57', '<a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener\">AxiomThemes</a> © {{Y}}. All Rights Reserved.		\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a>', 'Footer Simple Inverse', '', 'publish', 'closed', 'closed', '', 'footer-simple-inverse', '', '', '2022-11-02 15:40:00', '2022-11-02 15:40:00', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18754', 0, 'cpt_layouts', '', 0),
(18758, 1, '2022-08-23 12:52:48', '2022-08-23 12:52:48', '<img\n                            src=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m-retina.png 2x\"                            alt=\"Fabric\" width=\"122\" height=\"32\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a>		\n			<a href=\"tel:18004585697\">1 800 458 56 97</a>		\n			<a href=\"tel:18004585697\"></a>		\n			<a href=\"https://inkafine.com/contact/\" >Let&#039;s Talk</a>		\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1984572925\"><li id=\"menu-item-18375\"><a href=\"#\">Home</a>\n<ul><li id=\"menu-item-18376\"><a href=\"https://inkafine.com/\">Curtains &#038; Blinds</a></li><li id=\"menu-item-18382\"><a href=\"https://inkafine.com/textile-shop/\">Textile Shop</a></li><li id=\"menu-item-18380\"><a href=\"https://inkafine.com/manufacturing/\">Manufacturing</a></li><li id=\"menu-item-18378\"><a href=\"https://inkafine.com/fashion-designer/\">Fashion Designer</a></li><li id=\"menu-item-18379\"><a href=\"https://inkafine.com/fashion-label/\">Fashion Label</a></li><li id=\"menu-item-18381\"><a href=\"https://inkafine.com/tailor/\">Tailor</a></li><li id=\"menu-item-18377\"><a href=\"https://inkafine.com/ethnic-handmade/\">Ethnic Handmade</a></li></ul>\n</li><li id=\"menu-item-18383\"><a href=\"#\">Pages</a>\n<ul><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/about-us/\">About Us</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/our-services/\">Our Services</a></li><li id=\"menu-item-18397\"><a href=\"https://inkafine.com/our-team/\">Our Team</a></li><li id=\"menu-item-18398\"><a href=\"https://inkafine.com/faqs/\">FAQs</a></li><li id=\"menu-item-18399\"><a href=\"https://inkafine.com/pricing/\">Pricing</a></li><li id=\"menu-item-18405\"><a href=\"https://inkafine.com/newsletter-popups/\">Newsletter Popups</a></li><li id=\"menu-item-19353\"><a href=\"#\">Tools</a>\n	<ul><li id=\"menu-item-18400\"><a href=\"https://inkafine.com/typography/\">Typography</a></li><li id=\"menu-item-18401\"><a href=\"https://inkafine.com/404-page\">404 Page</a></li><li id=\"menu-item-18402\"><a href=\"https://inkafine.com/service-plus/\">Service Plus</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18406\"><a href=\"#\">Portfolio</a>\n<ul><li id=\"menu-item-18415\"><a href=\"https://inkafine.com/portfolio-metro-mouse-info/\">Metro Mouse Info</a></li><li id=\"menu-item-18416\"><a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\">Metro Slide In Left</a></li><li id=\"menu-item-18413\"><a href=\"https://inkafine.com/portfolio-grid-waves/\">Grid Waves</a></li><li id=\"menu-item-18414\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Grid Wide</a></li><li id=\"menu-item-18417\"><a href=\"#\">Single Project</a>\n	<ul><li id=\"menu-item-18418\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\">Right Sidebar</a></li><li id=\"menu-item-18419\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\">Left Sidebar</a></li><li id=\"menu-item-18420\"><a href=\"https://inkafine.com/portfolio/accessories/\">Gallery</a></li><li id=\"menu-item-18421\"><a href=\"https://inkafine.com/portfolio/home-shoes/\">Background Video</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18422\"><a href=\"#\">Blog</a>\n<ul><li id=\"menu-item-18423\"><a href=\"https://inkafine.com/blog-standard/\">Standard</a></li><li id=\"menu-item-18425\"><a href=\"https://inkafine.com/blog-list/\">List</a></li><li id=\"menu-item-18426\"><a href=\"https://inkafine.com/blog-masonry/\">Masonry</a></li><li id=\"menu-item-18427\"><a href=\"https://inkafine.com/blog-portfolio/\">Portfolio</a></li><li id=\"menu-item-18424\"><a href=\"https://inkafine.com/blog-grid/\">Grid</a></li><li id=\"menu-item-18428\"><a href=\"#\">Single Post</a>\n	<ul><li id=\"menu-item-18429\"><a href=\"https://inkafine.com/three-steps-to-creating-the-perfect-suit/\">Standard</a></li><li id=\"menu-item-18430\"><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">With Sidebar</a></li><li id=\"menu-item-18433\"><a href=\"https://inkafine.com/custom-ties-offer-affordable-luxury/\">Video Post</a></li><li id=\"menu-item-18431\"><a href=\"https://inkafine.com/mens-clothing-items-selection-autumn-2022/\">Audio Post</a></li><li id=\"menu-item-18432\"><a href=\"https://inkafine.com/the-classic-tux-is-never-out-of-style/\">Gallery Post</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18434\"><a href=\"#\">Shop</a>\n<ul><li id=\"menu-item-18435\"><a href=\"https://inkafine.com/shop/\">Product List</a></li><li id=\"menu-item-18436\"><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Product Single</a></li><li id=\"menu-item-18437\"><a href=\"https://inkafine.com/cart/\">Cart</a></li><li id=\"menu-item-18438\"><a href=\"https://inkafine.com/checkout/\">Checkout</a></li><li id=\"menu-item-19332\"><a href=\"https://inkafine.com/wishlist/\">Wishlist</a></li></ul>\n</li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n				0 items\n				- \n				0\n		0\n			Placeholder for Cart items		\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"\n											alt=\"Fabric\" width=\"147\" height=\"39\"></a>		\n		<a href=\"#\">\n		</a>\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-m-retina.png 2x\"                            alt=\"Fabric\" width=\"122\" height=\"32\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n				0 items\n				- \n				0\n		0\n			Placeholder for Cart items', 'Header Duplex Dark', '', 'publish', 'closed', 'closed', '', 'header-duplex-dark', '', '', '2022-10-12 19:00:50', '2022-10-12 19:00:50', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=18758', 0, 'cpt_layouts', '', 0),
(18781, 1, '2022-08-23 14:06:29', '2022-08-23 14:06:29', '<iframe title=\"THE LAB COWORKING\" src=\"https://player.vimeo.com/video/23966092?h=27665271a5&amp;dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'd0aa5fbe82da673fa4b2e6b1418fe455', '', '', '2022-08-23 14:06:29', '2022-08-23 14:06:29', '', 0, 'https://inkafine.com/d0aa5fbe82da673fa4b2e6b1418fe455/', 0, 'oembed_cache', '', 0),
(18994, 1, '2022-08-24 11:38:35', '2022-08-24 11:38:35', '', 'textile-img-1', '', 'inherit', 'open', 'closed', '', 'textile-img-1', '', '', '2022-08-24 11:38:35', '2022-08-24 11:38:35', '', 18101, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(18995, 1, '2022-08-24 11:38:38', '2022-08-24 11:38:38', '', 'textile-img-2', '', 'inherit', 'open', 'closed', '', 'textile-img-2', '', '', '2022-08-24 11:38:38', '2022-08-24 11:38:38', '', 18101, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18996, 1, '2022-08-24 11:38:41', '2022-08-24 11:38:41', '', 'textile-img-3', '', 'inherit', 'open', 'closed', '', 'textile-img-3', '', '', '2022-08-24 11:38:41', '2022-08-24 11:38:41', '', 18101, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(19003, 1, '2022-08-24 12:11:45', '2022-08-24 12:11:45', '<!-- wp:shortcode -->\n[ti_wishlistsview]\n<!-- /wp:shortcode -->', 'Wishlist', '', 'publish', 'closed', 'closed', '', 'wishlist', '', '', '2022-08-26 09:47:14', '2022-08-26 09:47:14', '', 0, 'https://inkafine.com/?page_id=19003', 0, 'page', '', 0),
(19085, 1, '2022-08-24 14:26:09', '2022-08-24 14:26:09', '', 'textile-img-4', '', 'inherit', 'open', 'closed', '', 'textile-img-4', '', '', '2022-08-24 14:26:09', '2022-08-24 14:26:09', '', 18139, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(19086, 1, '2022-08-24 14:32:21', '2022-08-24 14:32:21', '', 'textile-img-5', '', 'inherit', 'open', 'closed', '', 'textile-img-5', '', '', '2022-08-24 14:32:21', '2022-08-24 14:32:21', '', 18139, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(19096, 1, '2022-08-24 15:19:58', '2022-08-24 15:19:58', 'individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>', 'Manufacturing Tab 1', '', 'publish', 'closed', 'closed', '', 'manufacturing-tab-1', '', '', '2022-09-12 10:27:59', '2022-09-12 10:27:59', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=19096', 0, 'cpt_layouts', '', 0),
(19098, 1, '2022-08-24 15:20:17', '2022-08-24 15:20:17', 'Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>', 'Manufacturing Tab 2', '', 'publish', 'closed', 'closed', '', 'manufacturing-tab-2', '', '', '2022-09-12 10:41:08', '2022-09-12 10:41:08', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=19098', 0, 'cpt_layouts', '', 0),
(19100, 1, '2022-08-24 15:20:49', '2022-08-24 15:20:49', 'Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>', 'Manufacturing Tab 3', '', 'publish', 'closed', 'closed', '', 'manufacturing-tab-3', '', '', '2022-09-12 10:44:00', '2022-09-12 10:44:00', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=19100', 0, 'cpt_layouts', '', 0),
(19102, 1, '2022-08-24 15:21:18', '2022-08-24 15:21:18', 'Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>', 'Manufacturing Tab 4', '', 'publish', 'closed', 'closed', '', 'manufacturing-tab-4', '', '', '2022-09-12 10:42:40', '2022-09-12 10:42:40', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=19102', 0, 'cpt_layouts', '', 0),
(19122, 1, '2022-08-24 19:52:48', '2022-08-24 19:52:48', '', 'textile-img-6', '', 'inherit', 'open', 'closed', '', 'textile-img-6', '', '', '2022-08-24 19:52:48', '2022-08-24 19:52:48', '', 19096, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(19123, 1, '2022-08-24 19:52:51', '2022-08-24 19:52:51', '', 'textile-img-7', '', 'inherit', 'open', 'closed', '', 'textile-img-7', '', '', '2022-08-24 19:52:51', '2022-08-24 19:52:51', '', 19096, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(19124, 1, '2022-08-24 19:52:55', '2022-08-24 19:52:55', '', 'textile-img-8', '', 'inherit', 'open', 'closed', '', 'textile-img-8', '', '', '2022-08-24 19:52:55', '2022-08-24 19:52:55', '', 19096, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(19125, 1, '2022-08-24 19:52:58', '2022-08-24 19:52:58', '', 'textile-img-9', '', 'inherit', 'open', 'closed', '', 'textile-img-9', '', '', '2022-08-24 19:52:58', '2022-08-24 19:52:58', '', 19096, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(19140, 1, '2022-08-24 20:07:10', '2022-08-24 20:07:10', '', 'textile-img-10', '', 'inherit', 'open', 'closed', '', 'textile-img-10', '', '', '2022-08-24 20:07:10', '2022-08-24 20:07:10', '', 18139, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(19314, 1, '2022-08-25 13:34:57', '2022-08-25 13:34:57', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-l.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-l-retina.png 2x\"\n											alt=\"Fabric - Designer\" width=\"147\" height=\"39\"></a>		\n			<p>layouts: panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_268259050\"><li id=\"menu-item-18375\"><a href=\"#\">Home</a>\n<ul><li id=\"menu-item-18376\"><a href=\"https://inkafine.com/\">Curtains &#038; Blinds</a></li><li id=\"menu-item-18382\"><a href=\"https://inkafine.com/textile-shop/\">Textile Shop</a></li><li id=\"menu-item-18380\"><a href=\"https://inkafine.com/manufacturing/\">Manufacturing</a></li><li id=\"menu-item-18378\"><a href=\"https://inkafine.com/fashion-designer/\">Fashion Designer</a></li><li id=\"menu-item-18379\"><a href=\"https://inkafine.com/fashion-label/\">Fashion Label</a></li><li id=\"menu-item-18377\"><a href=\"https://inkafine.com/ethnic-handmade/\">Ethnic Handmade</a></li><li id=\"menu-item-18381\"><a href=\"https://inkafine.com/tailor/\">Tailor</a></li></ul>\n</li><li id=\"menu-item-18383\"><a href=\"#\">Pages</a>\n<ul><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/about-us/\">About Us</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/our-services/\">Our Services</a></li><li id=\"menu-item-18397\"><a href=\"https://inkafine.com/our-team/\">Our Team</a></li><li id=\"menu-item-18398\"><a href=\"https://inkafine.com/faqs/\">FAQs</a></li><li id=\"menu-item-18399\"><a href=\"https://inkafine.com/pricing/\">Pricing</a></li><li id=\"menu-item-18400\"><a href=\"https://inkafine.com/typography/\">Typography</a></li><li id=\"menu-item-18401\"><a href=\"https://inkafine.com/404-page\">404 Page</a></li><li id=\"menu-item-18402\"><a href=\"https://inkafine.com/service-plus/\">Service Plus</a></li><li id=\"menu-item-18405\"><a href=\"https://inkafine.com/newsletter-popups/\">Newsletter Popups</a></li></ul>\n</li><li id=\"menu-item-18406\"><a href=\"#\">Portfolio</a>\n<ul><li id=\"menu-item-18415\"><a href=\"https://inkafine.com/portfolio-metro-mouse-info/\">Portfolio Metro Mouse Info</a></li><li id=\"menu-item-18416\"><a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\">Portfolio Metro Slide In Left</a></li><li id=\"menu-item-18413\"><a href=\"https://inkafine.com/portfolio-grid-waves/\">Portfolio Grid Waves</a></li><li id=\"menu-item-18414\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Portfolio Grid Wide</a></li><li id=\"menu-item-18417\"><a href=\"#\">Single Project</a>\n	<ul><li id=\"menu-item-18418\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\">Right Sidebar</a></li><li id=\"menu-item-18419\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\">Left Sidebar</a></li><li id=\"menu-item-18420\"><a href=\"https://inkafine.com/portfolio/accessories/\">Gallery</a></li><li id=\"menu-item-18421\"><a href=\"https://inkafine.com/portfolio/home-shoes/\">Background Video</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18422\"><a href=\"#\">Blog</a>\n<ul><li id=\"menu-item-18423\"><a href=\"https://inkafine.com/blog-standard/\">Standard</a></li><li id=\"menu-item-18425\"><a href=\"https://inkafine.com/blog-list/\">List</a></li><li id=\"menu-item-18426\"><a href=\"https://inkafine.com/blog-masonry/\">Masonry</a></li><li id=\"menu-item-18427\"><a href=\"https://inkafine.com/blog-portfolio/\">Portfolio</a></li><li id=\"menu-item-18424\"><a href=\"https://inkafine.com/blog-grid/\">Grid</a></li><li id=\"menu-item-18428\"><a href=\"#\">Single Post</a>\n	<ul><li id=\"menu-item-18429\"><a href=\"https://inkafine.com/three-steps-to-creating-the-perfect-suit/\">Standard</a></li><li id=\"menu-item-18430\"><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">With Sidebar</a></li><li id=\"menu-item-18433\"><a href=\"https://inkafine.com/custom-ties-offer-affordable-luxury/\">Custom Ties Offer Affordable Luxury</a></li><li id=\"menu-item-18431\"><a href=\"https://inkafine.com/mens-clothing-items-selection-autumn-2022/\">Men&#8217;s Clothing Items Selection Autumn 2022</a></li><li id=\"menu-item-18432\"><a href=\"https://inkafine.com/the-classic-tux-is-never-out-of-style/\">The Classic Tux Is Never Out of Style</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18434\"><a href=\"#\">Shop</a>\n<ul><li id=\"menu-item-18435\"><a href=\"https://inkafine.com/shop/\">Product List</a></li><li id=\"menu-item-18436\"><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Product Single</a></li><li id=\"menu-item-18437\"><a href=\"https://inkafine.com/cart/\">Cart</a></li><li id=\"menu-item-18438\"><a href=\"https://inkafine.com/checkout/\">Checkout</a></li></ul>\n</li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric - Designer\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-l.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-combine-l-retina.png 2x\"\n											alt=\"Fabric - Designer\" width=\"147\" height=\"39\"></a>		\n		<a href=\"#\">\n		</a>\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric - Designer\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n			<h1>Page (post) title</h1><style type=\"text/css\">.trx_addons_inline_1455414732{background-image:url(//inkafine.com/wp-content/uploads/2022/08/textile-img-11.jpg) !important;}</style>', 'Header Video Portfolio Single', '', 'publish', 'closed', 'closed', '', 'header-video-portfolio-single', '', '', '2022-08-25 13:56:27', '2022-08-25 13:56:27', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=19314', 0, 'cpt_layouts', '', 0),
(19321, 1, '2022-08-25 13:53:21', '2022-08-25 13:53:21', '', 'Right Bar White', '', 'inherit', 'open', 'closed', '', 'right-bar-white', '', '', '2022-08-25 13:53:21', '2022-08-25 13:53:21', '', 19314, 'https://inkafine.com/wp-content/uploads/2022/08/Right-Bar-White.svg', 0, 'attachment', 'image/svg+xml', 0),
(19323, 1, '2022-08-25 13:55:06', '2022-08-25 13:55:06', '', 'textile-img-11', '', 'inherit', 'open', 'closed', '', 'textile-img-11', '', '', '2022-08-25 13:55:06', '2022-08-25 13:55:06', '', 19314, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(19326, 1, '2022-08-25 14:28:27', '2022-08-25 14:28:27', '', 'portfolio', '', 'inherit', 'open', 'closed', '', 'portfolio-2', '', '', '2022-08-25 14:28:27', '2022-08-25 14:28:27', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/portfolio.mp4', 0, 'attachment', 'video/mp4', 0),
(19327, 1, '2022-08-25 14:31:50', '2022-08-25 14:31:50', '<a href=\"https://inkafine.com/\" class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_126420187\"><img src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\" srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\" alt=\"Fabric - Designer\" width=\"147\" height=\"39\"></a>\n\n<style type=\"text/css\">.trx_addons_inline_126420187 img.logo_image{max-height:80px;}</style>layouts: panel\n\n<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\">\n<ul id=\"sc_layouts_menu_1188009346\">\n 	<li id=\"menu-item-18375\"><a href=\"#\">Home</a>\n<ul>\n 	<li id=\"menu-item-18376\"><a href=\"https://inkafine.com/\">Curtains &amp; Blinds</a></li>\n 	<li id=\"menu-item-18382\"><a href=\"https://inkafine.com/textile-shop/\">Textile Shop</a></li>\n 	<li id=\"menu-item-18380\"><a href=\"https://inkafine.com/manufacturing/\">Manufacturing</a></li>\n 	<li id=\"menu-item-18378\"><a href=\"https://inkafine.com/fashion-designer/\">Fashion Designer</a></li>\n 	<li id=\"menu-item-18379\"><a href=\"https://inkafine.com/fashion-label/\">Fashion Label</a></li>\n 	<li id=\"menu-item-18377\"><a href=\"https://inkafine.com/ethnic-handmade/\">Ethnic Handmade</a></li>\n 	<li id=\"menu-item-18381\"><a href=\"https://inkafine.com/tailor/\">Tailor</a></li>\n</ul>\n</li>\n 	<li id=\"menu-item-18383\"><a href=\"#\">Pages</a>\n<ul>\n 	<li id=\"menu-item-18384\"><a href=\"https://inkafine.com/about-us/\">About Us</a></li>\n 	<li id=\"menu-item-18385\"><a href=\"https://inkafine.com/our-services/\">Our Services</a></li>\n 	<li id=\"menu-item-18397\"><a href=\"https://inkafine.com/our-team/\">Our Team</a></li>\n 	<li id=\"menu-item-18398\"><a href=\"https://inkafine.com/faqs/\">FAQs</a></li>\n 	<li id=\"menu-item-18399\"><a href=\"https://inkafine.com/pricing/\">Pricing</a></li>\n 	<li id=\"menu-item-18400\"><a href=\"https://inkafine.com/typography/\">Typography</a></li>\n 	<li id=\"menu-item-18401\"><a href=\"https://inkafine.com/404-page\">404 Page</a></li>\n 	<li id=\"menu-item-18402\"><a href=\"https://inkafine.com/service-plus/\">Service Plus</a></li>\n 	<li id=\"menu-item-18405\"><a href=\"https://inkafine.com/newsletter-popups/\">Newsletter Popups</a></li>\n</ul>\n</li>\n 	<li id=\"menu-item-18406\"><a href=\"#\">Portfolio</a>\n<ul>\n 	<li id=\"menu-item-18415\"><a href=\"https://inkafine.com/portfolio-metro-mouse-info/\">Portfolio Metro Mouse Info</a></li>\n 	<li id=\"menu-item-18416\"><a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\">Portfolio Metro Slide In Left</a></li>\n 	<li id=\"menu-item-18413\"><a href=\"https://inkafine.com/portfolio-grid-waves/\">Portfolio Grid Waves</a></li>\n 	<li id=\"menu-item-18414\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Portfolio Grid Wide</a></li>\n 	<li id=\"menu-item-18417\"><a href=\"#\">Single Project</a>\n<ul>\n 	<li id=\"menu-item-18418\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\">Right Sidebar</a></li>\n 	<li id=\"menu-item-18419\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\">Left Sidebar</a></li>\n 	<li id=\"menu-item-18420\"><a href=\"https://inkafine.com/portfolio/accessories/\">Gallery</a></li>\n 	<li id=\"menu-item-18421\"><a href=\"https://inkafine.com/portfolio/home-shoes/\">Background Video</a></li>\n</ul>\n</li>\n</ul>\n</li>\n 	<li id=\"menu-item-18422\"><a href=\"#\">Blog</a>\n<ul>\n 	<li id=\"menu-item-18423\"><a href=\"https://inkafine.com/blog-standard/\">Standard</a></li>\n 	<li id=\"menu-item-18425\"><a href=\"https://inkafine.com/blog-list/\">List</a></li>\n 	<li id=\"menu-item-18426\"><a href=\"https://inkafine.com/blog-masonry/\">Masonry</a></li>\n 	<li id=\"menu-item-18427\"><a href=\"https://inkafine.com/blog-portfolio/\">Portfolio</a></li>\n 	<li id=\"menu-item-18424\"><a href=\"https://inkafine.com/blog-grid/\">Grid</a></li>\n 	<li id=\"menu-item-18428\"><a href=\"#\">Single Post</a>\n<ul>\n 	<li id=\"menu-item-18429\"><a href=\"https://inkafine.com/three-steps-to-creating-the-perfect-suit/\">Standard</a></li>\n 	<li id=\"menu-item-18430\"><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">With Sidebar</a></li>\n 	<li id=\"menu-item-18433\"><a href=\"https://inkafine.com/custom-ties-offer-affordable-luxury/\">Custom Ties Offer Affordable Luxury</a></li>\n 	<li id=\"menu-item-18431\"><a href=\"https://inkafine.com/mens-clothing-items-selection-autumn-2022/\">Men’s Clothing Items Selection Autumn 2022</a></li>\n 	<li id=\"menu-item-18432\"><a href=\"https://inkafine.com/the-classic-tux-is-never-out-of-style/\">The Classic Tux Is Never Out of Style</a></li>\n</ul>\n</li>\n</ul>\n</li>\n 	<li id=\"menu-item-18434\"><a href=\"#\">Shop</a>\n<ul>\n 	<li id=\"menu-item-18435\"><a href=\"https://inkafine.com/shop/\">Product List</a></li>\n 	<li id=\"menu-item-18436\"><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Product Single</a></li>\n 	<li id=\"menu-item-18437\"><a href=\"https://inkafine.com/cart/\">Cart</a></li>\n 	<li id=\"menu-item-18438\"><a href=\"https://inkafine.com/checkout/\">Checkout</a></li>\n</ul>\n</li>\n 	<li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contact/\">Contact</a></li>\n</ul>\n</nav>				0 items\n-\n0\n<!-- /.sc_layouts_cart_details -->\n0\n<h5>Cart</h5>\nPlaceholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n<!-- /.sc_layouts_cart -->\n<img src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\" srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\" alt=\"Fabric - Designer\" width=\"147\" height=\"39\">                <a></a>\n\n<form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n<input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n<button type=\"submit\"></button>\n</form><!-- /.sc_layouts_search -->\n<a href=\"#popup-2\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"Эллипс_362\" data-name=\"Эллипс 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"Эллипс_363\" data-name=\"Эллипс 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"Эллипс_364\" data-name=\"Эллипс 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"Эллипс_365\" data-name=\"Эллипс 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"Эллипс_366\" data-name=\"Эллипс 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"Эллипс_367\" data-name=\"Эллипс 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"Эллипс_368\" data-name=\"Эллипс 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"Эллипс_369\" data-name=\"Эллипс 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"Эллипс_370\" data-name=\"Эллипс 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n<a href=\"https://inkafine.com/\" class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_138850111\"><img src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\" srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\" alt=\"Fabric - Designer\" width=\"147\" height=\"39\"></a>\n\n<style type=\"text/css\">.trx_addons_inline_138850111 img.logo_image{max-height:80px;}</style>				0 items\n-\n0\n<!-- /.sc_layouts_cart_details -->\n0\n<h5>Cart</h5>\nPlaceholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n<!-- /.sc_layouts_cart -->\n<img src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\" srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\" alt=\"Fabric - Designer\" width=\"147\" height=\"39\">                <a></a>\n\n<form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n<input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n<button type=\"submit\"></button>\n</form><!-- /.sc_layouts_search -->\n<a href=\"#\">\n</a>\n<h1>Page (post) title</h1>', 'Header Portfolio Single', '', 'publish', 'closed', 'closed', '', 'header-portfolio-single', '', '', '2022-08-25 14:34:29', '2022-08-25 14:34:29', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=19327', 0, 'cpt_layouts', '', 0),
(19403, 1, '2022-08-25 20:23:10', '2022-08-25 20:23:10', '<h3\n			>Subscribe for the updates!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-11\"]', 'Mailchimp Popup 2', '', 'publish', 'closed', 'closed', '', 'mailchimp-popup-2', '', '', '2022-08-25 20:29:24', '2022-08-25 20:29:24', '', 0, 'https://inkafine.com/?post_type=cpt_layouts&#038;p=19403', 0, 'cpt_layouts', '', 0),
(19407, 1, '2022-08-25 20:25:09', '2022-08-25 20:25:09', '<!-- wp:trx-addons/layouts {\"layout\":\"19403\"} /-->', 'Our Newsletter 1', '', 'publish', 'closed', 'closed', '', 'our-newsletter-1', '', '', '2023-10-26 10:37:03', '2023-10-26 15:37:03', '', 0, 'https://inkafine.com/?post_type=adp-popup&#038;p=19407', 0, 'adp-popup', '', 0),
(19409, 1, '2022-08-25 20:27:33', '2022-08-25 20:27:33', '<!-- wp:trx-addons/layouts {\"layout\":\"7074\"} /-->', 'Our Newsletter 2', '', 'publish', 'closed', 'closed', '', 'our-newsletter-2', '', '', '2022-08-25 20:28:33', '2022-08-25 20:28:33', '', 0, 'https://inkafine.com/?post_type=adp-popup&#038;p=19409', 0, 'adp-popup', '', 0),
(19448, 1, '2022-08-26 12:37:38', '2022-08-26 12:37:38', '', 'textile-img-12', '', 'inherit', 'open', 'closed', '', 'textile-img-12', '', '', '2022-08-26 12:37:38', '2022-08-26 12:37:38', '', 18204, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(19470, 1, '2022-08-26 13:17:20', '2022-08-26 13:17:20', '', 'textile-img-13', '', 'inherit', 'open', 'closed', '', 'textile-img-13', '', '', '2022-08-26 13:17:20', '2022-08-26 13:17:20', '', 18204, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(19475, 1, '2022-08-26 13:34:33', '2022-08-26 13:34:33', '', 'textile-img-14', '', 'inherit', 'open', 'closed', '', 'textile-img-14', '', '', '2022-08-26 13:34:33', '2022-08-26 13:34:33', '', 18204, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(19476, 1, '2022-08-26 13:34:37', '2022-08-26 13:34:37', '', 'textile-img-15', '', 'inherit', 'open', 'closed', '', 'textile-img-15', '', '', '2022-08-26 13:34:37', '2022-08-26 13:34:37', '', 18204, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-15.jpg', 0, 'attachment', 'image/jpeg', 0),
(19491, 1, '2022-08-26 13:48:45', '2022-08-26 13:48:45', '', 'textile-img-16', '', 'inherit', 'open', 'closed', '', 'textile-img-16', '', '', '2022-08-26 13:48:45', '2022-08-26 13:48:45', '', 18204, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-16.jpg', 0, 'attachment', 'image/jpeg', 0),
(19492, 1, '2022-08-26 13:48:49', '2022-08-26 13:48:49', '', 'textile-img-17', '', 'inherit', 'open', 'closed', '', 'textile-img-17', '', '', '2022-08-26 13:48:49', '2022-08-26 13:48:49', '', 18204, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-17.jpg', 0, 'attachment', 'image/jpeg', 0),
(19564, 1, '2022-08-26 15:59:01', '2022-08-26 15:59:01', '', 'textile-img-18', '', 'inherit', 'open', 'closed', '', 'textile-img-18', '', '', '2022-08-26 15:59:01', '2022-08-26 15:59:01', '', 18240, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-18.jpg', 0, 'attachment', 'image/jpeg', 0),
(19565, 1, '2022-08-26 15:59:04', '2022-08-26 15:59:04', '', 'textile-img-19', '', 'inherit', 'open', 'closed', '', 'textile-img-19', '', '', '2022-08-26 15:59:04', '2022-08-26 15:59:04', '', 18240, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-19.jpg', 0, 'attachment', 'image/jpeg', 0),
(19583, 1, '2022-08-26 18:08:52', '2022-08-26 18:08:52', '', 'textile-img-20', '', 'inherit', 'open', 'closed', '', 'textile-img-20', '', '', '2022-08-26 18:08:52', '2022-08-26 18:08:52', '', 18240, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-20.jpg', 0, 'attachment', 'image/jpeg', 0),
(19634, 1, '2022-08-29 13:02:34', '2022-08-29 13:02:34', '', 'textile-img-21', '', 'inherit', 'open', 'closed', '', 'textile-img-21', '', '', '2022-08-29 13:02:34', '2022-08-29 13:02:34', '', 18301, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-21.jpg', 0, 'attachment', 'image/jpeg', 0),
(19635, 1, '2022-08-29 13:14:44', '2022-08-29 13:14:44', '', 'textile-img-22', '', 'inherit', 'open', 'closed', '', 'textile-img-22', '', '', '2022-08-29 13:14:44', '2022-08-29 13:14:44', '', 18301, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-22.jpg', 0, 'attachment', 'image/jpeg', 0),
(19639, 1, '2022-08-29 13:21:52', '2022-08-29 13:21:52', '', 'textile-img-23', '', 'inherit', 'open', 'closed', '', 'textile-img-23', '', '', '2022-08-29 13:21:52', '2022-08-29 13:21:52', '', 18301, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-23.jpg', 0, 'attachment', 'image/jpeg', 0),
(19640, 1, '2022-08-29 13:21:55', '2022-08-29 13:21:55', '', 'textile-img-24', '', 'inherit', 'open', 'closed', '', 'textile-img-24', '', '', '2022-08-29 13:21:55', '2022-08-29 13:21:55', '', 18301, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-24.jpg', 0, 'attachment', 'image/jpeg', 0),
(19654, 1, '2022-08-29 13:52:03', '2022-08-29 13:52:03', '', 'textile-img-25', '', 'inherit', 'open', 'closed', '', 'textile-img-25', '', '', '2022-08-29 13:52:03', '2022-08-29 13:52:03', '', 18301, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-25.jpg', 0, 'attachment', 'image/jpeg', 0),
(19671, 1, '2022-08-29 14:06:25', '2022-08-29 14:06:25', '', 'Ethnic Burger', '', 'inherit', 'open', 'closed', '', 'ethnic-burger', '', '', '2022-08-29 14:06:25', '2022-08-29 14:06:25', '', 18758, 'https://inkafine.com/wp-content/uploads/2022/08/Ethnic-Burger.svg', 0, 'attachment', 'image/svg+xml', 0),
(19716, 1, '2022-08-29 20:34:23', '2022-08-29 20:34:23', '', 'Order &ndash; August 29, 2022 @ 08:34 PM', '', 'wc-on-hold', 'open', 'closed', 'wc_order_NbFj3BmuQn6AH', 'order-aug-29-2022-0834-pm', '', '', '2022-08-29 20:34:31', '2022-08-29 20:34:31', '', 0, 'https://inkafine.com/?post_type=shop_order&#038;p=19716', 0, 'shop_order', '', 1),
(19779, 1, '2022-08-30 22:45:44', '2022-08-30 22:45:44', '', '70_4-1-min', '', 'inherit', 'open', 'closed', '', '70_4-1-min', '', '', '2022-08-30 22:45:44', '2022-08-30 22:45:44', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_4-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(19780, 1, '2022-08-30 22:45:56', '2022-08-30 22:45:56', '', '70_1-1-min', '', 'inherit', 'open', 'closed', '', '70_1-1-min', '', '', '2022-08-30 22:45:56', '2022-08-30 22:45:56', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_1-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(19781, 1, '2022-08-30 22:45:58', '2022-08-30 22:45:58', '', '70_1-2-min', '', 'inherit', 'open', 'closed', '', '70_1-2-min', '', '', '2022-08-30 22:45:58', '2022-08-30 22:45:58', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_1-2-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(19782, 1, '2022-08-30 22:45:59', '2022-08-30 22:45:59', '', '70_1-3-min', '', 'inherit', 'open', 'closed', '', '70_1-3-min', '', '', '2022-08-30 22:45:59', '2022-08-30 22:45:59', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_1-3-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(19783, 1, '2022-08-30 22:46:00', '2022-08-30 22:46:00', '', '70_2-1-min', '', 'inherit', 'open', 'closed', '', '70_2-1-min', '', '', '2022-08-30 22:46:00', '2022-08-30 22:46:00', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_2-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(19784, 1, '2022-08-30 22:46:04', '2022-08-30 22:46:04', '', '70_2-2-min', '', 'inherit', 'open', 'closed', '', '70_2-2-min', '', '', '2022-08-30 22:46:04', '2022-08-30 22:46:04', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_2-2-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(19785, 1, '2022-08-30 22:46:15', '2022-08-30 22:46:15', '', '70_3-1_video', '', 'inherit', 'open', 'closed', '', '70_3-1_video', '', '', '2022-08-30 22:46:15', '2022-08-30 22:46:15', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_3-1_video.mp4', 0, 'attachment', 'video/mp4', 0),
(19786, 1, '2022-08-30 22:46:16', '2022-08-30 22:46:16', '', '70_5-1-min', '', 'inherit', 'open', 'closed', '', '70_5-1-min', '', '', '2022-08-30 22:46:16', '2022-08-30 22:46:16', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_5-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(19787, 1, '2022-08-30 22:46:20', '2022-08-30 22:46:20', '', '70_5-2-min', '', 'inherit', 'open', 'closed', '', '70_5-2-min', '', '', '2022-08-30 22:46:20', '2022-08-30 22:46:20', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(19791, 1, '2022-08-30 22:52:25', '2022-08-30 22:52:25', '', '70_4-needle', '', 'inherit', 'open', 'closed', '', '70_4-needle', '', '', '2022-08-30 22:52:25', '2022-08-30 22:52:25', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_4-needle.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(19795, 1, '2022-08-31 10:07:51', '2022-08-31 10:07:51', '', '70_down-arrow', '', 'inherit', 'open', 'closed', '', '70_down-arrow', '', '', '2022-08-31 10:07:51', '2022-08-31 10:07:51', '', 0, 'https://inkafine.com/wp-content/uploads/2022/08/70_down-arrow.png', 0, 'attachment', 'image/png', 0),
(19796, 1, '2022-08-31 10:10:45', '2022-08-31 10:10:45', '', '70_3-1_video_8.jpeg', '', 'inherit', 'closed', 'closed', '', '70-3-1-video-8-jpeg', '', '', '2022-08-31 10:10:45', '2022-08-31 10:10:45', '', 0, 'https://inkafine.com/wp-content/uploads/revslider/video-media/70_3-1_video_8.jpeg', 0, 'attachment', 'image/jpeg', 0),
(19861, 1, '2022-08-08 10:44:36', '2022-08-08 10:44:36', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Men\'s Style Guide', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'mens-style-guide', '', '', '2022-10-17 13:19:36', '2022-10-17 13:19:36', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=19861', 0, 'cpt_portfolio', '', 0),
(19862, 1, '2022-08-08 10:43:52', '2022-08-08 10:43:52', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Autumn Trends', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'autumn-trends', '', '', '2022-10-17 13:20:10', '2022-10-17 13:20:10', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=19862', 0, 'cpt_portfolio', '', 0),
(19863, 1, '2022-08-08 10:42:00', '2022-08-08 10:42:00', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Vintage Trends', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'vintage-trends', '', '', '2022-10-17 13:20:39', '2022-10-17 13:20:39', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=19863', 0, 'cpt_portfolio', '', 0),
(19864, 1, '2022-08-08 10:41:07', '2022-08-08 10:41:07', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Sleeve Styles', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'sleeve-styles', '', '', '2022-10-17 13:21:10', '2022-10-17 13:21:10', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=19864', 0, 'cpt_portfolio', '', 0),
(19865, 1, '2022-08-08 10:40:12', '2022-08-08 10:40:12', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"columns\":2,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped\"><!-- wp:image {\"id\":17863,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-1024x683.jpg\" alt=\"\" class=\"wp-image-17863\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":17864,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-1024x683.jpg\" alt=\"\" class=\"wp-image-17864\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":18476,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/tailor-header-1024x523.jpg\" alt=\"\" class=\"wp-image-18476\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Designer Dresses', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'designer-dresses', '', '', '2022-10-17 13:22:23', '2022-10-17 13:22:23', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=19865', 0, 'cpt_portfolio', '', 0),
(19869, 1, '2022-09-05 09:54:40', '2022-09-05 09:54:40', '', 'textile-img-26', '', 'inherit', 'open', 'closed', '', 'textile-img-26', '', '', '2022-09-05 09:54:40', '2022-09-05 09:54:40', '', 18199, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-26.jpg', 0, 'attachment', 'image/jpeg', 0),
(19870, 1, '2022-09-05 09:54:45', '2022-09-05 09:54:45', '', 'textile-img-27', '', 'inherit', 'open', 'closed', '', 'textile-img-27', '', '', '2022-09-05 09:54:45', '2022-09-05 09:54:45', '', 18199, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-27.jpg', 0, 'attachment', 'image/jpeg', 0),
(19871, 1, '2022-09-05 09:54:50', '2022-09-05 09:54:50', '', 'textile-img-28', '', 'inherit', 'open', 'closed', '', 'textile-img-28', '', '', '2022-09-05 09:54:50', '2022-09-05 09:54:50', '', 18199, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-28.jpg', 0, 'attachment', 'image/jpeg', 0),
(19872, 1, '2022-09-05 09:54:54', '2022-09-05 09:54:54', '', 'textile-img-29', '', 'inherit', 'open', 'closed', '', 'textile-img-29', '', '', '2022-09-05 09:54:54', '2022-09-05 09:54:54', '', 18199, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-29.jpg', 0, 'attachment', 'image/jpeg', 0),
(19873, 1, '2022-09-05 09:55:01', '2022-09-05 09:55:01', '', 'textile-img-30', '', 'inherit', 'open', 'closed', '', 'textile-img-30', '', '', '2022-09-05 09:55:01', '2022-09-05 09:55:01', '', 18199, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-30.jpg', 0, 'attachment', 'image/jpeg', 0),
(19874, 1, '2022-09-05 09:55:06', '2022-09-05 09:55:06', '', 'textile-img-31', '', 'inherit', 'open', 'closed', '', 'textile-img-31', '', '', '2022-09-05 09:55:06', '2022-09-05 09:55:06', '', 18199, 'https://inkafine.com/wp-content/uploads/2022/08/textile-img-31.jpg', 0, 'attachment', 'image/jpeg', 0),
(20103, 1, '2022-09-12 14:06:50', '2022-09-12 14:06:50', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":20117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37-1024x683.jpg\" alt=\"\" class=\"wp-image-20117\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":20109,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32-1024x683.jpg\" alt=\"\" class=\"wp-image-20109\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":19787,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min-1024x523.jpg\" alt=\"\" class=\"wp-image-19787\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Knitted Apparel', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'knitted-apparel', '', '', '2022-10-17 13:11:58', '2022-10-17 13:11:58', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=20103', 0, 'cpt_portfolio', '', 0),
(20104, 1, '2022-09-12 14:18:20', '2022-09-12 14:18:20', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":20117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37-1024x683.jpg\" alt=\"\" class=\"wp-image-20117\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":20109,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32-1024x683.jpg\" alt=\"\" class=\"wp-image-20109\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":19787,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min-1024x523.jpg\" alt=\"\" class=\"wp-image-19787\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Handbags', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'handbags', '', '', '2022-10-17 13:10:16', '2022-10-17 13:10:16', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=20104', 0, 'cpt_portfolio', '', 0),
(20105, 1, '2022-09-12 14:17:52', '2022-09-12 14:17:52', '', 'portfolio-image36', '', 'inherit', 'open', 'closed', '', 'portfolio-image36', '', '', '2022-09-12 14:17:52', '2022-09-12 14:17:52', '', 20104, 'https://inkafine.com/wp-content/uploads/2022/09/portfolio-image36.jpg', 0, 'attachment', 'image/jpeg', 0),
(20106, 1, '2022-09-12 14:19:09', '2022-09-12 14:19:09', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":20117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37-1024x683.jpg\" alt=\"\" class=\"wp-image-20117\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":20109,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32-1024x683.jpg\" alt=\"\" class=\"wp-image-20109\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":19787,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min-1024x523.jpg\" alt=\"\" class=\"wp-image-19787\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Ethnic Accessories', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'ethnic-accessories', '', '', '2022-10-17 13:11:43', '2022-10-17 13:11:43', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=20106', 0, 'cpt_portfolio', '', 0),
(20107, 1, '2022-09-12 14:18:52', '2022-09-12 14:18:52', '', 'portfolio-image38', '', 'inherit', 'open', 'closed', '', 'portfolio-image38', '', '', '2022-09-12 14:18:52', '2022-09-12 14:18:52', '', 20106, 'https://inkafine.com/wp-content/uploads/2022/09/portfolio-image38.jpg', 0, 'attachment', 'image/jpeg', 0),
(20108, 1, '2022-09-12 14:20:51', '2022-09-12 14:20:51', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":20117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37-1024x683.jpg\" alt=\"\" class=\"wp-image-20117\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":19787,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min-1024x523.jpg\" alt=\"\" class=\"wp-image-19787\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Unique Tools', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'unique-tools', '', '', '2022-10-17 13:09:45', '2022-10-17 13:09:45', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=20108', 0, 'cpt_portfolio', '', 0),
(20109, 1, '2022-09-12 14:20:13', '2022-09-12 14:20:13', '', 'portfolio-image32', '', 'inherit', 'open', 'closed', '', 'portfolio-image32', '', '', '2022-09-12 14:20:13', '2022-09-12 14:20:13', '', 20108, 'https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32.jpg', 0, 'attachment', 'image/jpeg', 0),
(20110, 1, '2022-09-12 14:21:41', '2022-09-12 14:21:41', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":20117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37-1024x683.jpg\" alt=\"\" class=\"wp-image-20117\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":20109,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32-1024x683.jpg\" alt=\"\" class=\"wp-image-20109\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":19787,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min-1024x523.jpg\" alt=\"\" class=\"wp-image-19787\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Hats', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'hats', '', '', '2022-10-17 13:09:03', '2022-10-17 13:09:03', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=20110', 0, 'cpt_portfolio', '', 0),
(20111, 1, '2022-09-12 14:21:26', '2022-09-12 14:21:26', '', 'portfolio-image33', '', 'inherit', 'open', 'closed', '', 'portfolio-image33', '', '', '2022-09-12 14:21:26', '2022-09-12 14:21:26', '', 20110, 'https://inkafine.com/wp-content/uploads/2022/09/portfolio-image33.jpg', 0, 'attachment', 'image/jpeg', 0),
(20112, 1, '2022-09-12 14:24:10', '2022-09-12 14:24:10', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":20117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37-1024x683.jpg\" alt=\"\" class=\"wp-image-20117\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":20109,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32-1024x683.jpg\" alt=\"\" class=\"wp-image-20109\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":19787,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min-1024x523.jpg\" alt=\"\" class=\"wp-image-19787\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Weaving', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'weaving', '', '', '2022-10-17 13:08:16', '2022-10-17 13:08:16', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=20112', 0, 'cpt_portfolio', '', 0),
(20113, 1, '2022-09-12 14:23:05', '2022-09-12 14:23:05', '', 'portfolio-image31', '', 'inherit', 'open', 'closed', '', 'portfolio-image31', '', '', '2022-09-12 14:23:05', '2022-09-12 14:23:05', '', 20112, 'https://inkafine.com/wp-content/uploads/2022/09/portfolio-image31.jpg', 0, 'attachment', 'image/jpeg', 0),
(20114, 1, '2022-09-12 14:25:05', '2022-09-12 14:25:05', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":20117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37-1024x683.jpg\" alt=\"\" class=\"wp-image-20117\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":20109,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32-1024x683.jpg\" alt=\"\" class=\"wp-image-20109\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":19787,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min-1024x523.jpg\" alt=\"\" class=\"wp-image-19787\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Pottery', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'pottery', '', '', '2022-10-17 13:07:29', '2022-10-17 13:07:29', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=20114', 0, 'cpt_portfolio', '', 0),
(20115, 1, '2022-09-12 14:24:39', '2022-09-12 14:24:39', '', 'portfolio-image34', '', 'inherit', 'open', 'closed', '', 'portfolio-image34', '', '', '2022-09-12 14:24:39', '2022-09-12 14:24:39', '', 20114, 'https://inkafine.com/wp-content/uploads/2022/09/portfolio-image34.jpg', 0, 'attachment', 'image/jpeg', 0),
(20116, 1, '2022-09-12 14:26:28', '2022-09-12 14:26:28', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":20117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37-1024x683.jpg\" alt=\"\" class=\"wp-image-20117\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":20109,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32-1024x683.jpg\" alt=\"\" class=\"wp-image-20109\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":19787,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min-1024x523.jpg\" alt=\"\" class=\"wp-image-19787\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Textile Craft', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'textile-craft', '', '', '2022-10-17 13:07:02', '2022-10-17 13:07:02', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=20116', 0, 'cpt_portfolio', '', 0),
(20117, 1, '2022-09-12 14:25:56', '2022-09-12 14:25:56', '', 'portfolio-image37', '', 'inherit', 'open', 'closed', '', 'portfolio-image37', '', '', '2022-09-12 14:25:56', '2022-09-12 14:25:56', '', 20116, 'https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37.jpg', 0, 'attachment', 'image/jpeg', 0),
(20118, 1, '2022-09-12 14:27:18', '2022-09-12 14:27:18', '<!-- wp:heading {\"level\":3} -->\n<h3>Modern Brand Book</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, quia. Dicta sunt explicabo. Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam quis nostrud exercitation ipsam voluptatem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":20117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image37-1024x683.jpg\" alt=\"\" class=\"wp-image-20117\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":20109,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/09/portfolio-image32-1024x683.jpg\" alt=\"\" class=\"wp-image-20109\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":19787,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://inkafine.com/wp-content/uploads/2022/08/70_5-2-min-1024x523.jpg\" alt=\"\" class=\"wp-image-19787\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Needlework', 'Dicta sunt explicabo. Nemo ipsam voluptatem quia voluptas aspernatur aut odit aut fugit, sed quia. Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.', 'publish', 'closed', 'closed', '', 'needlework', '', '', '2022-10-17 13:04:03', '2022-10-17 13:04:03', '', 0, 'https://inkafine.com/?post_type=cpt_portfolio&#038;p=20118', 0, 'cpt_portfolio', '', 0),
(20119, 1, '2022-09-12 14:27:07', '2022-09-12 14:27:07', '', 'portfolio-image35', '', 'inherit', 'open', 'closed', '', 'portfolio-image35', '', '', '2022-09-12 14:27:07', '2022-09-12 14:27:07', '', 20118, 'https://inkafine.com/wp-content/uploads/2022/09/portfolio-image35.jpg', 0, 'attachment', 'image/jpeg', 0),
(20126, 1, '2022-09-13 08:17:08', '2022-09-13 08:17:08', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2022-09-13 08:17:08', '2022-09-13 08:17:08', '', 0, 'https://inkafine.com/wp-content/uploads/2022/09/favicon.png', 0, 'attachment', 'image/png', 0),
(20127, 1, '2022-09-13 08:17:15', '2022-09-13 08:17:15', 'https://inkafine.com/wp-content/uploads/2022/09/cropped-favicon.png', 'cropped-favicon.png', '', 'inherit', 'open', 'closed', '', 'cropped-favicon-png', '', '', '2022-09-13 08:17:15', '2022-09-13 08:17:15', '', 0, 'https://inkafine.com/wp-content/uploads/2022/09/cropped-favicon.png', 0, 'attachment', 'image/png', 0),
(20128, 1, '2023-10-03 20:11:08', '2023-10-04 01:11:08', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2023-10-03 20:11:08', '2023-10-04 01:11:08', '', 15, 'https://inkafine.com/?p=20128', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20132, 1, '2023-10-04 00:27:57', '2023-10-04 05:27:57', '<h1>World Class Textile Producer with Impeccable Quality</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n									<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-px0pf37ip0hq0vg3xirlaof84d58g4voztwuxxjzls.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Find Perfect Materials with Our Services</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\" role=\"button\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									<a href=\"\">What`s New</a>\n									<a href=\"\">Event Services</a>\n									<a href=\"\">Accessories</a>\n									<a href=\"\">Suit Resizing</a>\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}@media(max-width:1024px){.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:30px;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:280px;}}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}@media(max-width:1024px){.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:30px;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:280px;}}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}@media(max-width:1024px){.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:30px;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:280px;}}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}@media(max-width:1024px){.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:30px;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:280px;}}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">August 8, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">August 8, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">August 8, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">August 8, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:27:57', '2023-10-04 05:27:57', '', 18139, 'https://inkafine.com/?p=20132', 0, 'revision', '', 0),
(20133, 1, '2023-10-04 00:27:57', '2023-10-04 05:27:57', '<h1>World Class Textile Producer with Impeccable Quality</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n									<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-px0pf37ip0hq0vg3xirlaof84d58g4voztwuxxjzls.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Find Perfect Materials with Our Services</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\" role=\"button\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									<a href=\"\">What`s New</a>\n									<a href=\"\">Event Services</a>\n									<a href=\"\">Accessories</a>\n									<a href=\"\">Suit Resizing</a>\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}@media(max-width:1024px){.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:30px;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:280px;}}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}@media(max-width:1024px){.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:30px;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:280px;}}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}@media(max-width:1024px){.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:30px;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:280px;}}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}@media(max-width:1024px){.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0px 20px 0px 0px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0px 20px 0px 0px;}}@media(max-width:767px){.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0px 0px 0px 0px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:30px;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:280px;}}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">August 8, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">August 8, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">August 8, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">August 8, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:27:57', '2023-10-04 05:27:57', '', 18139, 'https://inkafine.com/?p=20133', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20134, 1, '2023-10-04 00:27:58', '2023-10-04 05:27:58', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Find Perfect Materials with Our Services</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:27:58', '2023-10-04 05:27:58', '', 18139, 'https://inkafine.com/?p=20134', 0, 'revision', '', 0),
(20135, 1, '2023-10-04 00:32:43', '2023-10-04 05:32:43', '', '1-1-1024x587', '', 'inherit', 'open', 'closed', '', '1-1-1024x587', '', '', '2023-10-04 00:32:43', '2023-10-04 05:32:43', '', 18139, 'https://inkafine.com/wp-content/uploads/2023/10/1-1-1024x587-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(20136, 1, '2023-10-04 00:32:55', '2023-10-04 05:32:55', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Find Perfect Materials with Our Services</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:32:55', '2023-10-04 05:32:55', '', 18139, 'https://inkafine.com/?p=20136', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20137, 1, '2023-10-04 00:32:55', '2023-10-04 05:32:55', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Find Perfect Materials with Our Services</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:32:55', '2023-10-04 05:32:55', '', 18139, 'https://inkafine.com/?p=20137', 0, 'revision', '', 0),
(20138, 1, '2023-10-04 00:32:56', '2023-10-04 05:32:56', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Find Perfect Materials with Our Services</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:32:56', '2023-10-04 05:32:56', '', 18139, 'https://inkafine.com/?p=20138', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20139, 1, '2023-10-04 00:34:38', '2023-10-04 05:34:38', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Find Perfect Materials with Our Services</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:34:38', '2023-10-04 05:34:38', '', 18139, 'https://inkafine.com/?p=20139', 0, 'revision', '', 0),
(20140, 1, '2023-10-04 00:34:38', '2023-10-04 05:34:38', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Find Perfect Materials with Our Services</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:34:38', '2023-10-04 05:34:38', '', 18139, 'https://inkafine.com/?p=20140', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20141, 1, '2023-10-04 00:34:38', '2023-10-04 05:34:38', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos Materiales de Excelente Calidad en Todos Nuestros Productos</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:34:38', '2023-10-04 05:34:38', '', 18139, 'https://inkafine.com/?p=20141', 0, 'revision', '', 0),
(20142, 1, '2023-10-04 00:35:36', '2023-10-04 05:35:36', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos Materiales de Excelente Calidad en Todos Nuestros Productos</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:35:36', '2023-10-04 05:35:36', '', 18139, 'https://inkafine.com/?p=20142', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20143, 1, '2023-10-04 00:35:36', '2023-10-04 05:35:36', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos Materiales de Excelente Calidad en Todos Nuestros Productos</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:35:36', '2023-10-04 05:35:36', '', 18139, 'https://inkafine.com/?p=20143', 0, 'revision', '', 0),
(20144, 1, '2023-10-04 00:35:36', '2023-10-04 05:35:36', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:35:36', '2023-10-04 05:35:36', '', 18139, 'https://inkafine.com/?p=20144', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20146, 1, '2023-10-04 00:55:08', '2023-10-04 05:55:08', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:55:08', '2023-10-04 05:55:08', '', 18139, 'https://inkafine.com/?p=20146', 0, 'revision', '', 0),
(20147, 1, '2023-10-04 00:55:08', '2023-10-04 05:55:08', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:55:08', '2023-10-04 05:55:08', '', 18139, 'https://inkafine.com/?p=20147', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20148, 1, '2023-10-04 00:55:08', '2023-10-04 05:55:08', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:55:08', '2023-10-04 05:55:08', '', 18139, 'https://inkafine.com/?p=20148', 0, 'revision', '', 0),
(20149, 1, '2023-10-04 00:59:07', '2023-10-04 05:59:07', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:59:07', '2023-10-04 05:59:07', '', 18139, 'https://inkafine.com/?p=20149', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20150, 1, '2023-10-04 00:59:07', '2023-10-04 05:59:07', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>\n			From The Blog<h1\n			>Our Articles</h1>		\n		<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image5-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"1\"><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\" rel=\"bookmark\">Boost Your Confidence with a Bespoke Suit</a></h5><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/boost-your-confidence-with-a-bespoke-suit/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/04/service-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"2\"><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\" rel=\"bookmark\">Custom Shirts &#8211; Summer 2022 Must Haves</a></h5><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/custom-shirts-summer-2022-must-haves/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image6-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"3\"><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\" rel=\"bookmark\">How to Button Suit Jackets and Blazers</a></h5><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/how-to-button-suit-jackets-and-blazers/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item --><img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image3-890x664.jpg\" alt=\"\" decoding=\"async\" />						\n									<a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\"  aria-hidden=\"true\"></a>\n			<a href=\"https://inkafine.com/category/trends/\" rel=\"category tag\">Trends</a><h5 data-item-number=\"4\"><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\" rel=\"bookmark\">Suit Style Tips Every Man Must Know</a></h5><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/\">8 Agosto, 2022</a><a href=\"https://inkafine.com/suit-style-tips-every-man-must-know/#respond\">0Comments</a><!-- .entry-content --><!-- .sc_blogger_item_body --><!-- .sc_blogger_item -->', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:59:07', '2023-10-04 05:59:07', '', 18139, 'https://inkafine.com/?p=20150', 0, 'revision', '', 0),
(20151, 1, '2023-10-04 00:59:07', '2023-10-04 05:59:07', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 00:59:07', '2023-10-04 05:59:07', '', 18139, 'https://inkafine.com/?p=20151', 0, 'revision', '', 0),
(20152, 1, '2023-10-04 01:07:28', '2023-10-04 06:07:28', '', 'Foto_principal_confecciones', '', 'inherit', 'open', 'closed', '', 'foto_principal_confecciones', '', '', '2023-10-04 01:07:28', '2023-10-04 06:07:28', '', 18139, 'https://inkafine.com/wp-content/uploads/2023/10/Foto_principal_confecciones.jpg', 0, 'attachment', 'image/jpeg', 0),
(20154, 1, '2023-10-04 01:08:58', '2023-10-04 06:08:58', '', 'RECTA CON PANEL ELECTRÓNICO _ JUKI DDL-8700-7WB', '', 'inherit', 'open', 'closed', '', 'recta-con-panel-electronico-_-juki-ddl-8700-7wb', '', '', '2023-10-04 01:08:58', '2023-10-04 06:08:58', '', 18139, 'https://inkafine.com/wp-content/uploads/2023/10/RECTA-CON-PANEL-ELECTRONICO-_-JUKI-DDL-8700-7WB.mp4', 0, 'attachment', 'video/mp4', 0),
(20155, 1, '2023-10-04 01:09:56', '2023-10-04 06:09:56', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:09:56', '2023-10-04 06:09:56', '', 18139, 'https://inkafine.com/?p=20155', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20156, 1, '2023-10-04 01:09:56', '2023-10-04 06:09:56', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:09:56', '2023-10-04 06:09:56', '', 18139, 'https://inkafine.com/?p=20156', 0, 'revision', '', 0),
(20157, 1, '2023-10-04 01:09:57', '2023-10-04 06:09:57', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:09:57', '2023-10-04 06:09:57', '', 18139, 'https://inkafine.com/?p=20157', 0, 'revision', '', 0),
(20158, 1, '2023-10-04 01:13:00', '2023-10-04 06:13:00', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:13:00', '2023-10-04 06:13:00', '', 18139, 'https://inkafine.com/?p=20158', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20159, 1, '2023-10-04 01:13:00', '2023-10-04 06:13:00', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-qdcdtyozhpqpke3vk5njha32fpib0xnp6no2ltv5s0.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:13:00', '2023-10-04 06:13:00', '', 18139, 'https://inkafine.com/?p=20159', 0, 'revision', '', 0),
(20160, 1, '2023-10-04 01:13:00', '2023-10-04 06:13:00', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img width=\"440\" height=\"586\" src=\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-18.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-18.jpg 440w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-18-225x300.jpg 225w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-18-370x493.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-18-410x546.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 440px\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:13:00', '2023-10-04 06:13:00', '', 18139, 'https://inkafine.com/?p=20160', 0, 'revision', '', 0),
(20161, 1, '2023-10-04 01:14:54', '2023-10-04 06:14:54', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img width=\"440\" height=\"586\" src=\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-18.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-18.jpg 440w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-18-225x300.jpg 225w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-18-370x493.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-18-410x546.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 440px\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:14:54', '2023-10-04 06:14:54', '', 18139, 'https://inkafine.com/?p=20161', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20162, 1, '2023-10-04 01:14:54', '2023-10-04 06:14:54', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img width=\"440\" height=\"586\" src=\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-18.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-18.jpg 440w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-18-225x300.jpg 225w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-18-370x493.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/textile-img-18-410x546.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 440px\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:14:54', '2023-10-04 06:14:54', '', 18139, 'https://inkafine.com/?p=20162', 0, 'revision', '', 0),
(20163, 1, '2023-10-04 01:14:54', '2023-10-04 06:14:54', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:14:54', '2023-10-04 06:14:54', '', 18139, 'https://inkafine.com/?p=20163', 0, 'revision', '', 0),
(20164, 1, '2023-10-04 01:20:28', '2023-10-04 06:20:28', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:20:28', '2023-10-04 06:20:28', '', 18139, 'https://inkafine.com/?p=20164', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20165, 1, '2023-10-04 01:20:29', '2023-10-04 06:20:29', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:20:29', '2023-10-04 06:20:29', '', 18139, 'https://inkafine.com/?p=20165', 0, 'revision', '', 0),
(20166, 1, '2023-10-04 01:20:29', '2023-10-04 06:20:29', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:20:29', '2023-10-04 06:20:29', '', 18139, 'https://inkafine.com/?p=20166', 0, 'revision', '', 0),
(20167, 1, '2023-10-04 01:22:58', '2023-10-04 06:22:58', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:22:58', '2023-10-04 06:22:58', '', 18139, 'https://inkafine.com/?p=20167', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20168, 1, '2023-10-04 01:22:58', '2023-10-04 06:22:58', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			What We Offer<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:22:58', '2023-10-04 06:22:58', '', 18139, 'https://inkafine.com/?p=20168', 0, 'revision', '', 0),
(20169, 1, '2023-10-04 01:22:58', '2023-10-04 06:22:58', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:22:58', '2023-10-04 06:22:58', '', 18139, 'https://inkafine.com/?p=20169', 0, 'revision', '', 0),
(20170, 1, '2023-10-04 01:26:31', '2023-10-04 06:26:31', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:26:31', '2023-10-04 06:26:31', '', 18139, 'https://inkafine.com/?p=20170', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20171, 1, '2023-10-04 01:26:31', '2023-10-04 06:26:31', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:26:31', '2023-10-04 06:26:31', '', 18139, 'https://inkafine.com/?p=20171', 0, 'revision', '', 0),
(20172, 1, '2023-10-04 01:26:31', '2023-10-04 06:26:31', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:26:31', '2023-10-04 06:26:31', '', 18139, 'https://inkafine.com/?p=20172', 0, 'revision', '', 0),
(20173, 1, '2023-10-04 01:30:05', '2023-10-04 06:30:05', '', 'istockphoto-1303435316-612x612', 'Mockup of white, black T-shirt, beautifully folded, blank polo for presentation of design, print, pattern. Men\'s clothing template with collar,buttons, front view, isolated on background.Set of clothe', 'inherit', 'open', 'closed', '', 'istockphoto-1303435316-612x612', '', '', '2023-10-04 01:30:05', '2023-10-04 06:30:05', '', 18150, 'https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(20174, 1, '2023-10-04 01:30:09', '2023-10-04 06:30:09', '', '95bd8a7bb1d458b80cb48ae67e670951', '', 'inherit', 'open', 'closed', '', '95bd8a7bb1d458b80cb48ae67e670951', '', '', '2023-10-04 01:30:09', '2023-10-04 06:30:09', '', 18150, 'https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg', 0, 'attachment', 'image/jpeg', 0),
(20175, 1, '2023-10-04 01:30:12', '2023-10-04 06:30:12', '', 'polera-capucha-color-melange', '', 'inherit', 'open', 'closed', '', 'polera-capucha-color-melange', '', '', '2023-10-04 01:30:12', '2023-10-04 06:30:12', '', 18150, 'https://inkafine.com/wp-content/uploads/2022/08/polera-capucha-color-melange.jpg', 0, 'attachment', 'image/jpeg', 0),
(20176, 1, '2023-10-04 01:35:07', '2023-10-04 06:35:07', '', 'D_NQ_NP_764528-MPE46713473560_072021-O', '', 'inherit', 'open', 'closed', '', 'd_nq_np_764528-mpe46713473560_072021-o', '', '', '2023-10-04 01:35:07', '2023-10-04 06:35:07', '', 18154, 'https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png', 0, 'attachment', 'image/png', 0),
(20178, 1, '2023-10-04 01:37:12', '2023-10-04 06:37:12', '', 'Web', '', 'inherit', 'open', 'closed', '', 'web', '', '', '2023-10-04 01:37:12', '2023-10-04 06:37:12', '', 18151, 'https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg', 0, 'attachment', 'image/jpeg', 0),
(20179, 1, '2023-10-04 01:41:46', '2023-10-04 06:41:46', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:41:46', '2023-10-04 06:41:46', '', 18139, 'https://inkafine.com/?p=20179', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20180, 1, '2023-10-04 01:41:46', '2023-10-04 06:41:46', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/post-image3-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/yarns/\"></a>			<a href=\"https://inkafine.com/services/yarns/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/yarns/\">01.Yarns</a></h4>\n                    <a href=\"https://inkafine.com/services/yarns/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/portfolio-image18-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/fabrics/\"></a>			<a href=\"https://inkafine.com/services/fabrics/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/fabrics/\">02.Fabrics</a></h4>\n                    <a href=\"https://inkafine.com/services/fabrics/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image17-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/clothing/\"></a>			<a href=\"https://inkafine.com/services/clothing/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/clothing/\">03.Clothing</a></h4>\n                    <a href=\"https://inkafine.com/services/clothing/\">\n                        Read more\n                    </a>\n	<img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2020/05/portfolio-image2-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/retail-shops/\"></a>			<a href=\"https://inkafine.com/services/retail-shops/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/retail-shops/\">04.Retail Shops</a></h4>\n                    <a href=\"https://inkafine.com/services/retail-shops/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:41:46', '2023-10-04 06:41:46', '', 18139, 'https://inkafine.com/?p=20180', 0, 'revision', '', 0),
(20181, 1, '2023-10-04 01:41:47', '2023-10-04 06:41:47', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:41:47', '2023-10-04 06:41:47', '', 18139, 'https://inkafine.com/?p=20181', 0, 'revision', '', 0),
(20182, 1, '2023-10-04 01:42:07', '2023-10-04 06:42:07', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:42:07', '2023-10-04 06:42:07', '', 18139, 'https://inkafine.com/?p=20182', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20183, 1, '2023-10-04 01:42:07', '2023-10-04 06:42:07', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]		\n									What`s New\n									Event Services\n									Accessories\n									Suit Resizing\n									What`s New\n					<style>.elementor-19096 .elementor-element.elementor-element-4c8a4247 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text{z-index:0;}.elementor-19096 .elementor-element.elementor-element-4c8a4247 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-2210d6c6 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19096 .elementor-element.elementor-element-741f0540{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-3329aa3 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19096 .elementor-element.elementor-element-5160c17f{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-42077b17{--spacer-size:50px;}.elementor-19096 .elementor-element.elementor-element-f0f2c57:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-6.jpg\");background-position:center center;background-size:cover;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19096 .elementor-element.elementor-element-f0f2c57 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19096 .elementor-element.elementor-element-591cb87c{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"4c8a4247\" data-element_type=\"section\">\n			individual approach<h1\n			>We Believe that Every Client Is Unique</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/blog-standard/\">More Details</a>		\n		</section>\n									Event Services\n					<style>.elementor-19098 .elementor-element.elementor-element-9a61219 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text{z-index:0;}.elementor-19098 .elementor-element.elementor-element-9a61219 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-c181681 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19098 .elementor-element.elementor-element-17a8429{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-befbecd .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19098 .elementor-element.elementor-element-2168bf1{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-23e4e37{--spacer-size:50px;}.elementor-19098 .elementor-element.elementor-element-3c0a327:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-7.jpg\");background-position:center center;background-size:cover;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19098 .elementor-element.elementor-element-3c0a327 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19098 .elementor-element.elementor-element-e6f637f{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"9a61219\" data-element_type=\"section\">\n			Ready to wear<h1\n			>We\'ll Find a Suit that Fits You Perfectly</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/shop/\">Online Store</a>		\n		</section>\n									Accessories\n					<style>.elementor-19100 .elementor-element.elementor-element-995a251 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text{z-index:0;}.elementor-19100 .elementor-element.elementor-element-995a251 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-150a65c > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19100 .elementor-element.elementor-element-349f4b7{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-ca1251d .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19100 .elementor-element.elementor-element-4965f96{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-3a39217{--spacer-size:50px;}.elementor-19100 .elementor-element.elementor-element-63a7be2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-8.jpg\");background-position:center center;background-size:cover;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19100 .elementor-element.elementor-element-63a7be2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19100 .elementor-element.elementor-element-1d59b28{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"995a251\" data-element_type=\"section\">\n			Mind the details<h1\n			>Accessories for Casual and Elegant Style</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/our-services/\">Learn More</a>		\n		</section>\n									Suit Resizing\n					<style>.elementor-19102 .elementor-element.elementor-element-6cf0321 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text{z-index:0;}.elementor-19102 .elementor-element.elementor-element-6cf0321 .trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element{padding-right:50px;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-column-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-ec5d626 > .elementor-element-populated.elementor-widget-wrap{padding:0% 14% 0% 0%;}.elementor-19102 .elementor-element.elementor-element-e7e68ac{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-1c73be2 .sc_item_title_text2{-webkit-text-stroke-width:0px;}.elementor-19102 .elementor-element.elementor-element-c1d27c7{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-2a856be{--spacer-size:50px;}.elementor-19102 .elementor-element.elementor-element-344e73b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://inkafine.com/wp-content/uploads/2022/08/textile-img-9.jpg\");background-position:center center;background-size:cover;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19102 .elementor-element.elementor-element-344e73b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-19102 .elementor-element.elementor-element-cd2441a{--spacer-size:300px;}.trx-addons-layout--edit-mode .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}.trx-addons-layout--single-preview .trx-addons-layout__inner{background-color:var(--theme-color-bg_color);}</style>		\n									<section data-id=\"6cf0321\" data-element_type=\"section\">\n			Perfect Fit<h1\n			>Expert Suit Alteration of Any Complexity</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas vsit aspernatur aut odit aut fugit sed quia.</p>\n<a href=\"https://inkafine.com/services/\">More Services</a>		\n		</section>', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:42:07', '2023-10-04 06:42:07', '', 18139, 'https://inkafine.com/?p=20183', 0, 'revision', '', 0),
(20184, 1, '2023-10-04 01:42:07', '2023-10-04 06:42:07', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 01:42:07', '2023-10-04 06:42:07', '', 18139, 'https://inkafine.com/?p=20184', 0, 'revision', '', 0),
(20185, 1, '2023-10-04 01:52:05', '2023-10-04 06:52:05', 'beauty & comfort<h1\n			>Choose Our New Home Textile Collection</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\" role=\"button\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 01:52:05', '2023-10-04 06:52:05', '', 17758, 'https://inkafine.com/?p=20185', 0, 'revision', '', 0),
(20186, 1, '2023-10-04 01:52:22', '2023-10-04 06:52:22', 'Contact Us<h1\n			>Have Questions? Get in Touch!</h1><p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.</p>\n			785 15h Street, Office 478 Berlin<a href=\"tel:18408412569\">\n                        +1 840 841 25 69\n                        </a><a href=\"tel:18408412569\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">info@email.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" />\n<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" />\n<input type=\"tel\" name=\"phone\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" />\n<input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" />\n<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\"></textarea>\n<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n</form>		\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_342082090{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 01:52:22', '2023-10-04 06:52:22', '', 1453, 'https://inkafine.com/?p=20186', 0, 'revision', '', 0),
(20187, 1, '2023-10-04 01:52:39', '2023-10-04 06:52:39', 'individuAL TAILORING<h1\n			>Measured, Made and Fitted by Us</h1>		\n		<p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p><p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>		\n			<h4><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                                    Custom                                     </a><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                                                                        </a><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                                    Tailoring                                    </a></h4><a href=\"https://inkafine.com/services/custom-tailoring/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/custom-tailoring/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/services/hems-shortening/\">\n                                    Hemming,                                    </a><a href=\"https://inkafine.com/services/hems-shortening/\">\n                                                                        </a><a href=\"https://inkafine.com/services/hems-shortening/\">\n                                    Shortening                                    </a></h4><a href=\"https://inkafine.com/services/hems-shortening/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/hems-shortening/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/services/home-textile/\">\n                                    Home                                     </a><a href=\"https://inkafine.com/services/home-textile/\">\n                                                                        </a><a href=\"https://inkafine.com/services/home-textile/\">\n                                    Textiles                                    </a></h4><a href=\"https://inkafine.com/services/home-textile/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/home-textile/\"\n                       >\n                        </a><h4><a href=\"https://inkafine.com/services/clothing-repair/\">\n                                    Repair &amp;                                    </a><a href=\"https://inkafine.com/services/clothing-repair/\">\n                                                                        </a><a href=\"https://inkafine.com/services/clothing-repair/\">\n                                    Maintenance                                    </a></h4><a href=\"https://inkafine.com/services/clothing-repair/\">\n                        Read More\n                        </a><a href=\"https://inkafine.com/services/clothing-repair/\"\n                       >\n                        </a><!-- /.sc_icons -->		\n									<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-4-px0s132i4l5z12wv25gimyimnhum6i1dx2gum26pds.jpg\" title=\"textile-img-4\" alt=\"textile-img-4\" />											<figcaption></figcaption>\n										</figure>\n			premium quality<h1\n			>Find Your Perfect Look with Our Items</h1>		\n		We appreciate your trust greatly! Our clients choose us and our products because they know we\'re the best.		\n			<h5>01. Top Quality Fabric</h5>		\n			<h5>02. Modern Collection</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Ream More</a>		\n			What We Offer<h1\n			>Our huge range of made-to-measure <i>clothing and home textiles</i> offers a variety of solutions and styles</h1>		\n		<p style=\"text-align: center;\"><a href=\"http://default.qwery.kat/about-us/\">Read More</a></p>		\n			<a href=\"#go-video2\" role=\"button\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Browse our collections		\n						<h4><a href=\"https://inkafine.com/services/linen-collection/\">Linen Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/linen-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image8-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/linen-collection/\"></a>			<a href=\"https://inkafine.com/services/linen-collection/\"  aria-hidden=\"true\"></a>\n						<h4><a href=\"https://inkafine.com/services/decor-collection/\">Decor Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/decor-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image10-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/decor-collection/\"></a>			<a href=\"https://inkafine.com/services/decor-collection/\"  aria-hidden=\"true\"></a>\n						<h4><a href=\"https://inkafine.com/services/mens-collection/\">Men&#8217;s Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/mens-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image9-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/mens-collection/\"></a>			<a href=\"https://inkafine.com/services/mens-collection/\"  aria-hidden=\"true\"></a>\n						<h4><a href=\"https://inkafine.com/services/curtains-collection/\">Curtains Collection</a></h4>\n							<p>Adipiscing elit, sed do eiusmod tempor inci ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco.</p>\n            <a href=\"https://inkafine.com/services/curtains-collection/\">\n                Read More\n            </a>\n            <img width=\"890\" height=\"664\" src=\"https://inkafine.com/wp-content/uploads/2022/08/service-image11-890x664.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" />						\n						<a href=\"https://inkafine.com/services/curtains-collection/\"></a>			<a href=\"https://inkafine.com/services/curtains-collection/\"  aria-hidden=\"true\"></a>\n			<h2\n			>Subscribe for the exclusive updates!</h2>		\n		[mc4wp_form id=\"461\" element_id=\"style-3\"]', 'Servicios', '', 'inherit', 'closed', 'closed', '', '17790-revision-v1', '', '', '2023-10-04 01:52:39', '2023-10-04 06:52:39', '', 17790, 'https://inkafine.com/?p=20187', 0, 'revision', '', 0),
(20188, 1, '2023-10-04 18:00:52', '2023-10-04 06:55:14', '', 'Inicio', '', 'publish', 'closed', 'closed', '', 'inicio', '', '', '2023-10-04 18:00:52', '2023-10-04 23:00:52', '', 0, 'https://inkafine.com/?p=20188', 1, 'nav_menu_item', '', 0),
(20190, 1, '2023-10-04 02:03:34', '2023-10-04 07:03:34', 'Contact Us<h1\n			>Have Questions? Get in Touch!</h1><p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.</p>\n			785 15h Street, Office 478 Berlin<a href=\"tel:18408412569\">\n                        +1 840 841 25 69\n                        </a><a href=\"tel:18408412569\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">info@email.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" />\n<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" />\n<input type=\"tel\" name=\"phone\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" />\n<input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" />\n<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\"></textarea>\n<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n</form>		\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_342082090{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:03:34', '2023-10-04 07:03:34', '', 1453, 'https://inkafine.com/?p=20190', 0, 'revision', '', 0),
(20191, 1, '2023-10-04 02:03:34', '2023-10-04 07:03:34', 'Contact Us<h1\n			>Have Questions? Get in Touch!</h1><p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.</p>\n			785 15h Street, Office 478 Berlin<a href=\"tel:18408412569\">\n                        +1 840 841 25 69\n                        </a><a href=\"tel:18408412569\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">info@email.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" />\n<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" />\n<input type=\"tel\" name=\"phone\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" />\n<input type=\"text\" name=\"subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" />\n<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\"></textarea>\n<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n</form>		\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_342082090{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:03:34', '2023-10-04 07:03:34', '', 1453, 'https://inkafine.com/?p=20191', 0, 'revision', '', 0),
(20192, 1, '2023-10-04 02:03:34', '2023-10-04 07:03:34', 'Contact Us<h1\n			>Tiene Dudas? Pongase en Contacto!</h1><p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.</p>\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_1427256143{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:03:34', '2023-10-04 07:03:34', '', 1453, 'https://inkafine.com/?p=20192', 0, 'revision', '', 0),
(20193, 1, '2023-10-04 02:04:22', '2023-10-04 07:04:22', 'Contact Us<h1\n			>Tiene Dudas? Pongase en Contacto!</h1><p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.</p>\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_1427256143{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:04:22', '2023-10-04 07:04:22', '', 1453, 'https://inkafine.com/?p=20193', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20194, 1, '2023-10-04 02:04:22', '2023-10-04 07:04:22', 'Contact Us<h1\n			>Tiene Dudas? Pongase en Contacto!</h1><p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.</p>\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_1427256143{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:04:22', '2023-10-04 07:04:22', '', 1453, 'https://inkafine.com/?p=20194', 0, 'revision', '', 0),
(20195, 1, '2023-10-04 02:04:22', '2023-10-04 07:04:22', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1><p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.</p>\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_2022865072{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:04:22', '2023-10-04 07:04:22', '', 1453, 'https://inkafine.com/?p=20195', 0, 'revision', '', 0),
(20196, 1, '2023-10-04 02:04:36', '2023-10-04 07:04:36', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1><p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.</p>\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_2022865072{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:04:36', '2023-10-04 07:04:36', '', 1453, 'https://inkafine.com/?p=20196', 0, 'revision', '', 0),
(20197, 1, '2023-10-04 02:04:36', '2023-10-04 07:04:36', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1><p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.</p>\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_2022865072{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:04:36', '2023-10-04 07:04:36', '', 1453, 'https://inkafine.com/?p=20197', 0, 'revision', '', 0),
(20198, 1, '2023-10-04 02:04:36', '2023-10-04 07:04:36', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_589572052{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:04:36', '2023-10-04 07:04:36', '', 1453, 'https://inkafine.com/?p=20198', 0, 'revision', '', 0),
(20199, 1, '2023-10-04 02:08:25', '2023-10-04 07:08:25', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_589572052{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:08:25', '2023-10-04 07:08:25', '', 1453, 'https://inkafine.com/?p=20199', 0, 'revision', '', 0),
(20200, 1, '2023-10-04 02:08:25', '2023-10-04 07:08:25', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=51.503325%2C-0.119545\"\n						aria-label=\"One\"></iframe><style type=\"text/css\">.trx_addons_inline_589572052{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:08:25', '2023-10-04 07:08:25', '', 1453, 'https://inkafine.com/?p=20200', 0, 'revision', '', 0),
(20201, 1, '2023-10-04 02:08:25', '2023-10-04 07:08:25', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=GCVX%2B9G3%2C+Jacobo+Hunter+04011\"\n						aria-label=\"\"></iframe><style type=\"text/css\">.trx_addons_inline_967189330{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 02:08:25', '2023-10-04 07:08:25', '', 1453, 'https://inkafine.com/?p=20201', 0, 'revision', '', 0),
(20202, 1, '2023-10-04 02:49:17', '2023-10-04 07:49:17', '', 'inkafine-logo-1', '', 'inherit', 'open', 'closed', '', 'inkafine-logo-1', '', '', '2023-10-04 02:49:17', '2023-10-04 07:49:17', '', 0, 'https://inkafine.com/wp-content/uploads/2023/10/inkafine-logo-1.png', 0, 'attachment', 'image/png', 0),
(20203, 1, '2023-10-04 02:57:36', '2023-10-04 07:57:36', '', 'inkafine-logo-2', '', 'inherit', 'open', 'closed', '', 'inkafine-logo-2', '', '', '2023-10-04 02:57:36', '2023-10-04 07:57:36', '', 0, 'https://inkafine.com/wp-content/uploads/2023/10/inkafine-logo-2.png', 0, 'attachment', 'image/png', 0),
(20204, 1, '2023-10-04 03:00:27', '2023-10-04 08:00:27', '', 'inkafine-logo-3', '', 'inherit', 'open', 'closed', '', 'inkafine-logo-3', '', '', '2023-10-04 03:00:27', '2023-10-04 08:00:27', '', 0, 'https://inkafine.com/wp-content/uploads/2023/10/inkafine-logo-3.png', 0, 'attachment', 'image/png', 0),
(20205, 1, '2023-10-04 11:43:47', '2023-10-04 16:43:47', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=GCVX%2B9G3%2C+Jacobo+Hunter+04011\"\n						aria-label=\"\"></iframe><style type=\"text/css\">.trx_addons_inline_967189330{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 11:43:47', '2023-10-04 16:43:47', '', 1453, 'https://inkafine.com/?p=20205', 0, 'revision', '', 0),
(20206, 1, '2023-10-04 11:43:47', '2023-10-04 16:43:47', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">contacto@inkafine.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=GCVX%2B9G3%2C+Jacobo+Hunter+04011\"\n						aria-label=\"\"></iframe><style type=\"text/css\">.trx_addons_inline_967189330{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 11:43:47', '2023-10-04 16:43:47', '', 1453, 'https://inkafine.com/?p=20206', 0, 'revision', '', 0),
(20207, 1, '2023-10-04 11:43:47', '2023-10-04 16:43:47', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">inkafine@hotmail.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=GCVX%2B9G3%2C+Jacobo+Hunter+04011\"\n						aria-label=\"\"></iframe><style type=\"text/css\">.trx_addons_inline_1367806891{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 11:43:47', '2023-10-04 16:43:47', '', 1453, 'https://inkafine.com/?p=20207', 0, 'revision', '', 0),
(20208, 1, '2023-10-04 11:44:22', '2023-10-04 16:44:22', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">inkafine@hotmail.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=GCVX%2B9G3%2C+Jacobo+Hunter+04011\"\n						aria-label=\"\"></iframe><style type=\"text/css\">.trx_addons_inline_1367806891{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 11:44:22', '2023-10-04 16:44:22', '', 1453, 'https://inkafine.com/?p=20208', 0, 'revision', '', 0),
(20209, 1, '2023-10-04 11:44:22', '2023-10-04 16:44:22', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">inkafine@hotmail.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=GCVX%2B9G3%2C+Jacobo+Hunter+04011\"\n						aria-label=\"\"></iframe><style type=\"text/css\">.trx_addons_inline_1367806891{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 11:44:22', '2023-10-04 16:44:22', '', 1453, 'https://inkafine.com/?p=20209', 0, 'revision', '', 0),
(20210, 1, '2023-10-04 11:44:22', '2023-10-04 16:44:22', 'Contactenos<h1\n			>Tiene Dudas? Pongase en Contacto!</h1>		\n			Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1Jacobo Hunter<a href=\"tel:51954304327\">\n                        +51 954304327\n                        </a><a href=\"tel:51954304327\"\n                       >\n                        </a><a href=\"mailto:info@email.com\">inkafine@hotmail.com</a><!-- /.sc_icons -->		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" />\n			</p>\n			<p><input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" />\n			</p>\n			<p><textarea cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"How can we help you? Feel free to get in touch!\" name=\"your-message\"></textarea>\n			</p>\n	<p><input type=\"submit\" value=\"Get In Touch\" /><label><input type=\"checkbox\" name=\"acceptance\" value=\"1\" aria-invalid=\"false\" />I agree that my data is <a href=\"/privacy-policy/\">collected and stored</a>.</label>\n	</p>\n</form>\n			<iframe\n						src=\"https://maps.google.com/maps?t=m&output=embed&iwloc=near&z=12&q=GCVX%2B9G3%2C+Jacobo+Hunter+04011\"\n						aria-label=\"\"></iframe><style type=\"text/css\">.trx_addons_inline_1233093296{width:100%;height:590px;}</style>', 'Contacto', '', 'inherit', 'closed', 'closed', '', '1453-revision-v1', '', '', '2023-10-04 11:44:22', '2023-10-04 16:44:22', '', 1453, 'https://inkafine.com/?p=20210', 0, 'revision', '', 0),
(20211, 1, '2023-10-04 13:48:38', '2023-10-04 18:48:38', 'beauty & comfort<h1\n			>Choose Our New Home Textile Collection</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\" role=\"button\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:48:38', '2023-10-04 18:48:38', '', 17758, 'https://inkafine.com/?p=20211', 0, 'revision', '', 0),
(20212, 1, '2023-10-04 13:48:38', '2023-10-04 18:48:38', 'beauty & comfort<h1\n			>Choose Our New Home Textile Collection</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\" role=\"button\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:48:38', '2023-10-04 18:48:38', '', 17758, 'https://inkafine.com/?p=20212', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20213, 1, '2023-10-04 13:48:38', '2023-10-04 18:48:38', 'beauty & comfort<h1\n			>Choose Our New Home Textile Collection</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:48:38', '2023-10-04 18:48:38', '', 17758, 'https://inkafine.com/?p=20213', 0, 'revision', '', 0),
(20214, 1, '2023-10-04 13:51:59', '2023-10-04 18:51:59', 'beauty & comfort<h1\n			>Choose Our New Home Textile Collection</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:51:59', '2023-10-04 18:51:59', '', 17758, 'https://inkafine.com/?p=20214', 0, 'revision', '', 0),
(20215, 1, '2023-10-04 13:51:59', '2023-10-04 18:51:59', 'beauty & comfort<h1\n			>Choose Our New Home Textile Collection</h1><p>Dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas  sit aspernatur aut odit aut fugit.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:51:59', '2023-10-04 18:51:59', '', 17758, 'https://inkafine.com/?p=20215', 0, 'revision', '', 0),
(20216, 1, '2023-10-04 13:51:59', '2023-10-04 18:51:59', 'beauty & comfort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:51:59', '2023-10-04 18:51:59', '', 17758, 'https://inkafine.com/?p=20216', 0, 'revision', '', 0),
(20217, 1, '2023-10-04 13:52:50', '2023-10-04 18:52:50', 'beauty & comfort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:52:50', '2023-10-04 18:52:50', '', 17758, 'https://inkafine.com/?p=20217', 0, 'revision', '', 0),
(20218, 1, '2023-10-04 13:52:50', '2023-10-04 18:52:50', 'beauty & comfort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:52:50', '2023-10-04 18:52:50', '', 17758, 'https://inkafine.com/?p=20218', 0, 'revision', '', 0),
(20219, 1, '2023-10-04 13:52:50', '2023-10-04 18:52:50', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:52:50', '2023-10-04 18:52:50', '', 17758, 'https://inkafine.com/?p=20219', 0, 'revision', '', 0),
(20220, 1, '2023-10-04 13:54:39', '2023-10-04 18:54:39', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:54:39', '2023-10-04 18:54:39', '', 17758, 'https://inkafine.com/?p=20220', 0, 'revision', '', 0),
(20221, 1, '2023-10-04 13:54:39', '2023-10-04 18:54:39', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul>\n 	<li>Exclusive Offers and discounts</li>\n 	<li>Tips and advice from our experts</li>\n 	<li>Beautiful inspiration for your new home</li>\n</ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:54:39', '2023-10-04 18:54:39', '', 17758, 'https://inkafine.com/?p=20221', 0, 'revision', '', 0),
(20222, 1, '2023-10-04 13:54:40', '2023-10-04 18:54:40', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:54:40', '2023-10-04 18:54:40', '', 17758, 'https://inkafine.com/?p=20222', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20223, 1, '2023-10-04 13:55:18', '2023-10-04 18:55:18', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:55:18', '2023-10-04 18:55:18', '', 17758, 'https://inkafine.com/?p=20223', 0, 'revision', '', 0),
(20224, 1, '2023-10-04 13:55:18', '2023-10-04 18:55:18', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/about-us/\" >Find Out More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:55:18', '2023-10-04 18:55:18', '', 17758, 'https://inkafine.com/?p=20224', 0, 'revision', '', 0),
(20225, 1, '2023-10-04 13:55:18', '2023-10-04 18:55:18', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contact\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:55:18', '2023-10-04 18:55:18', '', 17758, 'https://inkafine.com/?p=20225', 0, 'revision', '', 0),
(20226, 1, '2023-10-04 13:55:40', '2023-10-04 18:55:40', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contact\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:55:40', '2023-10-04 18:55:40', '', 17758, 'https://inkafine.com/?p=20226', 0, 'revision', '', 0),
(20227, 1, '2023-10-04 13:55:40', '2023-10-04 18:55:40', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contact\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:55:40', '2023-10-04 18:55:40', '', 17758, 'https://inkafine.com/?p=20227', 0, 'revision', '', 0),
(20228, 1, '2023-10-04 13:55:40', '2023-10-04 18:55:40', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:55:40', '2023-10-04 18:55:40', '', 17758, 'https://inkafine.com/?p=20228', 0, 'revision', '', 0),
(20229, 1, '2023-10-04 13:59:04', '2023-10-04 18:59:04', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:59:04', '2023-10-04 18:59:04', '', 17758, 'https://inkafine.com/?p=20229', 0, 'revision', '', 0),
(20230, 1, '2023-10-04 13:59:04', '2023-10-04 18:59:04', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			testimonials<h2\n			>What Our Clients Say</h2>		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg\" alt=\"Ann Dowson\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image1.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Ann Dowson</h4>\n			Artist		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg\" alt=\"Mary Lee\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image2.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mary Lee</h4>\n			Designer		\n<p>Adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim. Adipiscing elit, sed<br>do eiusmod tempor incididunt ut labore.</p>\n					<img width=\"120\" height=\"120\" src=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg\" alt=\"Mark Jankins\" decoding=\"async\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-120x120.jpg 120w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-150x150.jpg 150w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-600x600.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-300x300.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-1024x1024.jpg 1024w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-768x768.jpg 768w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-370x370.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-840x840.jpg 840w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3-410x410.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/testimonials-image3.jpg 1200w\" sizes=\"(max-width: 120px) 100vw, 120px\" />\n			<h4>Mark Jankins</h4>\n			Art Expert		\n<!-- /.sc_testimonials -->		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:59:04', '2023-10-04 18:59:04', '', 17758, 'https://inkafine.com/?p=20230', 0, 'revision', '', 0),
(20231, 1, '2023-10-04 13:59:04', '2023-10-04 18:59:04', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 13:59:04', '2023-10-04 18:59:04', '', 17758, 'https://inkafine.com/?p=20231', 0, 'revision', '', 0),
(20232, 1, '2023-10-04 14:00:53', '2023-10-04 19:00:53', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 14:00:53', '2023-10-04 19:00:53', '', 17758, 'https://inkafine.com/?p=20232', 0, 'revision', '', 0),
(20233, 1, '2023-10-04 14:00:53', '2023-10-04 19:00:53', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 14:00:53', '2023-10-04 19:00:53', '', 17758, 'https://inkafine.com/?p=20233', 0, 'revision', '', 0),
(20234, 1, '2023-10-04 14:00:53', '2023-10-04 19:00:53', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 14:00:53', '2023-10-04 19:00:53', '', 17758, 'https://inkafine.com/?p=20234', 0, 'revision', '', 0),
(20235, 1, '2023-10-04 14:01:33', '2023-10-04 19:01:33', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 14:01:33', '2023-10-04 19:01:33', '', 17758, 'https://inkafine.com/?p=20235', 0, 'revision', '', 0),
(20236, 1, '2023-10-04 14:01:33', '2023-10-04 19:01:33', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 14:01:33', '2023-10-04 19:01:33', '', 17758, 'https://inkafine.com/?p=20236', 0, 'revision', '', 0),
(20237, 1, '2023-10-04 14:01:33', '2023-10-04 19:01:33', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 14:01:33', '2023-10-04 19:01:33', '', 17758, 'https://inkafine.com/?p=20237', 0, 'revision', '', 0),
(20238, 1, '2023-10-04 14:15:09', '2023-10-04 19:15:09', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:15:09', '2023-10-04 19:15:09', '', 18139, 'https://inkafine.com/?p=20238', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20239, 1, '2023-10-04 14:15:10', '2023-10-04 19:15:10', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/about-us/\" >About Us</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:15:10', '2023-10-04 19:15:10', '', 18139, 'https://inkafine.com/?p=20239', 0, 'revision', '', 0),
(20240, 1, '2023-10-04 14:15:10', '2023-10-04 19:15:10', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:15:10', '2023-10-04 19:15:10', '', 18139, 'https://inkafine.com/?p=20240', 0, 'revision', '', 0),
(20241, 1, '2023-10-04 14:15:24', '2023-10-04 19:15:24', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:15:24', '2023-10-04 19:15:24', '', 18139, 'https://inkafine.com/?p=20241', 0, 'revision', '', 0),
(20242, 1, '2023-10-04 14:15:24', '2023-10-04 19:15:24', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/shop/\" >Our Products</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:15:24', '2023-10-04 19:15:24', '', 18139, 'https://inkafine.com/?p=20242', 0, 'revision', '', 0),
(20243, 1, '2023-10-04 14:15:24', '2023-10-04 19:15:24', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:15:24', '2023-10-04 19:15:24', '', 18139, 'https://inkafine.com/?p=20243', 0, 'revision', '', 0),
(20244, 1, '2023-10-04 14:16:13', '2023-10-04 19:16:13', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:16:13', '2023-10-04 19:16:13', '', 18139, 'https://inkafine.com/?p=20244', 0, 'revision', '', 0),
(20245, 1, '2023-10-04 14:16:13', '2023-10-04 19:16:13', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/about-us/\" >Read More</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:16:13', '2023-10-04 19:16:13', '', 18139, 'https://inkafine.com/?p=20245', 0, 'revision', '', 0),
(20246, 1, '2023-10-04 14:16:14', '2023-10-04 19:16:14', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:16:14', '2023-10-04 19:16:14', '', 18139, 'https://inkafine.com/?p=20246', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20247, 1, '2023-10-04 14:17:24', '2023-10-04 19:17:24', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:17:24', '2023-10-04 19:17:24', '', 18139, 'https://inkafine.com/?p=20247', 0, 'revision', '', 0),
(20248, 1, '2023-10-04 14:17:24', '2023-10-04 19:17:24', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/about-us/\">Read More</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:17:24', '2023-10-04 19:17:24', '', 18139, 'https://inkafine.com/?p=20248', 0, 'revision', '', 0),
(20249, 1, '2023-10-04 14:17:24', '2023-10-04 19:17:24', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:17:24', '2023-10-04 19:17:24', '', 18139, 'https://inkafine.com/?p=20249', 0, 'revision', '', 0),
(20250, 1, '2023-10-04 14:20:48', '2023-10-04 19:20:48', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:20:48', '2023-10-04 19:20:48', '', 18139, 'https://inkafine.com/?p=20250', 0, 'revision', '', 0),
(20251, 1, '2023-10-04 14:20:48', '2023-10-04 19:20:48', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:20:48', '2023-10-04 19:20:48', '', 18139, 'https://inkafine.com/?p=20251', 0, 'revision', '', 0),
(20252, 1, '2023-10-04 14:20:48', '2023-10-04 19:20:48', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 14:20:48', '2023-10-04 19:20:48', '', 18139, 'https://inkafine.com/?p=20252', 0, 'revision', '', 0),
(20253, 1, '2023-10-04 14:39:51', '2023-10-04 19:39:51', '<h2\n			>We develop & create modern textiles</h2>		\n			<h6\n			>Address</h6>		\n		<p>Germany —<br />785 15h Street, Office 478<br />Berlin, De 81566</p>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\"></a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\"></a>		\n			<h6\n			>Say Hello</h6>		\n		<p><a href=\"mailto:info@email.com\">info@email.com</a></p>		\n		<a href=\"tel:+18408412569\">+1 840 841 25 69</a>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1292248475\"><li id=\"menu-item-18674\"><a href=\"https://inkafine.com/blog-list/\">Our Blog</a></li><li id=\"menu-item-18675\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Latest Projects</a></li><li id=\"menu-item-18676\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n		<a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener\">AxiomThemes</a> © {{Y}}. All Rights Reserved.', 'Footer Default', '', 'inherit', 'closed', 'closed', '', '4105-revision-v1', '', '', '2023-10-04 14:39:51', '2023-10-04 19:39:51', '', 4105, 'https://inkafine.com/?p=20253', 0, 'revision', '', 0),
(20254, 1, '2023-10-04 14:39:51', '2023-10-04 19:39:51', '<h2\n			>Nosotros diseñamos y confeccionamos textiles de calidad premium</h2>		\n			<h6\n			>Direccion</h6>		\n		<p>Arequipa —<br />Asc. Santa Monica<br />Cal. Sabandia<br />Mz. J Lote 2A Int. 1<br />Jacobo Hunter</p>		\n			<h6\n			>Say Hello</h6>		\n		<p><a href=\"mailto:inkafine@hotmail.com\">inkafine@hotmail.com</a></p>		\n		<a href=\"tel:+18408412569\">+1 840 841 25 69</a>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_128592812\"><li id=\"menu-item-18674\"><a href=\"https://inkafine.com/blog-list/\">Our Blog</a></li><li id=\"menu-item-18675\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Latest Projects</a></li><li id=\"menu-item-18676\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n		<a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener\">AxiomThemes</a> © {{Y}}. All Rights Reserved.', 'Footer Default', '', 'inherit', 'closed', 'closed', '', '4105-revision-v1', '', '', '2023-10-04 14:39:51', '2023-10-04 19:39:51', '', 4105, 'https://inkafine.com/?p=20254', 0, 'revision', '', 0),
(20255, 1, '2023-10-04 14:40:16', '2023-10-04 19:40:16', '<h2\n			>Nosotros diseñamos y confeccionamos textiles de calidad premium</h2>		\n			<h6\n			>Direccion</h6>		\n		<p>Arequipa —<br />Asc. Santa Monica<br />Cal. Sabandia<br />Mz. J Lote 2A Int. 1<br />Jacobo Hunter</p>		\n			<h6\n			>Escribenos</h6>		\n		<p><a href=\"mailto:inkafine@hotmail.com\">inkafine@hotmail.com</a></p>		\n		<a href=\"tel:+18408412569\">+1 840 841 25 69</a>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1738545992\"><li id=\"menu-item-18674\"><a href=\"https://inkafine.com/blog-list/\">Our Blog</a></li><li id=\"menu-item-18675\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Latest Projects</a></li><li id=\"menu-item-18676\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n		<a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener\">AxiomThemes</a> © {{Y}}. All Rights Reserved.', 'Footer Default', '', 'inherit', 'closed', 'closed', '', '4105-revision-v1', '', '', '2023-10-04 14:40:16', '2023-10-04 19:40:16', '', 4105, 'https://inkafine.com/?p=20255', 0, 'revision', '', 0),
(20256, 1, '2023-10-04 14:41:09', '2023-10-04 19:41:09', '<h2\n			>Nosotros diseñamos y confeccionamos textiles de calidad premium</h2>		\n			<h6\n			>Direccion</h6>		\n		<p>Arequipa —<br />Asc. Santa Monica<br />Cal. Sabandia<br />Mz. J Lote 2A Int. 1<br />Jacobo Hunter</p>		\n			<h6\n			>Escribenos</h6>		\n		<p><a href=\"mailto:inkafine@hotmail.com\">inkafine@hotmail.com</a></p>		\n		<p><a href=\"tel:+51954304327\">+51 954304327</a></p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_691781141\"><li id=\"menu-item-18674\"><a href=\"https://inkafine.com/blog-list/\">Our Blog</a></li><li id=\"menu-item-18675\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Latest Projects</a></li><li id=\"menu-item-18676\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n		<a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener\">AxiomThemes</a> © {{Y}}. All Rights Reserved.', 'Footer Default', '', 'inherit', 'closed', 'closed', '', '4105-revision-v1', '', '', '2023-10-04 14:41:09', '2023-10-04 19:41:09', '', 4105, 'https://inkafine.com/?p=20256', 0, 'revision', '', 0),
(20257, 1, '2023-10-04 18:11:25', '2023-10-04 19:43:09', ' ', '', '', 'publish', 'closed', 'closed', '', '20257', '', '', '2023-10-04 18:11:25', '2023-10-04 23:11:25', '', 0, 'https://inkafine.com/?p=20257', 2, 'nav_menu_item', '', 0),
(20259, 1, '2023-10-04 14:48:54', '2023-10-04 19:48:54', '<h2\n			>Nosotros diseñamos y confeccionamos textiles de calidad premium</h2>		\n			<h6\n			>Direccion</h6>		\n		<p>Arequipa —<br />Asc. Santa Monica<br />Cal. Sabandia<br />Mz. J Lote 2A Int. 1<br />Jacobo Hunter</p>		\n			<h6\n			>Escribenos</h6>		\n		<p><a href=\"mailto:inkafine@hotmail.com\">inkafine@hotmail.com</a></p>		\n		<p><a href=\"tel:+51954304327\">+51 954304327</a></p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_2126225801\"><li id=\"menu-item-20257\"><a href=\"https://inkafine.com/nosotros/\">Nosotros</a></li><li id=\"menu-item-20258\"><a href=\"https://inkafine.com/servicios/\">Servicios</a></li><li id=\"menu-item-18676\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n		<p><a href=\"https://softlabstudio.com/\" target=\"_blank\" rel=\"noopener\">SoftLab Studio</a> © {{Y}}. Todos los Derechos Reservados.</p>', 'Footer Default', '', 'inherit', 'closed', 'closed', '', '4105-revision-v1', '', '', '2023-10-04 14:48:54', '2023-10-04 19:48:54', '', 4105, 'https://inkafine.com/?p=20259', 0, 'revision', '', 0),
(20260, 1, '2023-10-04 14:53:27', '2023-10-04 19:53:27', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 14:53:27', '2023-10-04 19:53:27', '', 17758, 'https://inkafine.com/?p=20260', 0, 'revision', '', 0),
(20261, 1, '2023-10-04 14:53:28', '2023-10-04 19:53:28', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Get the best blog stories into your inbox!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 14:53:28', '2023-10-04 19:53:28', '', 17758, 'https://inkafine.com/?p=20261', 0, 'revision', '', 0),
(20262, 1, '2023-10-04 14:53:28', '2023-10-04 19:53:28', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 14:53:28', '2023-10-04 19:53:28', '', 17758, 'https://inkafine.com/?p=20262', 0, 'revision', '', 0),
(20263, 1, '2023-10-04 15:00:33', '2023-10-04 20:00:33', '', 'inkafine-logo-4', '', 'inherit', 'open', 'closed', '', 'inkafine-logo-4', '', '', '2023-10-04 15:00:33', '2023-10-04 20:00:33', '', 0, 'https://inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20265, 1, '2023-10-04 15:10:10', '2023-10-04 20:10:10', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_1353011606\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric - Designer\" width=\"147\" height=\"39\"></a><style type=\"text/css\">.trx_addons_inline_1353011606 img.logo_image{max-height:80px;}</style>		\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1890944974\"><li id=\"menu-item-18375\"><a href=\"#\">Home</a>\n<ul><li id=\"menu-item-18376\"><a href=\"https://inkafine.com/\">Curtains &#038; Blinds</a></li><li id=\"menu-item-18382\"><a href=\"https://inkafine.com/textile-shop/\">Textile Shop</a></li><li id=\"menu-item-18380\"><a href=\"https://inkafine.com/manufacturing/\">Manufacturing</a></li><li id=\"menu-item-18378\"><a href=\"https://inkafine.com/fashion-designer/\">Fashion Designer</a></li><li id=\"menu-item-18379\"><a href=\"https://inkafine.com/fashion-label/\">Fashion Label</a></li><li id=\"menu-item-18381\"><a href=\"https://inkafine.com/tailor/\">Tailor</a></li><li id=\"menu-item-18377\"><a href=\"https://inkafine.com/ethnic-handmade/\">Ethnic Handmade</a></li></ul>\n</li><li id=\"menu-item-18383\"><a href=\"#\">Pages</a>\n<ul><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/about-us/\">About Us</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/our-services/\">Our Services</a></li><li id=\"menu-item-18397\"><a href=\"https://inkafine.com/our-team/\">Our Team</a></li><li id=\"menu-item-18398\"><a href=\"https://inkafine.com/faqs/\">FAQs</a></li><li id=\"menu-item-18399\"><a href=\"https://inkafine.com/pricing/\">Pricing</a></li><li id=\"menu-item-18405\"><a href=\"https://inkafine.com/newsletter-popups/\">Newsletter Popups</a></li><li id=\"menu-item-19353\"><a href=\"#\">Tools</a>\n	<ul><li id=\"menu-item-18400\"><a href=\"https://inkafine.com/typography/\">Typography</a></li><li id=\"menu-item-18401\"><a href=\"https://inkafine.com/404-page\">404 Page</a></li><li id=\"menu-item-18402\"><a href=\"https://inkafine.com/service-plus/\">Service Plus</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18406\"><a href=\"#\">Portfolio</a>\n<ul><li id=\"menu-item-18415\"><a href=\"https://inkafine.com/portfolio-metro-mouse-info/\">Portfolio Metro Mouse Info</a></li><li id=\"menu-item-18416\"><a href=\"https://inkafine.com/portfolio-metro-slide-in-left/\">Portfolio Metro Slide In Left</a></li><li id=\"menu-item-18413\"><a href=\"https://inkafine.com/portfolio-grid-waves/\">Portfolio Grid Waves</a></li><li id=\"menu-item-18414\"><a href=\"https://inkafine.com/portfolio-grid-wide/\">Portfolio Grid Wide</a></li><li id=\"menu-item-18417\"><a href=\"#\">Single Project</a>\n	<ul><li id=\"menu-item-18418\"><a href=\"https://inkafine.com/portfolio/dishes-collection/\">Right Sidebar</a></li><li id=\"menu-item-18419\"><a href=\"https://inkafine.com/portfolio/carpets-collection/\">Left Sidebar</a></li><li id=\"menu-item-18420\"><a href=\"https://inkafine.com/portfolio/accessories/\">Gallery</a></li><li id=\"menu-item-18421\"><a href=\"https://inkafine.com/portfolio/home-shoes/\">Background Video</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18422\"><a href=\"#\">Blog</a>\n<ul><li id=\"menu-item-18423\"><a href=\"https://inkafine.com/blog-standard/\">Standard</a></li><li id=\"menu-item-18425\"><a href=\"https://inkafine.com/blog-list/\">List</a></li><li id=\"menu-item-18426\"><a href=\"https://inkafine.com/blog-masonry/\">Masonry</a></li><li id=\"menu-item-18427\"><a href=\"https://inkafine.com/blog-portfolio/\">Portfolio</a></li><li id=\"menu-item-18424\"><a href=\"https://inkafine.com/blog-grid/\">Grid</a></li><li id=\"menu-item-18428\"><a href=\"#\">Single Post</a>\n	<ul><li id=\"menu-item-18429\"><a href=\"https://inkafine.com/three-steps-to-creating-the-perfect-suit/\">Standard</a></li><li id=\"menu-item-18430\"><a href=\"https://inkafine.com/chart-topper-designer-trends-this-spring/\">With Sidebar</a></li><li id=\"menu-item-18433\"><a href=\"https://inkafine.com/custom-ties-offer-affordable-luxury/\">Custom Ties Offer Affordable Luxury</a></li><li id=\"menu-item-18431\"><a href=\"https://inkafine.com/mens-clothing-items-selection-autumn-2022/\">Men’s Clothing Items Selection Autumn 2022</a></li><li id=\"menu-item-18432\"><a href=\"https://inkafine.com/the-classic-tux-is-never-out-of-style/\">The Classic Tux Is Never Out of Style</a></li></ul>\n</li></ul>\n</li><li id=\"menu-item-18434\"><a href=\"#\">Shop</a>\n<ul><li id=\"menu-item-18435\"><a href=\"https://inkafine.com/shop/\">Product List</a></li><li id=\"menu-item-18436\"><a href=\"https://inkafine.com/product/minimalistic-earrings/\">Product Single</a></li><li id=\"menu-item-18437\"><a href=\"https://inkafine.com/cart/\">Cart</a></li><li id=\"menu-item-18438\"><a href=\"https://inkafine.com/checkout/\">Checkout</a></li><li id=\"menu-item-19332\"><a href=\"https://inkafine.com/wishlist/\">Wishlist</a></li></ul>\n</li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contact/\">Contact</a></li></ul></nav>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric - Designer\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_1307933522\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric - Designer\" width=\"147\" height=\"39\"></a><style type=\"text/css\">.trx_addons_inline_1307933522 img.logo_image{max-height:80px;}</style>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric - Designer\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n		<a href=\"#\">\n		</a>\n			<h1>Page (post) title</h1>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.626\" height=\"8.639\" viewBox=\"0 0 14.626 8.639\"><g id=\"down-arrow\" transform=\"translate(0 -70.698)\"><g id=\"Group_8820\" data-name=\"Group 8820\" transform=\"translate(0 100.698)\"><path id=\"Path_6507\" data-name=\"Path 6507\" d=\"M14.392,101.42l-.479-.482a.8.8,0,0,0-1.132,0L7.316,106.4l-5.472-5.472a.8.8,0,0,0-1.132,0l-.479.479a.8.8,0,0,0,0,1.131l6.515,6.538a.818.818,0,0,0,.567.257h0a.818.818,0,0,0,.566-.257l6.508-6.52a.808.808,0,0,0,.234-.571A.8.8,0,0,0,14.392,101.42Z\" transform=\"translate(0 -130.698)\"></path></g></g></svg>', 'Header Main', '', 'inherit', 'closed', 'closed', '', '4614-revision-v1', '', '', '2023-10-04 15:10:10', '2023-10-04 20:10:10', '', 4614, 'https://inkafine.com/?p=20265', 0, 'revision', '', 0),
(20266, 1, '2023-10-04 15:10:10', '2023-10-04 20:10:10', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_1497063515\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_1497063515 img.logo_image{max-height:80px;}</style>		\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_818290969\"><li id=\"menu-item-20188\"><a href=\"https://inkafine.com/\">Inicio</a></li><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/nosotros/\">Nosotros</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/servicios/\">Servicios</a></li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_748083301\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_748083301 img.logo_image{max-height:80px;}</style>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n		<a href=\"#\">\n		</a>\n			<h1>Page (post) title</h1>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.626\" height=\"8.639\" viewBox=\"0 0 14.626 8.639\"><g id=\"down-arrow\" transform=\"translate(0 -70.698)\"><g id=\"Group_8820\" data-name=\"Group 8820\" transform=\"translate(0 100.698)\"><path id=\"Path_6507\" data-name=\"Path 6507\" d=\"M14.392,101.42l-.479-.482a.8.8,0,0,0-1.132,0L7.316,106.4l-5.472-5.472a.8.8,0,0,0-1.132,0l-.479.479a.8.8,0,0,0,0,1.131l6.515,6.538a.818.818,0,0,0,.567.257h0a.818.818,0,0,0,.566-.257l6.508-6.52a.808.808,0,0,0,.234-.571A.8.8,0,0,0,14.392,101.42Z\" transform=\"translate(0 -130.698)\"></path></g></g></svg>', 'Header Main', '', 'inherit', 'closed', 'closed', '', '4614-revision-v1', '', '', '2023-10-04 15:10:10', '2023-10-04 20:10:10', '', 4614, 'https://inkafine.com/?p=20266', 0, 'revision', '', 0),
(20267, 1, '2023-10-04 15:10:57', '2023-10-04 20:10:57', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_1670408414\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_1670408414 img.logo_image{max-height:80px;}</style>		\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1489912323\"><li id=\"menu-item-20188\"><a href=\"https://inkafine.com/\">Inicio</a></li><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/nosotros/\">Nosotros</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/servicios/\">Servicios</a></li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_83942623\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_83942623 img.logo_image{max-height:80px;}</style>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n		<a href=\"#\">\n		</a>\n			<h1>Page (post) title</h1>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.626\" height=\"8.639\" viewBox=\"0 0 14.626 8.639\"><g id=\"down-arrow\" transform=\"translate(0 -70.698)\"><g id=\"Group_8820\" data-name=\"Group 8820\" transform=\"translate(0 100.698)\"><path id=\"Path_6507\" data-name=\"Path 6507\" d=\"M14.392,101.42l-.479-.482a.8.8,0,0,0-1.132,0L7.316,106.4l-5.472-5.472a.8.8,0,0,0-1.132,0l-.479.479a.8.8,0,0,0,0,1.131l6.515,6.538a.818.818,0,0,0,.567.257h0a.818.818,0,0,0,.566-.257l6.508-6.52a.808.808,0,0,0,.234-.571A.8.8,0,0,0,14.392,101.42Z\" transform=\"translate(0 -130.698)\"></path></g></g></svg>', 'Header Main', '', 'inherit', 'closed', 'closed', '', '4614-revision-v1', '', '', '2023-10-04 15:10:57', '2023-10-04 20:10:57', '', 4614, 'https://inkafine.com/?p=20267', 0, 'revision', '', 0),
(20268, 1, '2023-10-04 15:14:00', '2023-10-04 20:14:00', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_861710573\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_861710573 img.logo_image{max-height:80px;}</style>		\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1903449811\"><li id=\"menu-item-20188\"><a href=\"https://inkafine.com/\">Inicio</a></li><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/nosotros/\">Nosotros</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/servicios/\">Servicios</a></li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_1341894963\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_1341894963 img.logo_image{max-height:80px;}</style>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n		<a href=\"#\">\n		</a>\n			<h1>Page (post) title</h1>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.626\" height=\"8.639\" viewBox=\"0 0 14.626 8.639\"><g id=\"down-arrow\" transform=\"translate(0 -70.698)\"><g id=\"Group_8820\" data-name=\"Group 8820\" transform=\"translate(0 100.698)\"><path id=\"Path_6507\" data-name=\"Path 6507\" d=\"M14.392,101.42l-.479-.482a.8.8,0,0,0-1.132,0L7.316,106.4l-5.472-5.472a.8.8,0,0,0-1.132,0l-.479.479a.8.8,0,0,0,0,1.131l6.515,6.538a.818.818,0,0,0,.567.257h0a.818.818,0,0,0,.566-.257l6.508-6.52a.808.808,0,0,0,.234-.571A.8.8,0,0,0,14.392,101.42Z\" transform=\"translate(0 -130.698)\"></path></g></g></svg>', 'Header Main', '', 'inherit', 'closed', 'closed', '', '4614-revision-v1', '', '', '2023-10-04 15:14:00', '2023-10-04 20:14:00', '', 4614, 'https://inkafine.com/?p=20268', 0, 'revision', '', 0),
(20269, 1, '2023-10-04 15:14:20', '2023-10-04 20:14:20', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_115999882\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_115999882 img.logo_image{max-height:80px;}</style>		\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1126921387\"><li id=\"menu-item-20188\"><a href=\"https://inkafine.com/\">Inicio</a></li><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/nosotros/\">Nosotros</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/servicios/\">Servicios</a></li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_815095519\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_815095519 img.logo_image{max-height:80px;}</style>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n		<a href=\"#\">\n		</a>\n			<h1>Page (post) title</h1>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.626\" height=\"8.639\" viewBox=\"0 0 14.626 8.639\"><g id=\"down-arrow\" transform=\"translate(0 -70.698)\"><g id=\"Group_8820\" data-name=\"Group 8820\" transform=\"translate(0 100.698)\"><path id=\"Path_6507\" data-name=\"Path 6507\" d=\"M14.392,101.42l-.479-.482a.8.8,0,0,0-1.132,0L7.316,106.4l-5.472-5.472a.8.8,0,0,0-1.132,0l-.479.479a.8.8,0,0,0,0,1.131l6.515,6.538a.818.818,0,0,0,.567.257h0a.818.818,0,0,0,.566-.257l6.508-6.52a.808.808,0,0,0,.234-.571A.8.8,0,0,0,14.392,101.42Z\" transform=\"translate(0 -130.698)\"></path></g></g></svg>', 'Header Main', '', 'inherit', 'closed', 'closed', '', '4614-revision-v1', '', '', '2023-10-04 15:14:20', '2023-10-04 20:14:20', '', 4614, 'https://inkafine.com/?p=20269', 0, 'revision', '', 0),
(20270, 1, '2023-10-04 15:42:27', '2023-10-04 20:42:27', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_1019680395\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_1019680395 img.logo_image{max-height:80px;}</style>		\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_514267680\"><li id=\"menu-item-20188\"><a href=\"https://inkafine.com/\">Inicio</a></li><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/nosotros/\">Nosotros</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/servicios/\">Servicios</a></li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_907872871\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_907872871 img.logo_image{max-height:80px;}</style>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n		<a href=\"#\">\n		</a>\n			<h1>Page (post) title</h1>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.626\" height=\"8.639\" viewBox=\"0 0 14.626 8.639\"><g id=\"down-arrow\" transform=\"translate(0 -70.698)\"><g id=\"Group_8820\" data-name=\"Group 8820\" transform=\"translate(0 100.698)\"><path id=\"Path_6507\" data-name=\"Path 6507\" d=\"M14.392,101.42l-.479-.482a.8.8,0,0,0-1.132,0L7.316,106.4l-5.472-5.472a.8.8,0,0,0-1.132,0l-.479.479a.8.8,0,0,0,0,1.131l6.515,6.538a.818.818,0,0,0,.567.257h0a.818.818,0,0,0,.566-.257l6.508-6.52a.808.808,0,0,0,.234-.571A.8.8,0,0,0,14.392,101.42Z\" transform=\"translate(0 -130.698)\"></path></g></g></svg>', 'Header Main', '', 'inherit', 'closed', 'closed', '', '4614-revision-v1', '', '', '2023-10-04 15:42:27', '2023-10-04 20:42:27', '', 4614, 'https://inkafine.com/?p=20270', 0, 'revision', '', 0),
(20271, 1, '2023-10-04 15:42:48', '2023-10-04 20:42:48', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_1354270034\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_1354270034 img.logo_image{max-height:80px;}</style>		\n			<p>Layouts: Panel</p>		\n			<nav data-animation-in=\"fadeIn\" data-animation-out=\"fadeOut\" ><ul id=\"sc_layouts_menu_1214234839\"><li id=\"menu-item-20188\"><a href=\"https://inkafine.com/\">Inicio</a></li><li id=\"menu-item-18384\"><a href=\"https://inkafine.com/nosotros/\">Nosotros</a></li><li id=\"menu-item-18385\"><a href=\"https://inkafine.com/servicios/\">Servicios</a></li><li id=\"menu-item-17405\"><a href=\"https://inkafine.com/contacto/\">Contacto</a></li></ul></nav>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n			<a href=\"#popup-2\">\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\"><g id=\"Right_Bar\" data-name=\"Right Bar\" transform=\"translate(-2124 -2665)\"><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_362\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 362\" transform=\"translate(2124 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_363\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 363\" transform=\"translate(2132 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_364\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 364\" transform=\"translate(2140 2665)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_365\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 365\" transform=\"translate(2124 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_366\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 366\" transform=\"translate(2132 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_367\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 367\" transform=\"translate(2140 2673)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_368\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 368\" transform=\"translate(2124 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_369\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 369\" transform=\"translate(2132 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g><g id=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441;_370\" data-name=\"&#x42D;&#x43B;&#x43B;&#x438;&#x43F;&#x441; 370\" transform=\"translate(2140 2681)\" fill=\"none\" stroke=\"#18191a\" stroke-width=\"1.5\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"></circle><circle cx=\"2.5\" cy=\"2.5\" r=\"1.75\" fill=\"none\"></circle></g></g></svg>			</a>\n			<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default trx_addons_inline_678817669\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-4.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a><style type=\"text/css\">.trx_addons_inline_678817669 img.logo_image{max-height:80px;}</style>		\n				0 items\n				- \n				0\n		<!-- /.sc_layouts_cart_details -->\n		0\n			<h5>Cart</h5>\n			Placeholder for Cart items		<!-- /.sc_layouts_cart_widget -->\n	<!-- /.sc_layouts_cart -->		\n            <img\n                            src=\"//inkafine.com/wp-content/uploads/2020/06/logo-2.png\"\n                                                            srcset=\"//inkafine.com/wp-content/uploads/2020/06/logo-2-2x.png 2x\"                            alt=\"Fabric\" width=\"147\" height=\"39\">                <a></a>\n                <form role=\"search\" method=\"get\" action=\"https://inkafine.com/\">\n                    <input type=\"hidden\" value=\"\" name=\"post_types\">\n                    <input type=\"text\" placeholder=\"Type words and hit enter\" value=\"\" name=\"s\">\n                    <button type=\"submit\"></button>\n                                    </form>\n<!-- /.sc_layouts_search -->		\n		<a href=\"#\">\n		</a>\n			<h1>Page (post) title</h1>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.626\" height=\"8.639\" viewBox=\"0 0 14.626 8.639\"><g id=\"down-arrow\" transform=\"translate(0 -70.698)\"><g id=\"Group_8820\" data-name=\"Group 8820\" transform=\"translate(0 100.698)\"><path id=\"Path_6507\" data-name=\"Path 6507\" d=\"M14.392,101.42l-.479-.482a.8.8,0,0,0-1.132,0L7.316,106.4l-5.472-5.472a.8.8,0,0,0-1.132,0l-.479.479a.8.8,0,0,0,0,1.131l6.515,6.538a.818.818,0,0,0,.567.257h0a.818.818,0,0,0,.566-.257l6.508-6.52a.808.808,0,0,0,.234-.571A.8.8,0,0,0,14.392,101.42Z\" transform=\"translate(0 -130.698)\"></path></g></g></svg>', 'Header Main', '', 'inherit', 'closed', 'closed', '', '4614-revision-v1', '', '', '2023-10-04 15:42:48', '2023-10-04 20:42:48', '', 4614, 'https://inkafine.com/?p=20271', 0, 'revision', '', 0),
(20272, 1, '2023-10-04 15:56:42', '2023-10-04 20:56:42', '', 'inkafine-logo-5', '', 'inherit', 'open', 'closed', '', 'inkafine-logo-5', '', '', '2023-10-04 15:56:42', '2023-10-04 20:56:42', '', 0, 'https://inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20273, 1, '2023-10-04 16:30:21', '2023-10-04 21:30:21', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2022/08/logo.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2022/08/logo-2x.png 2x\"\n											alt=\"Fabric - Designer\" width=\"147\" height=\"39\"></a>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\">Facebook</a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\">Twitter</a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\">Dribble</a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\">Instagram</a>		\n			<h5><a href=\"tel:18408412569\">+1 840 841 25 69</a></h5>		\n			<a href=\"mailto:info@email.com\">info@email.com</a>', 'Panel Bar 2', '', 'inherit', 'closed', 'closed', '', '18640-revision-v1', '', '', '2023-10-04 16:30:21', '2023-10-04 21:30:21', '', 18640, 'https://inkafine.com/?p=20273', 0, 'revision', '', 0),
(20274, 1, '2023-10-04 16:30:21', '2023-10-04 21:30:21', '', 'Panel Bar 2', '', 'inherit', 'closed', 'closed', '', '18640-revision-v1', '', '', '2023-10-04 16:30:21', '2023-10-04 21:30:21', '', 18640, 'https://inkafine.com/?p=20274', 0, 'revision', '', 0),
(20275, 1, '2023-10-04 16:32:15', '2023-10-04 21:32:15', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\">Facebook</a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\">Twitter</a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\">Dribble</a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\">Instagram</a>		\n			<h5><a href=\"tel:18408412569\">+1 840 841 25 69</a></h5>		\n			<a href=\"mailto:info@email.com\">info@email.com</a>', 'Panel Bar 2', '', 'inherit', 'closed', 'closed', '', '18640-revision-v1', '', '', '2023-10-04 16:32:15', '2023-10-04 21:32:15', '', 18640, 'https://inkafine.com/?p=20275', 0, 'revision', '', 0),
(20276, 1, '2023-10-04 16:33:55', '2023-10-04 21:33:55', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\">Facebook</a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\">Twitter</a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\">Dribble</a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\">Instagram</a>		\n			<h5><a href=\"tel:18408412569\">+1 840 841 25 69</a></h5>		\n			<a href=\"mailto:info@email.com\">info@email.com</a>', 'Panel Bar 2', '', 'inherit', 'closed', 'closed', '', '18640-revision-v1', '', '', '2023-10-04 16:33:55', '2023-10-04 21:33:55', '', 18640, 'https://inkafine.com/?p=20276', 0, 'revision', '', 0),
(20277, 1, '2023-10-04 16:34:22', '2023-10-04 21:34:22', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\">Facebook</a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\">Twitter</a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\">Dribble</a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\">Instagram</a>		\n			<h5><a href=\"tel:18408412569\">+1 840 841 25 69</a></h5>		\n			<a href=\"mailto:info@email.com\">info@email.com</a>', 'Panel Bar 2', '', 'inherit', 'closed', 'closed', '', '18640-revision-v1', '', '', '2023-10-04 16:34:22', '2023-10-04 21:34:22', '', 18640, 'https://inkafine.com/?p=20277', 0, 'revision', '', 0),
(20278, 1, '2023-10-04 16:35:24', '2023-10-04 21:35:24', '<a href=\"https://inkafine.com/\"\n		class=\"sc_layouts_logo sc_layouts_logo_default\" ><img\n					src=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png\"\n											srcset=\"//inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5.png 2x\"\n											alt=\"Fabric\" width=\"583\" height=\"194\"></a>		\n			<a target=\"_blank\" href=\"https://www.facebook.com/AxiomThemes/\" rel=\"noopener\">Facebook</a><a target=\"_blank\" href=\"https://twitter.com/ThemesAxiom\" rel=\"noopener\">Twitter</a><a target=\"_blank\" href=\"https://dribbble.com/AxiomThemes\" rel=\"noopener\">Dribble</a><a target=\"_blank\" href=\"https://www.instagram.com/axiom_themes/\" rel=\"noopener\">Instagram</a>		\n			<h5><a href=\"tel:51954304327\">+51 954304327</a></h5>		\n			<a href=\"mailto:inkafine@hotmail.com\">inkafine@hotmail.com</a>', 'Panel Bar 2', '', 'inherit', 'closed', 'closed', '', '18640-revision-v1', '', '', '2023-10-04 16:35:24', '2023-10-04 21:35:24', '', 18640, 'https://inkafine.com/?p=20278', 0, 'revision', '', 0),
(20279, 1, '2023-10-04 16:41:21', '2023-10-04 21:41:21', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 16:41:21', '2023-10-04 21:41:21', '', 18139, 'https://inkafine.com/?p=20279', 0, 'revision', '', 0),
(20280, 1, '2023-10-04 16:41:21', '2023-10-04 21:41:21', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Projects0People0Brands0Offices		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 16:41:21', '2023-10-04 21:41:21', '', 18139, 'https://inkafine.com/?p=20280', 0, 'revision', '', 0),
(20281, 1, '2023-10-04 16:41:21', '2023-10-04 21:41:21', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Clientes0Socios0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 16:41:21', '2023-10-04 21:41:21', '', 18139, 'https://inkafine.com/?p=20281', 0, 'revision', '', 0),
(20282, 1, '2023-10-04 16:43:23', '2023-10-04 21:43:23', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Clientes0Socios0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 16:43:23', '2023-10-04 21:43:23', '', 18139, 'https://inkafine.com/?p=20282', 0, 'revision', '', 0),
(20283, 1, '2023-10-04 16:43:23', '2023-10-04 21:43:23', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Clientes0Socios0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 16:43:23', '2023-10-04 21:43:23', '', 18139, 'https://inkafine.com/?p=20283', 0, 'revision', '', 0),
(20284, 1, '2023-10-04 16:43:24', '2023-10-04 21:43:24', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 16:43:24', '2023-10-04 21:43:24', '', 18139, 'https://inkafine.com/?p=20284', 0, 'revision', '', 0),
(20285, 1, '2023-10-04 16:45:44', '2023-10-04 21:45:44', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 16:45:44', '2023-10-04 21:45:44', '', 17758, 'https://inkafine.com/?p=20285', 0, 'revision', '', 0),
(20286, 1, '2023-10-04 16:45:44', '2023-10-04 21:45:44', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Projects0People0Brands0Offices		\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 16:45:44', '2023-10-04 21:45:44', '', 17758, 'https://inkafine.com/?p=20286', 0, 'revision', '', 0),
(20287, 1, '2023-10-04 16:45:44', '2023-10-04 21:45:44', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-04 16:45:44', '2023-10-04 21:45:44', '', 17758, 'https://inkafine.com/?p=20287', 0, 'revision', '', 0),
(20289, 1, '2023-10-04 18:05:34', '2023-10-04 23:05:34', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 18:05:34', '2023-10-04 23:05:34', '', 18139, 'https://inkafine.com/?p=20289', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20290, 1, '2023-10-04 18:05:34', '2023-10-04 23:05:34', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n						<a href=\"https://inkafine.com/services/polos/\"></a>			<a href=\"https://inkafine.com/services/polos/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/polos/\">01.Polos</a></h4>\n                    <a href=\"https://inkafine.com/services/polos/\">\n                        Read more\n                    </a>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n						<a href=\"https://inkafine.com/services/poleras/\"></a>			<a href=\"https://inkafine.com/services/poleras/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/poleras/\">02.Poleras</a></h4>\n                    <a href=\"https://inkafine.com/services/poleras/\">\n                        Read more\n                    </a>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n						<a href=\"https://inkafine.com/services/camisas/\"></a>			<a href=\"https://inkafine.com/services/camisas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/camisas/\">03.Camisas</a></h4>\n                    <a href=\"https://inkafine.com/services/camisas/\">\n                        Read more\n                    </a>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n						<a href=\"https://inkafine.com/services/casacas/\"></a>			<a href=\"https://inkafine.com/services/casacas/\"  aria-hidden=\"true\"></a>\n                <h4>                        <a href=\"https://inkafine.com/services/casacas/\">04.Casacas</a></h4>\n                    <a href=\"https://inkafine.com/services/casacas/\">\n                        Read more\n                    </a>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 18:05:34', '2023-10-04 23:05:34', '', 18139, 'https://inkafine.com/?p=20290', 0, 'revision', '', 0),
(20291, 1, '2023-10-04 18:05:34', '2023-10-04 23:05:34', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>01.Polos</h4>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>02.Poleras</h4>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>03.Camisas</h4>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>04.Casacas</h4>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-04 18:05:34', '2023-10-04 23:05:34', '', 18139, 'https://inkafine.com/?p=20291', 0, 'revision', '', 0),
(20292, 1, '2023-10-04 18:11:25', '2023-10-04 23:11:25', '', 'Inicio', '', 'publish', 'closed', 'closed', '', 'inicio-2', '', '', '2023-10-04 18:11:25', '2023-10-04 23:11:25', '', 0, 'https://inkafine.com/?p=20292', 1, 'nav_menu_item', '', 0),
(20293, 1, '2023-10-04 18:34:01', '2023-10-04 23:34:01', '<h5>1. Introduction</h5>\nAxiomThemes (website url address: <a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener\"> https://axiomthemes.com</a>) appreciates your business and trust. We are Cyprus based company, creating products to enhance your website building experience. Please read this Privacy Policy, providing consent to both documents in order to have permission to use our services.		\n		<h5>2. Data Collected</h5><h6>Data Storage Location</h6><p>We are a Cyprus based company and operate web servers hosted in Germany. Our hosting provider Hetzner Online GmbH adheres to the EU/US “Privacy Shield”, ensuring that your data is securely stored and GDPR compliant. For more information on Hetzner Online GmbH privacy policy, please see here: <a href=\"https://www.hetzner.com/rechtliches/datenschutz\" target=\"_blank\" rel=\"noopener\">Hetzner Data Privacy Policy</a></p><h6>Registration Data</h6><p>If you register on our website, we store your chosen username and your email address and any additional personal information added to your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit this information.</p><h6>Purchase Data</h6><p>To receive product support, you have to have one or more Envato/AxiomThemes purchase codes on our website. These purchase codes will be stored together with support expiration dates and your user data. This is required for us to provide you with downloads, product support, and other customer services.</p><h6>Support Data</h6><p>If you have registered on our website and have a valid support account, you can submit support tickets for assistance. Support form submissions are sent to our third party Ticksy ticketing system. Only the data you explicitly provided is sent, and you are asked for consent, each time you want to create a new support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.</p><h6>Comments</h6><p>When you leave comments on the website we collect the data shown in the comments form, and also the IP address and browser user agent string to help spam detection.</p><h6>Contact Form</h6><p>Information submitted through the contact form on our site is sent to our company email, hosted by Zoho. Zoho adheres to the EU/US “Privacy Shield” policy and you can find more information about this here: <a href=\"https://www.zoho.com/privacy.html\" target=\"_blank\" rel=\"noopener\">Zoho Privacy Policy</a>.</p><p>These submissions are only kept for customer service purposes they are never used for marketing purposes or shared with third parties.</p><h6>Google Analytics</h6><p>We use Google Analytics on our site for anonymous reporting of site usage. So, no personalized data is stored. If you would like to opt-out of Google Analytics monitoring your behavior on our website please use this link: <a href=\"https://tools.google.com/dlpage/gaoptout/\" target=\"_blank\" rel=\"noopener\">Google Analytics Opt-out</a>.</p><h6>Cases for Using the Personal Data</h6><p><strong>We use your personal information in the following cases:</strong></p><ul><li style=\"font-weight: 400;\">Verification/identification of the user during website usage;</li><li style=\"font-weight: 400;\">Providing Technical Assistance;</li><li style=\"font-weight: 400;\">Sending updates to our users with important information to inform about news/changes;</li><li style=\"font-weight: 400;\">Checking the accounts’ activity in order to prevent fraudulent transactions and ensure the security</li><li style=\"font-weight: 400;\">over our customers’ personal information;</li><li style=\"font-weight: 400;\">Customize the website to make your experience more personal and engaging;</li><li style=\"font-weight: 400;\">Guarantee overall performance and administrative functions run smoothly.</li></ul>		\n		<h5>3. Embedded Content</h5>\nPages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.\nThese 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. Below you can find a list of the services we use:\n<h6>Facebook</h6>\nThe Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: <a href=\"https://www.facebook.com/privacy/\" target=\"_blank\" rel=\"noopener\">Facebook Privacy Policy </a>.\n<h6>Twitter</h6>\nWe use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: <a href=\"https://twitter.com/privacy\" target=\"_blank\" rel=\"noopener\">Twitter Privacy Policy </a>.\n<h6>Youtube</h6>\nWe use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: <a href=\"https://www.youtube.com/static?template=privacy_guidelines\" target=\"_blank\" rel=\"noopener\">YouTube Privacy Policy</a>.		\n		<h5>4. Cookies</h5>\nThis site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\n<h6>Necessary Cookies (all site visitors)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>cfduid:</b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\"https://www.cloudflare.com/privacypolicy/\">CloudFlare Privacy Policy</a>.</li>\n 	<li style=\"font-weight: 400;\"><b>PHPSESSID:</b> To identify your unique session on the website.</li>\n</ul>\n<h6>Necessary Cookies (Additional for Logged in Customers)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>wp-auth:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_logged_in_{hash}:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_test_cookie</b> Used by WordPress to ensure cookies are working correctly.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n</ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:34:01', '2023-10-04 23:34:01', '', 12954, 'https://inkafine.com/?p=20293', 0, 'revision', '', 0),
(20294, 1, '2023-10-04 18:34:01', '2023-10-04 23:34:01', '<h5>1. Introduction</h5>\nAxiomThemes (website url address: <a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener\"> https://axiomthemes.com</a>) appreciates your business and trust. We are Cyprus based company, creating products to enhance your website building experience. Please read this Privacy Policy, providing consent to both documents in order to have permission to use our services.		\n		<h5>2. Data Collected</h5><h6>Data Storage Location</h6><p>We are a Cyprus based company and operate web servers hosted in Germany. Our hosting provider Hetzner Online GmbH adheres to the EU/US “Privacy Shield”, ensuring that your data is securely stored and GDPR compliant. For more information on Hetzner Online GmbH privacy policy, please see here: <a href=\"https://www.hetzner.com/rechtliches/datenschutz\" target=\"_blank\" rel=\"noopener\">Hetzner Data Privacy Policy</a></p><h6>Registration Data</h6><p>If you register on our website, we store your chosen username and your email address and any additional personal information added to your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit this information.</p><h6>Purchase Data</h6><p>To receive product support, you have to have one or more Envato/AxiomThemes purchase codes on our website. These purchase codes will be stored together with support expiration dates and your user data. This is required for us to provide you with downloads, product support, and other customer services.</p><h6>Support Data</h6><p>If you have registered on our website and have a valid support account, you can submit support tickets for assistance. Support form submissions are sent to our third party Ticksy ticketing system. Only the data you explicitly provided is sent, and you are asked for consent, each time you want to create a new support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.</p><h6>Comments</h6><p>When you leave comments on the website we collect the data shown in the comments form, and also the IP address and browser user agent string to help spam detection.</p><h6>Contact Form</h6><p>Information submitted through the contact form on our site is sent to our company email, hosted by Zoho. Zoho adheres to the EU/US “Privacy Shield” policy and you can find more information about this here: <a href=\"https://www.zoho.com/privacy.html\" target=\"_blank\" rel=\"noopener\">Zoho Privacy Policy</a>.</p><p>These submissions are only kept for customer service purposes they are never used for marketing purposes or shared with third parties.</p><h6>Google Analytics</h6><p>We use Google Analytics on our site for anonymous reporting of site usage. So, no personalized data is stored. If you would like to opt-out of Google Analytics monitoring your behavior on our website please use this link: <a href=\"https://tools.google.com/dlpage/gaoptout/\" target=\"_blank\" rel=\"noopener\">Google Analytics Opt-out</a>.</p><h6>Cases for Using the Personal Data</h6><p><strong>We use your personal information in the following cases:</strong></p><ul><li style=\"font-weight: 400;\">Verification/identification of the user during website usage;</li><li style=\"font-weight: 400;\">Providing Technical Assistance;</li><li style=\"font-weight: 400;\">Sending updates to our users with important information to inform about news/changes;</li><li style=\"font-weight: 400;\">Checking the accounts’ activity in order to prevent fraudulent transactions and ensure the security</li><li style=\"font-weight: 400;\">over our customers’ personal information;</li><li style=\"font-weight: 400;\">Customize the website to make your experience more personal and engaging;</li><li style=\"font-weight: 400;\">Guarantee overall performance and administrative functions run smoothly.</li></ul>		\n		<h5>3. Embedded Content</h5>\nPages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.\nThese 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. Below you can find a list of the services we use:\n<h6>Facebook</h6>\nThe Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: <a href=\"https://www.facebook.com/privacy/\" target=\"_blank\" rel=\"noopener\">Facebook Privacy Policy </a>.\n<h6>Twitter</h6>\nWe use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: <a href=\"https://twitter.com/privacy\" target=\"_blank\" rel=\"noopener\">Twitter Privacy Policy </a>.\n<h6>Youtube</h6>\nWe use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: <a href=\"https://www.youtube.com/static?template=privacy_guidelines\" target=\"_blank\" rel=\"noopener\">YouTube Privacy Policy</a>.		\n		<h5>4. Cookies</h5>\nThis site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\n<h6>Necessary Cookies (all site visitors)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>cfduid:</b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\"https://www.cloudflare.com/privacypolicy/\">CloudFlare Privacy Policy</a>.</li>\n 	<li style=\"font-weight: 400;\"><b>PHPSESSID:</b> To identify your unique session on the website.</li>\n</ul>\n<h6>Necessary Cookies (Additional for Logged in Customers)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>wp-auth:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_logged_in_{hash}:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_test_cookie</b> Used by WordPress to ensure cookies are working correctly.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n</ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:34:01', '2023-10-04 23:34:01', '', 12954, 'https://inkafine.com/?p=20294', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20295, 1, '2023-10-04 18:34:01', '2023-10-04 23:34:01', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. Embedded Content</h5>\nPages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.\nThese 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. Below you can find a list of the services we use:\n<h6>Facebook</h6>\nThe Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: <a href=\"https://www.facebook.com/privacy/\" target=\"_blank\" rel=\"noopener\">Facebook Privacy Policy </a>.\n<h6>Twitter</h6>\nWe use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: <a href=\"https://twitter.com/privacy\" target=\"_blank\" rel=\"noopener\">Twitter Privacy Policy </a>.\n<h6>Youtube</h6>\nWe use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: <a href=\"https://www.youtube.com/static?template=privacy_guidelines\" target=\"_blank\" rel=\"noopener\">YouTube Privacy Policy</a>.		\n		<h5>4. Cookies</h5>\nThis site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\n<h6>Necessary Cookies (all site visitors)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>cfduid:</b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\"https://www.cloudflare.com/privacypolicy/\">CloudFlare Privacy Policy</a>.</li>\n 	<li style=\"font-weight: 400;\"><b>PHPSESSID:</b> To identify your unique session on the website.</li>\n</ul>\n<h6>Necessary Cookies (Additional for Logged in Customers)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>wp-auth:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_logged_in_{hash}:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_test_cookie</b> Used by WordPress to ensure cookies are working correctly.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n</ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:34:01', '2023-10-04 23:34:01', '', 12954, 'https://inkafine.com/?p=20295', 0, 'revision', '', 0),
(20296, 1, '2023-10-04 18:35:02', '2023-10-04 23:35:02', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. Embedded Content</h5>\nPages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.\nThese 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. Below you can find a list of the services we use:\n<h6>Facebook</h6>\nThe Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: <a href=\"https://www.facebook.com/privacy/\" target=\"_blank\" rel=\"noopener\">Facebook Privacy Policy </a>.\n<h6>Twitter</h6>\nWe use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: <a href=\"https://twitter.com/privacy\" target=\"_blank\" rel=\"noopener\">Twitter Privacy Policy </a>.\n<h6>Youtube</h6>\nWe use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: <a href=\"https://www.youtube.com/static?template=privacy_guidelines\" target=\"_blank\" rel=\"noopener\">YouTube Privacy Policy</a>.		\n		<h5>4. Cookies</h5>\nThis site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\n<h6>Necessary Cookies (all site visitors)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>cfduid:</b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\"https://www.cloudflare.com/privacypolicy/\">CloudFlare Privacy Policy</a>.</li>\n 	<li style=\"font-weight: 400;\"><b>PHPSESSID:</b> To identify your unique session on the website.</li>\n</ul>\n<h6>Necessary Cookies (Additional for Logged in Customers)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>wp-auth:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_logged_in_{hash}:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_test_cookie</b> Used by WordPress to ensure cookies are working correctly.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n</ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:35:02', '2023-10-04 23:35:02', '', 12954, 'https://inkafine.com/?p=20296', 0, 'revision', '', 0),
(20297, 1, '2023-10-04 18:35:02', '2023-10-04 23:35:02', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. Embedded Content</h5>\nPages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.\nThese 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. Below you can find a list of the services we use:\n<h6>Facebook</h6>\nThe Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: <a href=\"https://www.facebook.com/privacy/\" target=\"_blank\" rel=\"noopener\">Facebook Privacy Policy </a>.\n<h6>Twitter</h6>\nWe use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: <a href=\"https://twitter.com/privacy\" target=\"_blank\" rel=\"noopener\">Twitter Privacy Policy </a>.\n<h6>Youtube</h6>\nWe use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: <a href=\"https://www.youtube.com/static?template=privacy_guidelines\" target=\"_blank\" rel=\"noopener\">YouTube Privacy Policy</a>.		\n		<h5>4. Cookies</h5>\nThis site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\n<h6>Necessary Cookies (all site visitors)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>cfduid:</b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\"https://www.cloudflare.com/privacypolicy/\">CloudFlare Privacy Policy</a>.</li>\n 	<li style=\"font-weight: 400;\"><b>PHPSESSID:</b> To identify your unique session on the website.</li>\n</ul>\n<h6>Necessary Cookies (Additional for Logged in Customers)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>wp-auth:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_logged_in_{hash}:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_test_cookie</b> Used by WordPress to ensure cookies are working correctly.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n</ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:35:02', '2023-10-04 23:35:02', '', 12954, 'https://inkafine.com/?p=20297', 0, 'revision', '', 0),
(20298, 1, '2023-10-04 18:35:02', '2023-10-04 23:35:02', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. Cookies</h5>\nThis site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\n<h6>Necessary Cookies (all site visitors)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>cfduid:</b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\"https://www.cloudflare.com/privacypolicy/\">CloudFlare Privacy Policy</a>.</li>\n 	<li style=\"font-weight: 400;\"><b>PHPSESSID:</b> To identify your unique session on the website.</li>\n</ul>\n<h6>Necessary Cookies (Additional for Logged in Customers)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>wp-auth:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_logged_in_{hash}:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_test_cookie</b> Used by WordPress to ensure cookies are working correctly.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n</ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:35:02', '2023-10-04 23:35:02', '', 12954, 'https://inkafine.com/?p=20298', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20299, 1, '2023-10-04 18:36:21', '2023-10-04 23:36:21', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. Cookies</h5>\nThis site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\n<h6>Necessary Cookies (all site visitors)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>cfduid:</b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\"https://www.cloudflare.com/privacypolicy/\">CloudFlare Privacy Policy</a>.</li>\n 	<li style=\"font-weight: 400;\"><b>PHPSESSID:</b> To identify your unique session on the website.</li>\n</ul>\n<h6>Necessary Cookies (Additional for Logged in Customers)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>wp-auth:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_logged_in_{hash}:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_test_cookie</b> Used by WordPress to ensure cookies are working correctly.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n</ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:36:21', '2023-10-04 23:36:21', '', 12954, 'https://inkafine.com/?p=20299', 0, 'revision', '', 0),
(20300, 1, '2023-10-04 18:36:21', '2023-10-04 23:36:21', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. Cookies</h5>\nThis site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.\n<h6>Necessary Cookies (all site visitors)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>cfduid:</b> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: <a href=\"https://www.cloudflare.com/privacypolicy/\">CloudFlare Privacy Policy</a>.</li>\n 	<li style=\"font-weight: 400;\"><b>PHPSESSID:</b> To identify your unique session on the website.</li>\n</ul>\n<h6>Necessary Cookies (Additional for Logged in Customers)</h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>wp-auth:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_logged_in_{hash}:</b> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_test_cookie</b> Used by WordPress to ensure cookies are working correctly.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b>WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</li>\n</ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:36:21', '2023-10-04 23:36:21', '', 12954, 'https://inkafine.com/?p=20300', 0, 'revision', '', 0),
(20301, 1, '2023-10-04 18:36:21', '2023-10-04 23:36:21', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. Cookies</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:36:21', '2023-10-04 23:36:21', '', 12954, 'https://inkafine.com/?p=20301', 0, 'revision', '', 0),
(20302, 1, '2023-10-04 18:37:00', '2023-10-04 23:37:00', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. Cookies</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:37:00', '2023-10-04 23:37:00', '', 12954, 'https://inkafine.com/?p=20302', 0, 'revision', '', 0),
(20303, 1, '2023-10-04 18:37:00', '2023-10-04 23:37:00', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. Cookies</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:37:00', '2023-10-04 23:37:00', '', 12954, 'https://inkafine.com/?p=20303', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20304, 1, '2023-10-04 18:37:00', '2023-10-04 23:37:00', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:37:00', '2023-10-04 23:37:00', '', 12954, 'https://inkafine.com/?p=20304', 0, 'revision', '', 0),
(20305, 1, '2023-10-04 18:37:41', '2023-10-04 23:37:41', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:37:41', '2023-10-04 23:37:41', '', 12954, 'https://inkafine.com/?p=20305', 0, 'revision', '', 0),
(20306, 1, '2023-10-04 18:37:41', '2023-10-04 23:37:41', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. Who Has Access To Your Data</h5>\nIf you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.\nIf you are a client with a registered account, your personal information can be accessed by:\n<ul>\n 	<li style=\"font-weight: 400;\">Our system administrators.</li>\n 	<li style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</li>\n</ul>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:37:41', '2023-10-04 23:37:41', '', 12954, 'https://inkafine.com/?p=20306', 0, 'revision', '', 0),
(20307, 1, '2023-10-04 18:37:42', '2023-10-04 23:37:42', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:37:42', '2023-10-04 23:37:42', '', 12954, 'https://inkafine.com/?p=20307', 0, 'revision', '', 0),
(20308, 1, '2023-10-04 18:38:21', '2023-10-04 23:38:21', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:38:21', '2023-10-04 23:38:21', '', 12954, 'https://inkafine.com/?p=20308', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20309, 1, '2023-10-04 18:38:21', '2023-10-04 23:38:21', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>		\n		<h5>6. Third Party Access to Your Data</h5>\nWe don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:\n<h6>Envato Pty Ltd</h6>\nFor the purpose of validating and getting your purchase information regarding licenses for this theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: <a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener\">Envato Privacy Policy</a>.\n<h6>Ticksy</h6>\nTicksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: <a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener\">Ticksy Privacy Policy</a>.		\n		<h5>7. How Long We Retain Your Data For</h5><p>When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</p><p>If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</p>		\n		<h5>8. Security Measures</h5><p>We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personally identifiable information is not captured/hijacked by third parties without authorization.</p><p>In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</p>		\n		<h5>9. Your Data Rights</h5><h5>General Rights</h5><p>If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</p><p>You can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).<br />If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</p><h5>GDPR Rights</h5><p>Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener\">EU GDPR Information Portal.</a></p>		\n		<h5>10. Third Party Websites</h5><p>AxiomThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomThemes, and you release us from any liability for the conduct of these third party websites.<br />All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties unless you explicitly click on them.</p><p>Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</p>		\n		<h5>11. Release of Your Data for Legal Purposes</h5><p>At times it may become necessary or desirable to AxiomThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</p><p>Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:38:21', '2023-10-04 23:38:21', '', 12954, 'https://inkafine.com/?p=20309', 0, 'revision', '', 0),
(20310, 1, '2023-10-04 18:38:21', '2023-10-04 23:38:21', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:38:21', '2023-10-04 23:38:21', '', 12954, 'https://inkafine.com/?p=20310', 0, 'revision', '', 0),
(20311, 1, '2023-10-04 18:39:57', '2023-10-04 23:39:57', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>', 'Politica de Privacidad', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 18:39:57', '2023-10-04 23:39:57', '', 12954, 'https://inkafine.com/?p=20311', 0, 'revision', '', 0),
(20312, 1, '2023-10-04 18:57:07', '2023-10-04 23:57:07', '', 'inkafine-logo-5-retina', '', 'inherit', 'open', 'closed', '', 'inkafine-logo-5-retina', '', '', '2023-10-04 18:57:07', '2023-10-04 23:57:07', '', 0, 'https://inkafine.com/wp-content/uploads/2023/10/inkafine-logo-5-retina.png', 0, 'attachment', 'image/png', 0),
(20313, 1, '2023-10-04 19:50:00', '2023-10-05 00:50:00', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>', 'Politica de Privacidad', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 19:50:00', '2023-10-05 00:50:00', '', 12954, 'https://inkafine.com/?p=20313', 0, 'revision', '', 0),
(20314, 1, '2023-10-04 19:50:01', '2023-10-05 00:50:01', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo KAFU EXPORT E.I.R.L., identificada con RUC N° 20498620591, y con domicilio en Urb. Héroes de la Breña Mz B Lt 12 del distrito de Cerro Colorado provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>', 'Politica de Privacidad', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 19:50:01', '2023-10-05 00:50:01', '', 12954, 'https://inkafine.com/?p=20314', 0, 'revision', '', 0),
(20315, 1, '2023-10-04 19:50:01', '2023-10-05 00:50:01', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo INDUSTRIAS INKAFINE E.I.R.L., identificada con RUC N° 20603885784, y con domicilio en Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1 del distrito de Jacobo Hunter provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>', 'Politica de Privacidad', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 19:50:01', '2023-10-05 00:50:01', '', 12954, 'https://inkafine.com/?p=20315', 0, 'revision', '', 0),
(20316, 1, '2023-10-04 19:51:09', '2023-10-05 00:51:09', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo INDUSTRIAS INKAFINE E.I.R.L., identificada con RUC N° 20603885784, y con domicilio en Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1 del distrito de Jacobo Hunter provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>', 'Politica de Privacidad', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 19:51:09', '2023-10-05 00:51:09', '', 12954, 'https://inkafine.com/?p=20316', 0, 'revision', '', 0),
(20317, 1, '2023-10-04 19:51:09', '2023-10-05 00:51:09', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo INDUSTRIAS INKAFINE E.I.R.L., identificada con RUC N° 20603885784, y con domicilio en Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1 del distrito de Jacobo Hunter provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>KAFU EXPORT E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de KAFU EXPORT E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, KAFU EXPORT E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando KAFU EXPORT E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>', 'Politica de Privacidad', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 19:51:09', '2023-10-05 00:51:09', '', 12954, 'https://inkafine.com/?p=20317', 0, 'revision', '', 0),
(20318, 1, '2023-10-04 19:51:09', '2023-10-05 00:51:09', '<h5>1. Objetivo</h5><p>La presente política de privacidad de Datos Personales (la “Política de Privacidad”), tiene por finalidad informarle cómo INDUSTRIAS INKAFINE E.I.R.L., identificada con RUC N° 20603885784, y con domicilio en Asc. Santa Monica Cal. Sabandia Mz. J Lote 2A Int. 1 del distrito de Jacobo Hunter provincia y departamento de Arequipa, realiza el tratamiento de los Datos Personales que recopila a través de la presente página web (en adelante, la “Página web”), en cumplimiento de lo dispuesto por la Ley No. 29733 – Ley de Protección de Datos Personales, y su Reglamento, aprobado por Decreto Supremo No. 003-2013-JUS.</p>		\n		<h5>2. ¿Qué información recopilamos?</h5><p>Recolectamos información personal relativa al nombre, correo electrónico, dirección, teléfono, número de DNI, y otra necesaria para cumplir con los fines que se detallan más adelante. En nuestro sitio web, en secciones como “Mi cuenta”, “Suscríbete”, “Contáctenos”, “Libros de Reclamaciones” y “Trabaja con Nosotros”, usted nos proporciona sus datos personales a través de formularios electrónicos; esta información será almacenada en nuestros bancos de datos “Usuarios de la página web” y “Libro de Reclamaciones”, los cuales se encuentran en proceso de inscripción ante la Dirección General de Protección de Datos Personales, según lo exige la normativa antes indicada.</p>		\n		<h5>3. ¿Cómo protegemos su información?</h5><p>INDUSTRIAS INKAFINE E.I.R.L. cuenta con todas las medidas técnicas, legales y organizacionales necesarias para garantizar la seguridad y confidencialidad de sus datos personales; así como para evitar cualquier manipulación indebida, pérdida accidental, destrucción o acceso no autorizado de terceros. Su información no será vendida, transferida ni compartida sin su autorización y para fines ajenos a los que se describen a continuación.</p>		\n		<h5>4. ¿Con qué finalidad utilizamos su información?</h5><p>Los datos personales que usted nos proporciona son utilizados para:<br />Registrarlo en nuestra base de datos de Clientes para que puedan comprar en nuestra Página web. Emitir publicidad, ofertas masivas o personalizadas de los productos y/o servicios de INDUSTRIAS INKAFINE E.I.R.L. así como de sus empresas o marcas vinculadas. Transferir sus datos personales a las empresas vinculadas indicadas en el siguiente punto.</p><ul><li>Realizar encuestas sobre productos y/o servicios propios.</li><li>Envío de invitaciones a actividades convocadas por la empresa.</li><li>Actualizar y consultar datos de contacto y otra información relevante.</li><li>Elaborar estadísticas y/o estudios de comportamiento, gustos y/o tendencias.</li><li>Las demás finalidades que se informen de manera previa y expresa a los titulares de datos personales previos a su tratamiento.</li><li>Dar respuesta y trámite a consultas, solicitudes o reclamaciones presentadas en nuestro Libro de Reclamaciones Virtual.</li></ul>		\n		<h5>5. ¿Quién tiene acceso a su información?</h5><p>Usted nos autoriza a que podamos compartir y encargar el tratamiento de su información personal a empresas vinculadas, así como a terceros que nos prestan servicios para mejorar nuestras actividades. En estos casos, INDUSTRIAS INKAFINE E.I.R.L. garantizará que el tratamiento de sus datos se limite a las finalidades antes autorizadas, que se mantenga confidencial y se implementen las medidas de seguridad adecuadas.</p><p>Además de ello, le comunicamos que sus datos personales también serán compartidos con nuestro proveedor de software con fines exclusivos de almacenamiento de información, respecto del cual usted brinda su conformidad expresa, asegurando INDUSTRIAS INKAFINE E.I.R.L. el debido cumplimiento de las medidas de seguridad necesarias para su resguardo.</p>', 'Politica de Privacidad', '', 'inherit', 'closed', 'closed', '', '12954-revision-v1', '', '', '2023-10-04 19:51:09', '2023-10-05 00:51:09', '', 12954, 'https://inkafine.com/?p=20318', 0, 'revision', '', 0),
(20321, 1, '2023-10-04 19:58:22', '2023-10-05 00:58:22', '', 'favicon-inkafine', '', 'inherit', 'open', 'closed', '', 'favicon-inkafine', '', '', '2023-10-04 19:58:22', '2023-10-05 00:58:22', '', 0, 'https://inkafine.com/wp-content/uploads/2023/10/favicon-inkafine.png', 0, 'attachment', 'image/png', 0),
(20322, 1, '2023-10-04 19:58:24', '2023-10-05 00:58:24', 'https://inkafine.com/wp-content/uploads/2023/10/cropped-favicon-inkafine.png', 'cropped-favicon-inkafine.png', '', 'inherit', 'open', 'closed', '', 'cropped-favicon-inkafine-png', '', '', '2023-10-04 19:58:24', '2023-10-05 00:58:24', '', 0, 'https://inkafine.com/wp-content/uploads/2023/10/cropped-favicon-inkafine.png', 0, 'attachment', 'image/png', 0),
(20324, 1, '2023-10-06 03:29:52', '2023-10-06 08:29:52', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>01.Polos</h4>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>02.Poleras</h4>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>03.Camisas</h4>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>04.Casacas</h4>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-06 03:29:52', '2023-10-06 08:29:52', '', 18139, 'https://inkafine.com/?p=20324', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20325, 1, '2023-10-06 03:29:52', '2023-10-06 08:29:52', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>01.Polos</h4>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>02.Poleras</h4>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>03.Camisas</h4>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>04.Casacas</h4>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-06 03:29:52', '2023-10-06 08:29:52', '', 18139, 'https://inkafine.com/?p=20325', 0, 'revision', '', 0),
(20326, 1, '2023-10-06 03:29:52', '2023-10-06 08:29:52', '<h1>Productor Textil de Primera Calidad</h1>		\n			<a href=\"https://inkafine.com/nosotros\" >Nosotros</a>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n												<figure>\n										<img src=\"https://inkafine.com/wp-content/uploads/elementor/thumbs/textile-img-18-qdcdtc4tylutg4nhj0hqz2win4202lvg7r9d3at43k.jpg\" title=\"textile-img-18\" alt=\"textile-img-18\" loading=\"lazy\" />											<figcaption></figcaption>\n										</figure>\n			Calidad Premium<h1\n			>Utilizamos los Mejores Materiales en Todos Nuestros Productos</h1>		\n		<p>¡Nuestros clientes confian en la calidad de nuestros productos y es por eso que nos eligen a nosotros!</p>		\n			<h5>01. Textiles de Alta Calidad</h5>		\n			<h5>02. Maquinaria de Ultima Generacion</h5>		\n			<a href=\"https://inkafine.com/nosotros\" >Leer Mas</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<a href=\"#go-video2\">\n						PLAY\n					</a>\n			<p>Layouts: Popup</p>		\n			Lo Que Ofrecemos<h1\n			>Nuestra amplia gama de <i>ropa y textiles</i> hechos a medida ofrece una variedad de soluciones y estilos</h1>		\n		<p style=\"text-align: center;\"><a href=\"https://inkafine.com/nosotros/\">Leer Mas</a></p>		\n	<img width=\"612\" height=\"471\" src=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1.jpg 612w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-300x231.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-370x285.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-410x316.jpg 410w, https://inkafine.com/wp-content/uploads/2022/08/istockphoto-1303435316-612x612-1-600x462.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>01.Polos</h4>\n	<img width=\"600\" height=\"506\" src=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma.jpg 600w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-300x253.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-370x312.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/Polera-ploma-410x346.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>02.Poleras</h4>\n	<img width=\"570\" height=\"411\" src=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951.jpg 570w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-300x216.jpg 300w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-370x267.jpg 370w, https://inkafine.com/wp-content/uploads/2022/08/95bd8a7bb1d458b80cb48ae67e670951-410x296.jpg 410w\" sizes=\"(max-width: 600px) 100vw, 570px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>03.Camisas</h4>\n	<img width=\"500\" height=\"400\" src=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O.png 500w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-300x240.png 300w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-370x296.png 370w, https://inkafine.com/wp-content/uploads/2022/08/D_NQ_NP_764528-MPE46713473560_072021-O-410x328.png 410w\" sizes=\"(max-width: 600px) 100vw, 500px\" />						\n									<a href=\"javascript:void(0)\"  aria-hidden=\"true\"></a>\n                <h4>04.Casacas</h4>\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Manufacturing', '', 'inherit', 'closed', 'closed', '', '18139-revision-v1', '', '', '2023-10-06 03:29:52', '2023-10-06 08:29:52', '', 18139, 'https://inkafine.com/?p=20326', 0, 'revision', '', 0),
(20329, 1, '2023-10-11 18:30:25', '2023-10-11 23:30:25', '', '348241601_771748767790610_8370353466761686461_n', '', 'inherit', 'open', 'closed', '', '348241601_771748767790610_8370353466761686461_n', '', '', '2023-10-11 18:30:25', '2023-10-11 23:30:25', '', 17758, 'https://inkafine.com/wp-content/uploads/2023/10/348241601_771748767790610_8370353466761686461_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(20330, 1, '2023-10-11 18:30:31', '2023-10-11 23:30:31', '', '347850720_602624511830616_8730425358664485597_n', '', 'inherit', 'open', 'closed', '', '347850720_602624511830616_8730425358664485597_n', '', '', '2023-10-11 18:30:31', '2023-10-11 23:30:31', '', 17758, 'https://inkafine.com/wp-content/uploads/2023/10/347850720_602624511830616_8730425358664485597_n.png', 0, 'attachment', 'image/png', 0),
(20331, 1, '2023-10-11 18:30:34', '2023-10-11 23:30:34', '', '302151774_556108496239513_4859903801289056357_n', '', 'inherit', 'open', 'closed', '', '302151774_556108496239513_4859903801289056357_n', '', '', '2023-10-11 18:30:34', '2023-10-11 23:30:34', '', 17758, 'https://inkafine.com/wp-content/uploads/2023/10/302151774_556108496239513_4859903801289056357_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(20332, 1, '2023-10-11 18:31:33', '2023-10-11 23:31:33', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-11 18:31:33', '2023-10-11 23:31:33', '', 17758, 'https://inkafine.com/?p=20332', 0, 'revision', '', 0),
(20333, 1, '2023-10-11 18:31:33', '2023-10-11 23:31:33', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			0Socios0Clientes0Marcas0Empleados		\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-11 18:31:33', '2023-10-11 23:31:33', '', 17758, 'https://inkafine.com/?p=20333', 0, 'revision', '', 0),
(20334, 1, '2023-10-11 18:31:33', '2023-10-11 23:31:33', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/348241601_771748767790610_8370353466761686461_n.jpg\" alt=\"\">\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/347850720_602624511830616_8730425358664485597_n.png\" alt=\"\">\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/302151774_556108496239513_4859903801289056357_n.jpg\" alt=\"\">\n														Previous\n														Next\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-11 18:31:33', '2023-10-11 23:31:33', '', 17758, 'https://inkafine.com/?p=20334', 0, 'revision', '', 0),
(20335, 1, '2023-10-11 18:40:30', '2023-10-11 23:40:30', '', 'Michell_500x500-150x150', '', 'inherit', 'open', 'closed', '', 'michell_500x500-150x150', '', '', '2023-10-11 18:40:30', '2023-10-11 23:40:30', '', 17758, 'https://inkafine.com/wp-content/uploads/2023/10/Michell_500x500-150x150-1.png', 0, 'attachment', 'image/png', 0),
(20336, 1, '2023-10-11 18:43:17', '2023-10-11 23:43:17', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/348241601_771748767790610_8370353466761686461_n.jpg\" alt=\"\">\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/347850720_602624511830616_8730425358664485597_n.png\" alt=\"\">\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/302151774_556108496239513_4859903801289056357_n.jpg\" alt=\"\">\n														Previous\n														Next\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-11 18:43:17', '2023-10-11 23:43:17', '', 17758, 'https://inkafine.com/?p=20336', 0, 'revision', '', 0),
(20337, 1, '2023-10-11 18:43:17', '2023-10-11 23:43:17', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/348241601_771748767790610_8370353466761686461_n.jpg\" alt=\"\">\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/347850720_602624511830616_8730425358664485597_n.png\" alt=\"\">\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/302151774_556108496239513_4859903801289056357_n.jpg\" alt=\"\">\n														Previous\n														Next\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-11 18:43:17', '2023-10-11 23:43:17', '', 17758, 'https://inkafine.com/?p=20337', 0, 'revision', '', 0),
(20338, 1, '2023-10-11 18:43:17', '2023-10-11 23:43:17', 'belleza & confort<h1\n			>Somos una empresa textil con calidad de exportacion</h1><p>Contamos con mas de 5 años en el mercado textil satisfaciendo las necesidades de nuestros clientes.</p>\n		<ul><li>Altos Estandares de Calidad</li><li>Asesoria Personalizada</li><li>Tecnologia de Punta</li></ul>		\n			<a href=\"https://inkafine.com/contacto\" >Contacto</a>		\n			¿CON QUIENES TRABAJAMOS?<h1\n			>Nuestros Clientes</h1>		\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/348241601_771748767790610_8370353466761686461_n.jpg\" alt=\"\">\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/347850720_602624511830616_8730425358664485597_n.png\" alt=\"\">\n						<img src=\"https://inkafine.com/wp-content/uploads/2023/10/302151774_556108496239513_4859903801289056357_n.jpg\" alt=\"\">\n														Previous\n														Next\n			<h3\n			>Recibe nuestro boletin infomativo!</h3>		\n		[mc4wp_form id=\"461\" element_id=\"style-7\"]', 'Nosotros', '', 'inherit', 'closed', 'closed', '', '17758-revision-v1', '', '', '2023-10-11 18:43:17', '2023-10-11 23:43:17', '', 17758, 'https://inkafine.com/?p=20338', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_termmeta`
--

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(7, 13, 'trx_addons_ext_tax_color', ''),
(8, 13, 'trx_addons_ext_tax_image', ''),
(9, 13, 'trx_addons_ext_tax_icon', ''),
(16, 73, 'order', '0'),
(17, 73, 'display_type', ''),
(18, 73, 'thumbnail_id', '18111'),
(19, 74, 'order', '0'),
(20, 74, 'display_type', ''),
(21, 74, 'thumbnail_id', '18106'),
(22, 75, 'order', '0'),
(23, 75, 'display_type', ''),
(24, 75, 'thumbnail_id', '18110'),
(25, 73, 'product_count_product_cat', '2'),
(26, 74, 'product_count_product_cat', '4'),
(27, 75, 'product_count_product_cat', '2'),
(28, 76, 'product_count_product_tag', '3'),
(29, 77, 'product_count_product_tag', '12'),
(30, 78, 'product_count_product_tag', '13'),
(31, 79, 'product_count_product_tag', '6'),
(32, 80, 'order_pa_color', '0'),
(33, 80, 'value', ''),
(34, 81, 'order_pa_color', '0'),
(35, 81, 'value', ''),
(36, 82, 'order_pa_color', '0'),
(37, 82, 'value', ''),
(38, 83, 'order_pa_material', '0'),
(39, 83, 'value', ''),
(40, 84, 'order_pa_material', '0'),
(41, 84, 'value', ''),
(42, 85, 'product_count_product_tag', '3'),
(43, 86, 'product_count_product_tag', '3'),
(44, 87, 'product_count_product_tag', '3'),
(45, 88, 'product_count_product_tag', '5'),
(46, 89, 'product_count_product_tag', '6'),
(53, 115, 'order', '0'),
(54, 115, 'display_type', ''),
(55, 115, 'thumbnail_id', '17924'),
(56, 115, 'product_count_product_cat', '2'),
(76, 72, 'product_count_product_cat', '0'),
(77, 169, 'trx_addons_ext_tax_color', ''),
(78, 169, 'trx_addons_ext_tax_image', ''),
(79, 169, 'trx_addons_ext_tax_icon', ''),
(80, 172, 'order', '0'),
(81, 172, 'display_type', ''),
(82, 172, 'thumbnail_id', '17983'),
(83, 173, 'order', '0'),
(84, 173, 'display_type', ''),
(85, 173, 'thumbnail_id', '18108'),
(86, 174, 'order', '0'),
(87, 174, 'display_type', ''),
(88, 174, 'thumbnail_id', '18109'),
(89, 175, 'order', '0'),
(90, 175, 'display_type', ''),
(91, 175, 'thumbnail_id', '18107'),
(92, 172, 'product_count_product_cat', '1'),
(93, 175, 'product_count_product_cat', '1'),
(94, 173, 'product_count_product_cat', '1'),
(95, 174, 'product_count_product_cat', '2'),
(96, 178, 'trx_addons_ext_tax_color', ''),
(97, 178, 'trx_addons_ext_tax_image', ''),
(98, 178, 'trx_addons_ext_tax_icon', ''),
(99, 181, 'order', '0'),
(100, 181, 'display_type', ''),
(101, 181, 'thumbnail_id', '18111'),
(102, 181, 'product_count_product_cat', '3'),
(103, 182, 'trx_addons_ext_tax_color', ''),
(104, 182, 'trx_addons_ext_tax_image', ''),
(105, 182, 'trx_addons_ext_tax_icon', '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'page', 'page', 0),
(3, 'section', 'section', 0),
(13, 'Home Textiles', 'home-textiles', 0),
(44, 'Design', 'design', 0),
(45, 'Development', 'development', 0),
(58, 'Seminar', 'seminar', 0),
(59, 'simple', 'simple', 0),
(60, 'grouped', 'grouped', 0),
(61, 'variable', 'variable', 0),
(62, 'external', 'external', 0),
(63, 'exclude-from-search', 'exclude-from-search', 0),
(64, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(65, 'featured', 'featured', 0),
(66, 'outofstock', 'outofstock', 0),
(67, 'rated-1', 'rated-1', 0),
(68, 'rated-2', 'rated-2', 0),
(69, 'rated-3', 'rated-3', 0),
(70, 'rated-4', 'rated-4', 0),
(71, 'rated-5', 'rated-5', 0),
(72, 'Uncategorized', 'uncategorized', 0),
(73, 'Tailoring', 'tailoring', 0),
(74, 'Accessories', 'accessories', 0),
(75, 'Dressmaking', 'dressmaking', 0),
(76, 'Home', 'home', 0),
(77, 'Fabric', 'fabric', 0),
(78, 'Design', 'design', 0),
(79, 'Fashion', 'fashion', 0),
(80, 'White', 'white', 0),
(81, 'Green', 'green', 0),
(82, 'Beige', 'beige', 0),
(83, 'Leather', 'leather', 0),
(84, 'Velvet', 'velvet', 0),
(85, 'Modern', 'modern', 0),
(86, 'Sale', 'sale', 0),
(87, 'Textile', 'textile', 0),
(88, 'Style', 'style', 0),
(89, 'Collection', 'collection', 0),
(91, 'post-format-quote', 'post-format-quote', 0),
(93, 'post-format-gallery', 'post-format-gallery', 0),
(94, 'post-format-audio', 'post-format-audio', 0),
(96, 'post-format-video', 'post-format-video', 0),
(97, 'Men\'s Fashion', 'mens-fashion', 0),
(113, 'Ethnic Textile', 'ethnic-textile', 0),
(115, 'Fabric', 'fabric', 0),
(117, 'Our Services', 'our-services', 0),
(118, 'Main Menu', 'main-menu', 0),
(149, 'Booking Calendar', 'booking-calendar', 0),
(160, 'Design', 'design', 0),
(162, 'Business', 'business', 0),
(163, 'fabric', 'fabric', 0),
(164, 'About Us', 'about-us', 0),
(165, 'Our Collection', 'our-collection', 0),
(166, 'Our Team', 'our-team', 0),
(167, 'Fabric Types', 'fabric-types', 0),
(168, 'Home Decor', 'home-decor', 0),
(169, 'Fashion', 'fashion', 0),
(170, 'Home Textile', 'home-textile', 0),
(171, 'Feedback', 'feedback', 0),
(172, 'Blinds', 'blinds', 0),
(173, 'Cushions', 'cushions', 0),
(174, 'Decor', 'decor', 0),
(175, 'Curtains', 'curtains', 0),
(176, 'What We Offer', 'what-we-offer', 0),
(177, 'Manufacture', 'manufacture', 0),
(178, 'Trends', 'trends', 0),
(179, 'Our Collections', 'our-collections', 0),
(180, 'Tailoring', 'tailoring', 0),
(181, 'Suits', 'suits', 0),
(182, 'Tailoring', 'tailoring', 0),
(183, 'Our Clients', 'our-clients', 0),
(184, 'Textile', 'textile', 0),
(185, 'Fashion', 'fashion', 0),
(186, 'Fabric', 'fabric', 0),
(187, 'Shop', 'shop', 0),
(188, 'Tailoring', 'tailoring', 0),
(189, 'Industry', 'industry', 0),
(190, 'Collection', 'collection', 0),
(191, 'Home', 'home', 0),
(192, 'Decor', 'decor', 0),
(193, 'Style', 'style', 0),
(194, 'Footer Menu', 'footer-menu', 0),
(195, 'Craft Decor', 'craft-decor', 0),
(196, 'Ethnic Clothing', 'ethnic-clothing', 0),
(197, 'Traditional Crafts', 'traditional-crafts', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(302, 13, 0),
(302, 190, 0),
(302, 191, 0),
(302, 192, 0),
(302, 193, 0),
(304, 13, 0),
(304, 190, 0),
(304, 191, 0),
(304, 192, 0),
(304, 193, 0),
(306, 13, 0),
(306, 190, 0),
(306, 191, 0),
(306, 192, 0),
(306, 193, 0),
(308, 13, 0),
(308, 190, 0),
(308, 191, 0),
(308, 192, 0),
(308, 193, 0),
(948, 117, 0),
(949, 117, 0),
(963, 117, 0),
(964, 117, 0),
(1194, 44, 0),
(1196, 44, 0),
(1200, 44, 0),
(1202, 44, 0),
(1204, 44, 0),
(1206, 45, 0),
(1210, 45, 0),
(1213, 45, 0),
(1215, 45, 0),
(1735, 58, 0),
(1737, 58, 0),
(1739, 58, 0),
(1741, 58, 0),
(1743, 58, 0),
(2335, 59, 0),
(2335, 74, 0),
(2335, 76, 0),
(2335, 78, 0),
(2335, 79, 0),
(2336, 59, 0),
(2336, 75, 0),
(2336, 77, 0),
(2336, 78, 0),
(2336, 89, 0),
(2337, 59, 0),
(2337, 75, 0),
(2337, 78, 0),
(2337, 79, 0),
(2337, 86, 0),
(2338, 61, 0),
(2338, 73, 0),
(2338, 77, 0),
(2338, 78, 0),
(2338, 80, 0),
(2338, 82, 0),
(2338, 87, 0),
(2339, 59, 0),
(2339, 73, 0),
(2339, 78, 0),
(2339, 79, 0),
(2339, 80, 0),
(2339, 81, 0),
(2339, 82, 0),
(2339, 83, 0),
(2339, 84, 0),
(2339, 85, 0),
(2340, 59, 0),
(2340, 76, 0),
(2340, 77, 0),
(2340, 78, 0),
(2340, 115, 0),
(2344, 59, 0),
(2344, 78, 0),
(2344, 79, 0),
(2344, 86, 0),
(2344, 174, 0),
(2345, 59, 0),
(2345, 77, 0),
(2345, 78, 0),
(2345, 89, 0),
(2345, 174, 0),
(2346, 59, 0),
(2346, 71, 0),
(2346, 78, 0),
(2346, 79, 0),
(2346, 80, 0),
(2346, 81, 0),
(2346, 82, 0),
(2346, 83, 0),
(2346, 84, 0),
(2346, 85, 0),
(2346, 172, 0),
(2377, 59, 0),
(2377, 71, 0),
(2377, 77, 0),
(2377, 78, 0),
(2377, 87, 0),
(2377, 115, 0),
(2381, 59, 0),
(2381, 71, 0),
(2381, 78, 0),
(2381, 79, 0),
(2381, 86, 0),
(2381, 173, 0),
(2382, 59, 0),
(2382, 71, 0),
(2382, 76, 0),
(2382, 77, 0),
(2382, 78, 0),
(2382, 175, 0),
(2473, 59, 0),
(2473, 74, 0),
(2473, 77, 0),
(2473, 87, 0),
(2473, 88, 0),
(2474, 59, 0),
(2474, 74, 0),
(2474, 77, 0),
(2474, 78, 0),
(2474, 80, 0),
(2474, 81, 0),
(2474, 82, 0),
(2474, 83, 0),
(2474, 84, 0),
(2474, 85, 0),
(2475, 82, 0),
(2475, 83, 0),
(2476, 82, 0),
(2476, 84, 0),
(2477, 81, 0),
(2477, 83, 0),
(2478, 81, 0),
(2478, 84, 0),
(2479, 80, 0),
(2479, 83, 0),
(2480, 80, 0),
(2480, 84, 0),
(2482, 59, 0),
(2482, 74, 0),
(2482, 77, 0),
(2482, 88, 0),
(2482, 89, 0),
(2488, 82, 0),
(2488, 83, 0),
(2489, 82, 0),
(2489, 84, 0),
(2490, 81, 0),
(2490, 83, 0),
(2491, 81, 0),
(2491, 84, 0),
(2492, 80, 0),
(2492, 83, 0),
(2493, 80, 0),
(2493, 84, 0),
(2508, 82, 0),
(2508, 83, 0),
(2509, 82, 0),
(2509, 84, 0),
(2510, 81, 0),
(2510, 83, 0),
(2511, 81, 0),
(2511, 84, 0),
(2512, 80, 0),
(2512, 83, 0),
(2513, 80, 0),
(2513, 84, 0),
(2737, 97, 0),
(2756, 97, 0),
(2759, 97, 0),
(2761, 97, 0),
(3198, 113, 0),
(3199, 113, 0),
(8860, 45, 0),
(17405, 118, 0),
(17759, 163, 0),
(17773, 164, 0),
(17774, 164, 0),
(17775, 164, 0),
(17800, 165, 0),
(17802, 165, 0),
(17804, 165, 0),
(17806, 165, 0),
(17814, 166, 0),
(17821, 166, 0),
(17827, 166, 0),
(17834, 166, 0),
(17841, 166, 0),
(17848, 166, 0),
(17880, 113, 0),
(17882, 113, 0),
(17884, 195, 0),
(17886, 195, 0),
(17888, 195, 0),
(17907, 167, 0),
(17909, 167, 0),
(17911, 167, 0),
(17913, 167, 0),
(17915, 167, 0),
(17917, 167, 0),
(17919, 167, 0),
(17921, 167, 0),
(17923, 167, 0),
(17933, 168, 0),
(17935, 168, 0),
(17936, 168, 0),
(17938, 168, 0),
(17940, 168, 0),
(17942, 168, 0),
(17965, 160, 0),
(17965, 162, 0),
(17965, 169, 0),
(17965, 188, 0),
(17965, 189, 0),
(17970, 91, 0),
(17970, 169, 0),
(17970, 190, 0),
(17970, 191, 0),
(17970, 192, 0),
(17970, 193, 0),
(17972, 93, 0),
(17972, 160, 0),
(17972, 162, 0),
(17972, 169, 0),
(17972, 188, 0),
(17972, 189, 0),
(17974, 94, 0),
(17974, 160, 0),
(17974, 162, 0),
(17974, 169, 0),
(17974, 188, 0),
(17974, 189, 0),
(17978, 96, 0),
(17978, 160, 0),
(17978, 162, 0),
(17978, 169, 0),
(17978, 188, 0),
(17978, 189, 0),
(18028, 170, 0),
(18030, 170, 0),
(18032, 170, 0),
(18034, 170, 0),
(18067, 171, 0),
(18068, 171, 0),
(18069, 171, 0),
(18070, 171, 0),
(18071, 171, 0),
(18124, 176, 0),
(18125, 176, 0),
(18126, 176, 0),
(18150, 177, 0),
(18151, 177, 0),
(18152, 177, 0),
(18154, 177, 0),
(18165, 160, 0),
(18165, 162, 0),
(18165, 178, 0),
(18165, 188, 0),
(18165, 189, 0),
(18169, 160, 0),
(18169, 162, 0),
(18169, 178, 0),
(18169, 188, 0),
(18169, 189, 0),
(18171, 160, 0),
(18171, 162, 0),
(18171, 178, 0),
(18171, 188, 0),
(18171, 189, 0),
(18174, 160, 0),
(18174, 162, 0),
(18174, 178, 0),
(18174, 188, 0),
(18174, 189, 0),
(18176, 178, 0),
(18176, 184, 0),
(18176, 185, 0),
(18176, 186, 0),
(18176, 187, 0),
(18193, 179, 0),
(18195, 179, 0),
(18197, 179, 0),
(18199, 179, 0),
(18245, 180, 0),
(18247, 180, 0),
(18249, 180, 0),
(18251, 180, 0),
(18265, 59, 0),
(18265, 77, 0),
(18265, 88, 0),
(18265, 89, 0),
(18265, 181, 0),
(18269, 59, 0),
(18269, 77, 0),
(18269, 88, 0),
(18269, 89, 0),
(18269, 181, 0),
(18271, 59, 0),
(18271, 77, 0),
(18271, 88, 0),
(18271, 89, 0),
(18271, 181, 0),
(18288, 182, 0),
(18288, 184, 0),
(18288, 185, 0),
(18288, 186, 0),
(18288, 187, 0),
(18290, 182, 0),
(18290, 184, 0),
(18290, 185, 0),
(18290, 186, 0),
(18290, 187, 0),
(18292, 182, 0),
(18292, 184, 0),
(18292, 185, 0),
(18292, 186, 0),
(18292, 187, 0),
(18294, 182, 0),
(18294, 184, 0),
(18294, 185, 0),
(18294, 186, 0),
(18294, 187, 0),
(18296, 182, 0),
(18296, 184, 0),
(18296, 185, 0),
(18296, 186, 0),
(18296, 187, 0),
(18326, 183, 0),
(18328, 183, 0),
(18330, 183, 0),
(18357, 182, 0),
(18357, 184, 0),
(18357, 185, 0),
(18357, 186, 0),
(18357, 187, 0),
(18359, 182, 0),
(18359, 184, 0),
(18359, 185, 0),
(18359, 186, 0),
(18359, 187, 0),
(18361, 182, 0),
(18361, 184, 0),
(18361, 185, 0),
(18361, 186, 0),
(18361, 187, 0),
(18363, 182, 0),
(18363, 184, 0),
(18363, 185, 0),
(18363, 186, 0),
(18363, 187, 0),
(18384, 118, 0),
(18676, 194, 0),
(19861, 179, 0),
(19862, 179, 0),
(19863, 179, 0),
(19864, 179, 0),
(19865, 179, 0),
(20103, 195, 0),
(20104, 196, 0),
(20106, 196, 0),
(20108, 196, 0),
(20110, 196, 0),
(20112, 197, 0),
(20114, 197, 0),
(20116, 197, 0),
(20118, 197, 0),
(20188, 118, 0),
(20257, 194, 0),
(20292, 194, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'elementor_library_type', '', 0, 0),
(3, 3, 'elementor_library_type', '', 0, 0),
(13, 13, 'category', '', 0, 4),
(44, 44, 'tribe_events_cat', '', 0, 5),
(45, 45, 'tribe_events_cat', '', 0, 5),
(58, 58, 'tribe_events_cat', '', 0, 5),
(59, 59, 'product_type', '', 0, 17),
(60, 60, 'product_type', '', 0, 0),
(61, 61, 'product_type', '', 0, 1),
(62, 62, 'product_type', '', 0, 0),
(63, 63, 'product_visibility', '', 0, 0),
(64, 64, 'product_visibility', '', 0, 0),
(65, 65, 'product_visibility', '', 0, 0),
(66, 66, 'product_visibility', '', 0, 0),
(67, 67, 'product_visibility', '', 0, 0),
(68, 68, 'product_visibility', '', 0, 0),
(69, 69, 'product_visibility', '', 0, 0),
(70, 70, 'product_visibility', '', 0, 0),
(71, 71, 'product_visibility', '', 0, 4),
(72, 72, 'product_cat', '', 0, 0),
(73, 73, 'product_cat', '', 0, 2),
(74, 74, 'product_cat', '', 0, 4),
(75, 75, 'product_cat', '', 0, 2),
(76, 76, 'product_tag', '', 0, 3),
(77, 77, 'product_tag', '', 0, 12),
(78, 78, 'product_tag', '', 0, 13),
(79, 79, 'product_tag', '', 0, 6),
(80, 80, 'pa_color', '', 0, 4),
(81, 81, 'pa_color', '', 0, 3),
(82, 82, 'pa_color', '', 0, 4),
(83, 83, 'pa_material', '', 0, 3),
(84, 84, 'pa_material', '', 0, 3),
(85, 85, 'product_tag', '', 0, 3),
(86, 86, 'product_tag', '', 0, 3),
(87, 87, 'product_tag', '', 0, 3),
(88, 88, 'product_tag', '', 0, 5),
(89, 89, 'product_tag', '', 0, 6),
(91, 91, 'post_format', '', 0, 1),
(93, 93, 'post_format', '', 0, 1),
(94, 94, 'post_format', '', 0, 1),
(96, 96, 'post_format', '', 0, 1),
(97, 97, 'cpt_portfolio_group', '', 0, 4),
(113, 113, 'cpt_portfolio_group', '', 0, 4),
(115, 115, 'product_cat', '', 0, 2),
(117, 117, 'cpt_services_group', '', 0, 4),
(118, 118, 'nav_menu', '', 0, 3),
(149, 149, 'booked_custom_calendars', '', 0, 0),
(160, 160, 'post_tag', '', 0, 8),
(162, 162, 'post_tag', '', 0, 8),
(163, 163, 'wp_theme', '', 0, 1),
(164, 164, 'cpt_testimonials_group', '', 0, 3),
(165, 165, 'cpt_services_group', '', 0, 4),
(166, 166, 'cpt_team_group', '', 0, 6),
(167, 167, 'cpt_portfolio_group', '', 0, 9),
(168, 168, 'cpt_portfolio_group', '', 0, 6),
(169, 169, 'category', '', 0, 5),
(170, 170, 'cpt_services_group', '', 0, 4),
(171, 171, 'cpt_testimonials_group', '', 0, 5),
(172, 172, 'product_cat', '', 0, 1),
(173, 173, 'product_cat', '', 0, 1),
(174, 174, 'product_cat', '', 0, 2),
(175, 175, 'product_cat', '', 0, 1),
(176, 176, 'cpt_services_group', '', 0, 3),
(177, 177, 'cpt_services_group', '', 0, 4),
(178, 178, 'category', '', 0, 5),
(179, 179, 'cpt_portfolio_group', '', 0, 9),
(180, 180, 'cpt_services_group', '', 0, 4),
(181, 181, 'product_cat', '', 0, 3),
(182, 182, 'category', '', 0, 9),
(183, 183, 'cpt_testimonials_group', '', 0, 3),
(184, 184, 'post_tag', '', 0, 10),
(185, 185, 'post_tag', '', 0, 10),
(186, 186, 'post_tag', '', 0, 10),
(187, 187, 'post_tag', '', 0, 10),
(188, 188, 'post_tag', '', 0, 8),
(189, 189, 'post_tag', '', 0, 8),
(190, 190, 'post_tag', '', 0, 5),
(191, 191, 'post_tag', '', 0, 5),
(192, 192, 'post_tag', '', 0, 5),
(193, 193, 'post_tag', '', 0, 5),
(194, 194, 'nav_menu', '', 0, 3),
(195, 195, 'cpt_portfolio_group', '', 0, 4),
(196, 196, 'cpt_portfolio_group', '', 0, 4),
(197, 197, 'cpt_portfolio_group', '', 0, 4);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_tinvwl_analytics`
--

CREATE TABLE `wp_tinvwl_analytics` (
  `ID` varchar(32) NOT NULL,
  `wishlist_id` bigint(20) NOT NULL DEFAULT 0,
  `product_id` bigint(20) NOT NULL DEFAULT 0,
  `variation_id` bigint(20) NOT NULL DEFAULT 0,
  `visite_author` bigint(20) NOT NULL DEFAULT 0,
  `visite` bigint(20) NOT NULL DEFAULT 0,
  `click_author` bigint(20) NOT NULL DEFAULT 0,
  `click` bigint(20) NOT NULL DEFAULT 0,
  `cart` bigint(20) NOT NULL DEFAULT 0,
  `sell_of_wishlist` bigint(20) NOT NULL DEFAULT 0,
  `sell_as_gift` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_tinvwl_items`
--

CREATE TABLE `wp_tinvwl_items` (
  `ID` bigint(20) NOT NULL,
  `wishlist_id` bigint(20) NOT NULL DEFAULT 0,
  `product_id` bigint(20) NOT NULL DEFAULT 0,
  `variation_id` bigint(20) NOT NULL DEFAULT 0,
  `formdata` text DEFAULT NULL,
  `author` bigint(20) NOT NULL DEFAULT 0,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `quantity` bigint(20) NOT NULL DEFAULT 1,
  `price` varchar(255) NOT NULL DEFAULT '0',
  `in_stock` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_tinvwl_lists`
--

CREATE TABLE `wp_tinvwl_lists` (
  `ID` bigint(20) NOT NULL,
  `author` bigint(20) NOT NULL DEFAULT 0,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `title` text DEFAULT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'public',
  `type` varchar(20) NOT NULL DEFAULT 'list',
  `share_key` varchar(45) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Volcado de datos para la tabla `wp_tinvwl_lists`
--

INSERT INTO `wp_tinvwl_lists` (`ID`, `author`, `date`, `title`, `status`, `type`, `share_key`) VALUES
(1, 1, '2023-10-03 20:10:20', '', 'share', 'default', 'bbbe08');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'fineuser'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"4ec07ea5c5502527b9a69afa49e63596e044b1286c72944d3764446a86183f47\";a:4:{s:10:\"expiration\";i:1698506925;s:2:\"ip\";s:14:\"45.177.197.219\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36\";s:5:\"login\";i:1698334125;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '20339'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"45.177.197.0\";}'),
(19, 1, '_woocommerce_tracks_anon_id', 'woo:LrTBP12WCKAXN39BKOAXoUnb'),
(20, 1, 'wc_last_active', '1696377600'),
(21, 1, 'wp_user-settings-time', '1696400790'),
(22, 1, 'meta-box-order_post', 'a:3:{s:6:\"normal\";s:74:\"fabric_override_options_post,trx_addons_meta_box,slider_revolution_metabox\";s:4:\"side\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}'),
(23, 1, 'trx_addons_options', 'a:1:{s:7:\"socials\";a:4:{i:0;a:3:{s:4:\"name\";s:15:\"icon-facebook-1\";s:5:\"title\";s:8:\"Facebook\";s:3:\"url\";s:52:\"https://www.facebook.com/AxiomThemes-505060569826537\";}i:1;a:3:{s:4:\"name\";s:16:\"icon-twitter-new\";s:5:\"title\";s:7:\"Twitter\";s:3:\"url\";s:31:\"https://twitter.com/ThemesAxiom\";}i:2;a:3:{s:4:\"name\";s:16:\"icon-dribble-new\";s:5:\"title\";s:7:\"Dribble\";s:3:\"url\";s:32:\"https://dribbble.com/AxiomThemes\";}i:3;a:3:{s:4:\"name\";s:14:\"icon-instagram\";s:5:\"title\";s:9:\"Instagram\";s:3:\"url\";s:39:\"https://www.instagram.com/axiom_themes/\";}}}'),
(25, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(26, 1, 'metaboxhidden_nav-menus', 'a:8:{i:0;s:30:\"add-post-type-cpt_testimonials\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:21:\"add-cpt_layouts_group\";i:4;s:23:\"add-cpt_portfolio_group\";i:5;s:22:\"add-cpt_services_group\";i:6;s:18:\"add-cpt_team_group\";i:7;s:26:\"add-cpt_testimonials_group\";}'),
(27, 1, 'closedpostboxes_post', 'a:1:{i:0;s:25:\"slider_revolution_metabox\";}'),
(28, 1, 'metaboxhidden_post', 'a:0:{}'),
(29, 1, '_woocommerce_tracks_anon_id', 'woo:8yxSmH6vwn3QXjPzgvd354/n'),
(30, 1, 'wc_last_active', '1696377600'),
(67, 1, 'closedpostboxes_cpt_services', 'a:0:{}'),
(68, 1, 'metaboxhidden_cpt_services', 'a:0:{}'),
(74, 1, 'tribe_setDefaultNavMenuBoxes', '1'),
(76, 1, 'nav_menu_recently_edited', '194'),
(89, 1, 'billing_first_name', 'FName1'),
(90, 1, 'billing_last_name', 'LName1'),
(91, 1, 'billing_company', ''),
(92, 1, 'billing_address_1', ''),
(93, 1, 'billing_address_2', ''),
(94, 1, 'billing_city', ''),
(95, 1, 'billing_postcode', ''),
(96, 1, 'billing_country', ''),
(97, 1, 'billing_state', 'MY'),
(98, 1, 'billing_phone', ''),
(99, 1, 'billing_email', 'user1@user-mail.net'),
(100, 1, 'shipping_first_name', ''),
(101, 1, 'shipping_last_name', ''),
(102, 1, 'shipping_company', ''),
(103, 1, 'shipping_address_1', ''),
(104, 1, 'shipping_address_2', ''),
(105, 1, 'shipping_city', ''),
(106, 1, 'shipping_postcode', ''),
(107, 1, 'shipping_country', ''),
(108, 1, 'shipping_state', ''),
(109, 1, 'last_update', '1696451579'),
(122, 1, 'closedpostboxes_nav-menus', 'a:0:{}'),
(162, 1, 'wp_media_library_mode', 'grid'),
(170, 1, 'shipping_method', 'a:1:{i:0;s:11:\"flat_rate:4\";}'),
(189, 1, 'closedpostboxes_cpt_portfolio', 'a:0:{}'),
(190, 1, 'metaboxhidden_cpt_portfolio', 'a:0:{}'),
(239, 1, 'closedpostboxes_adp-popup', 'a:0:{}'),
(240, 1, 'metaboxhidden_adp-popup', 'a:0:{}'),
(241, 1, 'closedpostboxes_page', 'a:1:{i:0;s:25:\"slider_revolution_metabox\";}'),
(242, 1, 'metaboxhidden_page', 'a:0:{}'),
(260, 1, 'booked_phone', ''),
(309, 1, 'elementor_preferences', 'a:0:{}'),
(322, 1, 'meta-box-order_page', 'a:3:{s:8:\"advanced\";s:54:\"fabric_override_options_page,slider_revolution_metabox\";s:4:\"side\";s:0:\"\";s:6:\"normal\";s:0:\"\";}'),
(323, 1, 'enable_custom_fields', ''),
(331, 1, 'meta-box-order_cpt_team', 'a:3:{s:8:\"advanced\";s:68:\"secondary_image,trx_addons_meta_box,fabric_override_options_cpt_team\";s:4:\"side\";s:0:\"\";s:6:\"normal\";s:0:\"\";}'),
(342, 1, 'dismissed_update_notice', '1'),
(355, 1, 'closedpostboxes_cpt_team', 'a:0:{}'),
(356, 1, 'metaboxhidden_cpt_team', 'a:0:{}'),
(401, 1, 'meta-box-order_cpt_portfolio', 'a:3:{s:8:\"advanced\";s:57:\"trx_addons_meta_box,fabric_override_options_cpt_portfolio\";s:4:\"side\";s:0:\"\";s:6:\"normal\";s:0:\"\";}'),
(424, 1, 'elementor_admin_notices', 'a:2:{s:19:\"woocommerce_promote\";s:4:\"true\";s:16:\"rate_us_feedback\";s:4:\"true\";}'),
(425, 1, 'dismissed_no_secure_connection_notice', '1'),
(426, 1, 'tribe-dismiss-notice', 'wp_version_57'),
(427, 1, 'edit_cpt_layouts_per_page', '100'),
(428, 1, 'edit_page_per_page', '100'),
(429, 1, 'edit_post_per_page', '100'),
(430, 1, 'edit_cpt_portfolio_per_page', '100'),
(431, 1, 'edit_cpt_services_per_page', '100'),
(432, 1, 'edit_cpt_testimonials_per_page', '50'),
(433, 1, 'woocommerce_admin_task_list_tracked_started_tasks', '{\"payments\":1}'),
(443, 1, 'meta-box-order_product', 'a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),
(446, 1, '_woocommerce_persistent_cart_1', 'a:1:{s:4:\"cart\";a:0:{}}'),
(458, 1, 'shipping_phone', ''),
(462, 1, 'wp_persisted_preferences', 'a:2:{s:14:\"core/edit-post\";a:4:{s:12:\"welcomeGuide\";b:0;s:26:\"isComplementaryAreaVisible\";b:1;s:10:\"editorMode\";s:6:\"visual\";s:10:\"openPanels\";a:3:{i:0;s:11:\"post-status\";i:1;s:12:\"post-excerpt\";i:2;s:32:\"taxonomy-panel-cpt_layouts_group\";}}s:9:\"_modified\";s:24:\"2023-10-26T15:33:40.211Z\";}'),
(463, 1, 'session_tokens', 'a:1:{s:64:\"4ec07ea5c5502527b9a69afa49e63596e044b1286c72944d3764446a86183f47\";a:4:{s:10:\"expiration\";i:1698506925;s:2:\"ip\";s:14:\"45.177.197.219\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36\";s:5:\"login\";i:1698334125;}}'),
(464, 1, 'elementor_introduction', 'a:3:{s:27:\"ai-get-started-announcement\";b:1;s:7:\"exit_to\";b:1;s:6:\"e-apps\";b:1;}'),
(465, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce'),
(466, 1, 'closedpostboxes_cpt_layouts', 'a:0:{}'),
(467, 1, 'metaboxhidden_cpt_layouts', 'a:0:{}');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'fineuser', '$P$BGzLrzHWDwB3ZLA8voinvC.dsEtyGg.', 'fineuser', 'informes@softlabstudio.com', 'https://inkafine.com', '2023-10-04 00:51:13', '', 0, 'fineuser');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_admin_notes`
--

CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_wc_admin_notes`
--

INSERT INTO `wp_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES
(1, 'wc-refund-returns-page', 'info', 'en_US', 'Setup a Refund and Returns Policy page to boost your store\'s credibility.', 'We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.', '{}', 'unactioned', 'woocommerce-core', '2023-10-04 01:09:55', NULL, 0, 'plain', '', 0, 1, 'info'),
(2, 'wayflyer_bnpl_q4_2021', 'marketing', 'en_US', 'Grow your business with funding through Wayflyer', 'Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(3, 'wc_shipping_mobile_app_usps_q4_2021', 'marketing', 'en_US', 'Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App', 'Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(4, 'woocommerce-services', 'info', 'en_US', 'WooCommerce Shipping & Tax', 'WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(5, 'your-first-product', 'info', 'en_US', 'Your first product', 'That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(6, 'wc-admin-optimizing-the-checkout-flow', 'info', 'en_US', 'Optimizing the checkout flow', 'It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.', '{}', 'unactioned', 'woocommerce.com', '2023-10-04 01:12:04', NULL, 0, 'plain', '', 0, 1, 'info'),
(7, 'wc-payments-qualitative-feedback', 'info', 'en_US', 'WooCommerce Payments setup - let us know what you think', 'Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(8, 'share-your-feedback-on-paypal', 'info', 'en_US', 'Share your feedback on PayPal', 'Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(9, 'google_listings_and_ads_install', 'marketing', 'en_US', 'Drive traffic and sales with Google', 'Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(10, 'wc-subscriptions-security-update-3-0-15', 'info', 'en_US', 'WooCommerce Subscriptions security update!', 'We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(11, 'woocommerce-core-update-5-4-0', 'info', 'en_US', 'Update to WooCommerce 5.4.1 now', 'WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(12, 'wcpay-promo-2020-11', 'marketing', 'en_US', 'wcpay-promo-2020-11', 'wcpay-promo-2020-11', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(13, 'wcpay-promo-2020-12', 'marketing', 'en_US', 'wcpay-promo-2020-12', 'wcpay-promo-2020-12', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(14, 'ppxo-pps-upgrade-paypal-payments-1', 'info', 'en_US', 'Get the latest PayPal extension for WooCommerce', 'Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(15, 'ppxo-pps-upgrade-paypal-payments-2', 'info', 'en_US', 'Upgrade your PayPal experience!', 'Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(16, 'woocommerce-core-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(17, 'woocommerce-blocks-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(18, 'woocommerce-core-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(19, 'woocommerce-blocks-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(20, 'habit-moment-survey', 'marketing', 'en_US', 'We’re all ears! Share your experience so far with WooCommerce', 'We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(21, 'woocommerce-core-paypal-march-2022-updated', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(22, 'woocommerce-core-paypal-march-2022-updated-nopp', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(23, 'pinterest_03_2022_update', 'marketing', 'en_US', 'Your Pinterest for WooCommerce plugin is out of date!', 'Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(24, 'store_setup_survey_survey_q2_2022', 'survey', 'en_US', 'How is your store setup going?', 'Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(25, 'woocommerce-payments-august-2022-need-to-update', 'update', 'en_US', 'Action required: Please update WooCommerce Payments', 'An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(26, 'woocommerce-payments-august-2022-store-patched', 'update', 'en_US', 'WooCommerce Payments has been automatically updated', 'You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(27, 'needs-update-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'Security vulnerability patched in WooCommerce Eway Gateway', 'In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(28, 'updated-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'WooCommerce Eway Gateway has been automatically updated', 'Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(29, 'ecomm-wc-navigation-survey-2023', 'info', 'en_US', 'Navigating WooCommerce on WordPress.com', 'We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(30, 'woopay-beta-merchantrecruitment-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(31, 'woocommerce-wcpay-march-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Payments', '<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(32, 'tap_to_pay_iphone_q2_2023_no_wcpay', 'marketing', 'en_US', 'Accept in-person contactless payments on your iPhone', 'Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.', '{}', 'unactioned', 'woocommerce.com', '2023-10-04 01:12:04', NULL, 0, 'plain', '', 0, 1, 'info'),
(33, 'woocommerce-WCPreOrders-april-2023-update-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Pre-Orders extension', '<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(34, 'woopay-beta-merchantrecruitment-update-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(35, 'woopay-beta-existingmerchants-noaction-27APR23', 'info', 'en_US', 'WooPay is back!', 'Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(36, 'woopay-beta-existingmerchants-update-27APR23', 'info', 'en_US', 'WooPay is back!', 'Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(37, 'woopay-beta-merchantrecruitment-short-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(38, 'woopay-beta-merchantrecruitment-short-update-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(39, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTA', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(40, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTB', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(41, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTC', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(42, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTD', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(43, 'woopay-beta-merchantrecruitment-short-09MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(44, 'woopay-beta-merchantrecruitment-short-update-09MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(45, 'woocommerce-WCstripe-May-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Stripe plugin', '<strong>Your store requires a security update for the WooCommerce Stripe plugin</strong>. Please update the WooCommerce Stripe plugin immediately to address a potential vulnerability.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(46, 'woocommerce-WCPayments-June-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Payments', '<strong>Your store requires a security update for the WooCommerce Payments plugin</strong>. Please update the WooCommerce Payments plugin immediately to address a potential vulnerability.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(47, 'woocommerce-WCSubscriptions-June-2023-updated-needed', 'marketing', 'en_US', 'Action required: Security update of WooCommerce Subscriptions', '<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(48, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Returns and Warranty Requests extension', '<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(49, 'woocommerce-WCOPC-June-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce One Page Checkout', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(50, 'woocommerce-WCGC-July-2023-update-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce GoCardless Extension', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(51, 'woocommerce-shipping-fedex-api-outage-2023-07-16', 'warning', 'en_US', 'Scheduled FedEx API outage — July 2023', 'On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(52, 'wcship-2023-07-hazmat-update-needed', 'update', 'en_US', 'Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension', '<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(53, 'woocommerce-WCStripe-Aug-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Stripe plugin', '<strong>Your shop requires an important security update for the  WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(54, 'woocommerce-WCStripe-Aug-2023-security-updated', 'update', 'en_US', 'Security update of WooCommerce Stripe plugin', '<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(55, 'woocommerce-WooPayments-Aug-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooPayments (WooCommerce Payments) plugin', '<strong>Your shop requires an important security update for the WooPayments (WooCommerce Payments) extension</strong>. The fix for this vulnerability was released on July 31. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(56, 'woocommerce-WooPayments-Aug-2023-security-updated', 'update', 'en_US', 'Security update of WooPayments (WooCommerce Payments) plugin', '<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(57, 'avalara_q3-2023_noAvaTax', 'marketing', 'en_US', 'Automatically calculate VAT in real time', 'Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(58, 'woo-activation-survey-blockers-22AUG23', 'info', 'en_US', 'How can we help you get that first sale?', 'Your feedback is vital. Please take a minute to share your experience of setting up your new store and whether anything is preventing you from making those first few sales. Together, we can make Woo even better!', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(59, 'woocommerce-usermeta-Sept2023-productvendors', 'update', 'en_US', 'Your store requires a security update', '<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.', '{}', 'pending', 'woocommerce.com', '2023-10-04 01:09:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(60, 'wc-update-db-reminder', 'update', 'en_US', 'WooCommerce database update required', 'WooCommerce has been updated! To keep things running smoothly, we have to update your database to the newest version. The database update process runs in the background and may take a little while, so please be patient. Advanced users can alternatively update via <a href=\"https://github.com/woocommerce/woocommerce/wiki/Upgrading-the-database-using-WP-CLI\">WP CLI</a>.', '{}', 'unactioned', 'woocommerce-core', '2023-10-04 01:12:48', NULL, 0, 'plain', '', 0, 0, 'info'),
(61, 'wc-admin-wc-helper-connection', 'info', 'en_US', 'Connect to WooCommerce.com', 'Connect to get important product notifications and updates.', '{}', 'unactioned', 'woocommerce-admin', '2023-10-04 06:27:31', NULL, 0, 'plain', '', 0, 1, 'info');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_admin_note_actions`
--

CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `query` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `actioned_text` varchar(255) NOT NULL,
  `nonce_action` varchar(255) DEFAULT NULL,
  `nonce_name` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_wc_admin_note_actions`
--

INSERT INTO `wp_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES
(1, 1, 'notify-refund-returns-page', 'Edit page', 'https://inkafine.com/wp-admin/post.php?post=35&action=edit', 'actioned', '', NULL, NULL),
(732, 61, 'connect', 'Connect', '?page=wc-addons&section=helper', 'unactioned', '', NULL, NULL),
(1017, 60, 'update-db_run', 'Update WooCommerce Database', 'https://inkafine.com/wp-admin/plugins.php?action=deactivate&plugin=woocommerce%2Fwoocommerce.php&plugin_status=all&paged=1&s&do_update_woocommerce=true', 'unactioned', 'wc_db_update', 'wc_db_update', 'wc_db_update_nonce'),
(1018, 60, 'update-db_learn-more', 'Learn more about updates', 'https://docs.woocommerce.com/document/how-to-update-woocommerce/', 'unactioned', '', NULL, NULL),
(1019, 2, 'wayflyer_bnpl_q4_2021', 'Level up with funding', 'https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021', 'actioned', '', NULL, NULL),
(1020, 3, 'wc_shipping_mobile_app_usps_q4_2021', 'Get WooCommerce Shipping', 'https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021', 'actioned', '', NULL, NULL),
(1021, 4, 'learn-more', 'Learn more', 'https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox', 'unactioned', '', NULL, NULL),
(1022, 5, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'actioned', '', NULL, NULL),
(1023, 6, 'optimizing-the-checkout-flow', 'Learn more', 'https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow', 'actioned', '', NULL, NULL),
(1024, 7, 'qualitative-feedback-from-new-users', 'Share feedback', 'https://automattic.survey.fm/wc-pay-new', 'actioned', '', NULL, NULL),
(1025, 8, 'share-feedback', 'Share feedback', 'http://automattic.survey.fm/paypal-feedback', 'unactioned', '', NULL, NULL),
(1026, 9, 'get-started', 'Get started', 'https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started', 'actioned', '', NULL, NULL),
(1027, 10, 'update-wc-subscriptions-3-0-15', 'View latest version', 'https://inkafine.com/wp-admin/&page=wc-addons&section=helper', 'actioned', '', NULL, NULL),
(1028, 11, 'update-wc-core-5-4-0', 'How to update WooCommerce', 'https://docs.woocommerce.com/document/how-to-update-woocommerce/', 'actioned', '', NULL, NULL),
(1029, 14, 'ppxo-pps-install-paypal-payments-1', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', '', NULL, NULL),
(1030, 15, 'ppxo-pps-install-paypal-payments-2', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', '', NULL, NULL),
(1031, 16, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(1032, 16, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(1033, 17, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(1034, 17, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(1035, 18, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(1036, 18, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(1037, 19, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(1038, 19, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(1039, 20, 'share-feedback', 'Share feedback', 'https://automattic.survey.fm/store-management', 'unactioned', '', NULL, NULL),
(1040, 21, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', '', NULL, NULL),
(1041, 21, 'woocommerce-core-paypal-march-2022-dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(1042, 22, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', '', NULL, NULL),
(1043, 22, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(1044, 23, 'pinterest_03_2022_update', 'Update Instructions', 'https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3', 'actioned', '', NULL, NULL),
(1045, 24, 'store_setup_survey_survey_q2_2022_share_your_thoughts', 'Tell us how it’s going', 'https://automattic.survey.fm/store-setup-survey-2022', 'actioned', '', NULL, NULL),
(1046, 25, 'learn-more', 'Find out more', 'https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/', 'unactioned', '', NULL, NULL),
(1047, 25, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(1048, 26, 'learn-more', 'Find out more', 'https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/', 'unactioned', '', NULL, NULL),
(1049, 26, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(1050, 27, 'needs-update-eway-payment-gateway-rin-action-button-2022-12-20', 'See available updates', 'https://inkafine.com/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(1051, 27, 'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1052, 28, 'updated-eway-payment-gateway-rin-action-button-2022-12-20', 'See all updates', 'https://inkafine.com/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(1053, 28, 'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1054, 29, 'share-navigation-survey-feedback', 'Share feedback', 'https://automattic.survey.fm/new-ecommerce-plan-navigation', 'actioned', '', NULL, NULL),
(1055, 30, 'woopay-beta-merchantrecruitment-activate-04MAY23', 'Activate WooPay', 'https://inkafine.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(1056, 30, 'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23', 'unactioned', '', NULL, NULL),
(1057, 31, 'woocommerce-wcpay-march-2023-update-needed-button', 'See Blog Post', 'https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know', 'unactioned', '', NULL, NULL),
(1058, 31, 'woocommerce-wcpay-march-2023-update-needed-dismiss-button', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1059, 32, 'tap_to_pay_iphone_q2_2023_no_wcpay', 'Simplify my payments', 'https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay', 'actioned', '', NULL, NULL),
(1060, 33, 'extension-settings', 'See available updates', 'https://inkafine.com/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(1061, 33, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1062, 34, 'woopay-beta-merchantrecruitment-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(1063, 34, 'woopay-beta-merchantrecruitment-update-activate-04MAY23', 'Activate WooPay', 'https://inkafine.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(1064, 35, 'woopay-beta-existingmerchants-noaction-documentation-27APR23', 'Documentation', 'https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23', 'actioned', '', NULL, NULL),
(1065, 36, 'woopay-beta-existingmerchants-update-WCPay-27APR23', 'Update WooCommerce Payments', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'actioned', '', NULL, NULL),
(1066, 37, 'woopay-beta-merchantrecruitment-short-activate-04MAY23', 'Activate WooPay', 'https://inkafine.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(1067, 37, 'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23', 'actioned', '', NULL, NULL),
(1068, 38, 'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(1069, 38, 'woopay-beta-merchantrecruitment-short-update-activate-04MAY23', 'Activate WooPay', 'https://inkafine.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(1070, 39, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA', 'Activate WooPay Test A', 'https://inkafine.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(1071, 39, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'unactioned', '', NULL, NULL),
(1072, 40, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB', 'Activate WooPay Test B', 'https://inkafine.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(1073, 40, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'unactioned', '', NULL, NULL),
(1074, 41, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC', 'Activate WooPay Test C', 'https://inkafine.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(1075, 41, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC', 'unactioned', '', NULL, NULL),
(1076, 42, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD', 'Activate WooPay Test D', 'https://inkafine.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(1077, 42, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD', 'unactioned', '', NULL, NULL),
(1078, 43, 'woopay-beta-merchantrecruitment-short-activate-button-09MAY23', 'Activate WooPay', 'https://inkafine.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(1079, 43, 'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23', 'unactioned', '', NULL, NULL),
(1080, 44, 'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23', 'Update WooCommerce Payments', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(1081, 44, 'woopay-beta-merchantrecruitment-short-update-activate-09MAY23', 'Activate WooPay', 'https://inkafine.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(1082, 45, 'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings', 'See available updates', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(1083, 45, 'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings-dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1084, 46, 'woocommerce-WCPayments-June-2023-updated-needed-Plugin-Settings', 'See available updates', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(1085, 46, 'woocommerce-WCPayments-June-2023-updated-needed-Dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1086, 47, 'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings', 'See available updates', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(1087, 47, 'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1088, 48, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'See available updates', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(1089, 48, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1090, 49, 'woocommerce-WCOPC-June-2023-updated-needed', 'See available updates', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'actioned', '', NULL, NULL),
(1091, 49, 'woocommerce-WCOPC-June-2023-updated-needed', 'Dismiss', 'https://inkafine.com/wp-admin/#', 'actioned', '', NULL, NULL),
(1092, 50, 'woocommerce-WCGC-July-2023-update-needed', 'See available updates', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(1093, 50, 'woocommerce-WCGC-July-2023-update-needed', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1094, 51, 'learn-more', 'Learn more', 'https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage', 'unactioned', '', NULL, NULL),
(1095, 52, 'plugin-list', 'See available updates', 'https://inkafine.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(1096, 52, 'dismiss', 'Dismiss', 'https://inkafine.com/wp-admin/admin.php?page=wc-admin', 'actioned', '', NULL, NULL),
(1097, 53, 'woocommerce-WCStripe-Aug-2023-update-needed', 'See available updates', 'https://inkafine.com/wp-admin/update-core.php?', 'unactioned', '', NULL, NULL),
(1098, 53, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1099, 54, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1100, 55, 'woocommerce-WooPayments-Aug-2023-update-needed', 'See available updates', 'https://inkafine.com/wp-admin/update-core.php?', 'unactioned', '', NULL, NULL),
(1101, 55, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1102, 56, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(1103, 57, 'avalara_q3-2023_noAvaTax', 'Automate my sales tax', 'https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax', 'unactioned', '', NULL, NULL),
(1104, 58, 'woo-activation-survey-blockers-survey-button-22AUG23', 'Take our short survey', 'https://woocommerce.survey.fm/getting-started-with-woo', 'unactioned', '', NULL, NULL),
(1105, 59, 'woocommerce-usermeta-Sept2023-productvendors', 'See available updates', 'https://inkafine.com/wp-admin/plugins.php', 'unactioned', '', NULL, NULL),
(1106, 59, 'dismiss', 'Dismiss', 'https://inkafine.com/wp-admin/#', 'actioned', '', NULL, NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_category_lookup`
--

CREATE TABLE `wp_wc_category_lookup` (
  `category_tree_id` bigint(20) UNSIGNED NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_wc_category_lookup`
--

INSERT INTO `wp_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES
(72, 72),
(73, 73),
(74, 74),
(75, 75),
(115, 115),
(172, 172),
(173, 173),
(174, 174),
(175, 175),
(181, 181);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_customer_lookup`
--

CREATE TABLE `wp_wc_customer_lookup` (
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `username` varchar(60) NOT NULL DEFAULT '',
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) NOT NULL DEFAULT '',
  `postcode` varchar(20) NOT NULL DEFAULT '',
  `city` varchar(100) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_wc_customer_lookup`
--

INSERT INTO `wp_wc_customer_lookup` (`customer_id`, `user_id`, `username`, `first_name`, `last_name`, `email`, `date_last_active`, `date_registered`, `country`, `postcode`, `city`, `state`) VALUES
(1, 1, 'TRX_admin', 'Ashton', 'Porter', 'user1@user-mail.net', '2022-08-29 19:34:23', '2022-08-01 10:13:28', 'UA', '54010', 'Nikolaev', 'MY');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_download_log`
--

CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_orders`
--

CREATE TABLE `wp_wc_orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(20) DEFAULT NULL,
  `currency` varchar(10) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `tax_amount` decimal(26,8) DEFAULT NULL,
  `total_amount` decimal(26,8) DEFAULT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `billing_email` varchar(320) DEFAULT NULL,
  `date_created_gmt` datetime DEFAULT NULL,
  `date_updated_gmt` datetime DEFAULT NULL,
  `parent_order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `payment_method` varchar(100) DEFAULT NULL,
  `payment_method_title` text DEFAULT NULL,
  `transaction_id` varchar(100) DEFAULT NULL,
  `ip_address` varchar(100) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `customer_note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_orders_meta`
--

CREATE TABLE `wp_wc_orders_meta` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_order_addresses`
--

CREATE TABLE `wp_wc_order_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `address_type` varchar(20) DEFAULT NULL,
  `first_name` text DEFAULT NULL,
  `last_name` text DEFAULT NULL,
  `company` text DEFAULT NULL,
  `address_1` text DEFAULT NULL,
  `address_2` text DEFAULT NULL,
  `city` text DEFAULT NULL,
  `state` text DEFAULT NULL,
  `postcode` text DEFAULT NULL,
  `country` text DEFAULT NULL,
  `email` varchar(320) DEFAULT NULL,
  `phone` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_order_coupon_lookup`
--

CREATE TABLE `wp_wc_order_coupon_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_order_operational_data`
--

CREATE TABLE `wp_wc_order_operational_data` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_via` varchar(100) DEFAULT NULL,
  `woocommerce_version` varchar(20) DEFAULT NULL,
  `prices_include_tax` tinyint(1) DEFAULT NULL,
  `coupon_usages_are_counted` tinyint(1) DEFAULT NULL,
  `download_permission_granted` tinyint(1) DEFAULT NULL,
  `cart_hash` varchar(100) DEFAULT NULL,
  `new_order_email_sent` tinyint(1) DEFAULT NULL,
  `order_key` varchar(100) DEFAULT NULL,
  `order_stock_reduced` tinyint(1) DEFAULT NULL,
  `date_paid_gmt` datetime DEFAULT NULL,
  `date_completed_gmt` datetime DEFAULT NULL,
  `shipping_tax_amount` decimal(26,8) DEFAULT NULL,
  `shipping_total_amount` decimal(26,8) DEFAULT NULL,
  `discount_tax_amount` decimal(26,8) DEFAULT NULL,
  `discount_total_amount` decimal(26,8) DEFAULT NULL,
  `recorded_sales` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_order_product_lookup`
--

CREATE TABLE `wp_wc_order_product_lookup` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `variation_id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_wc_order_product_lookup`
--

INSERT INTO `wp_wc_order_product_lookup` (`order_item_id`, `order_id`, `product_id`, `variation_id`, `customer_id`, `date_created`, `product_qty`, `product_net_revenue`, `product_gross_revenue`, `coupon_amount`, `tax_amount`, `shipping_amount`, `shipping_tax_amount`) VALUES
(1, 19716, 2381, 0, 1, '2022-08-29 20:34:23', 1, 89, 89, 0, 0, 0, 0),
(2, 19716, 2377, 0, 1, '2022-08-29 20:34:23', 1, 49, 49, 0, 0, 0, 0),
(3, 19716, 2382, 0, 1, '2022-08-29 20:34:23', 1, 165, 165, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_order_stats`
--

CREATE TABLE `wp_wc_order_stats` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_order_tax_lookup`
--

CREATE TABLE `wp_wc_order_tax_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_product_attributes_lookup`
--

CREATE TABLE `wp_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_wc_product_attributes_lookup`
--

INSERT INTO `wp_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES
(18211, 2338, 'pa_color', 80, 1, 1),
(18210, 2338, 'pa_color', 82, 1, 1),
(2339, 2339, 'pa_color', 80, 0, 1),
(2339, 2339, 'pa_color', 81, 0, 1),
(2339, 2339, 'pa_color', 82, 0, 1),
(2346, 2346, 'pa_color', 80, 0, 1),
(2346, 2346, 'pa_color', 81, 0, 1),
(2346, 2346, 'pa_color', 82, 0, 1),
(2474, 2474, 'pa_color', 80, 0, 1),
(2474, 2474, 'pa_color', 81, 0, 1),
(2474, 2474, 'pa_color', 82, 0, 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_product_download_directories`
--

CREATE TABLE `wp_wc_product_download_directories` (
  `url_id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(256) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_wc_product_download_directories`
--

INSERT INTO `wp_wc_product_download_directories` (`url_id`, `url`, `enabled`) VALUES
(1, 'file:///home/inkafine.com/public_html/wp-content/uploads/woocommerce_uploads/', 1),
(2, 'https://inkafine.com/wp-content/uploads/woocommerce_uploads/', 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_product_meta_lookup`
--

CREATE TABLE `wp_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) DEFAULT 'taxable',
  `tax_class` varchar(100) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_wc_product_meta_lookup`
--

INSERT INTO `wp_wc_product_meta_lookup` (`product_id`, `sku`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES
(2335, '', 0, 0, 88.0000, 88.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', ''),
(2336, '', 0, 0, 64.0000, 64.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', ''),
(2338, '560212', 0, 0, 210.0000, 215.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', ''),
(2339, '245085', 0, 0, 157.0000, 157.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', ''),
(2344, '67459', 0, 0, 35.0000, 35.0000, 1, NULL, 'instock', 0, 0.00, 1, 'taxable', ''),
(2345, '348687', 0, 0, 256.0000, 256.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', ''),
(2346, '546795', 0, 0, 67.0000, 67.0000, 0, NULL, 'instock', 1, 5.00, 8, 'taxable', ''),
(2377, '546797', 0, 0, 49.0000, 49.0000, 0, NULL, 'instock', 1, 5.00, 5, 'taxable', ''),
(2381, '798657', 0, 0, 89.0000, 89.0000, 1, NULL, 'instock', 1, 5.00, 6, 'taxable', ''),
(2382, '546735', 0, 0, 165.0000, 165.0000, 0, NULL, 'instock', 1, 5.00, 13, 'taxable', ''),
(2473, '979504', 0, 0, 138.0000, 138.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', ''),
(2474, '', 0, 0, 65.0000, 65.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', ''),
(2482, '757012', 0, 0, 42.0000, 42.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', ''),
(18210, '', 0, 0, 215.0000, 215.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', 'parent'),
(18211, '', 0, 0, 210.0000, 210.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', 'parent'),
(18265, '757012-1', 0, 0, 235.0000, 235.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', ''),
(18269, '757012-1-1', 0, 0, 168.0000, 168.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', ''),
(18271, '757012-1-2', 0, 0, 235.0000, 235.0000, 0, NULL, 'instock', 0, 0.00, 0, 'taxable', '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_rate_limits`
--

CREATE TABLE `wp_wc_rate_limits` (
  `rate_limit_id` bigint(20) UNSIGNED NOT NULL,
  `rate_limit_key` varchar(200) NOT NULL,
  `rate_limit_expiry` bigint(20) UNSIGNED NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_reserved_stock`
--

CREATE TABLE `wp_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_tax_rate_classes`
--

CREATE TABLE `wp_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_wc_tax_rate_classes`
--

INSERT INTO `wp_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1, 'Reduced rate', 'reduced-rate'),
(2, 'Zero rate', 'zero-rate');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wc_webhooks`
--

CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_api_keys`
--

CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_attribute_taxonomies`
--

CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_woocommerce_attribute_taxonomies`
--

INSERT INTO `wp_woocommerce_attribute_taxonomies` (`attribute_id`, `attribute_name`, `attribute_label`, `attribute_type`, `attribute_orderby`, `attribute_public`) VALUES
(1, 'color', 'Color', 'select', 'menu_order', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_log`
--

CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_order_itemmeta`
--

CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_woocommerce_order_itemmeta`
--

INSERT INTO `wp_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES
(1, 1, '_product_id', '2381'),
(2, 1, '_variation_id', '0'),
(3, 1, '_qty', '1'),
(4, 1, '_tax_class', ''),
(5, 1, '_line_subtotal', '89'),
(6, 1, '_line_subtotal_tax', '0'),
(7, 1, '_line_total', '89'),
(8, 1, '_line_tax', '0'),
(9, 1, '_line_tax_data', 'a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),
(10, 2, '_product_id', '2377'),
(11, 2, '_variation_id', '0'),
(12, 2, '_qty', '1'),
(13, 2, '_tax_class', ''),
(14, 2, '_line_subtotal', '49'),
(15, 2, '_line_subtotal_tax', '0'),
(16, 2, '_line_total', '49'),
(17, 2, '_line_tax', '0'),
(18, 2, '_line_tax_data', 'a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),
(19, 3, '_product_id', '2382'),
(20, 3, '_variation_id', '0'),
(21, 3, '_qty', '1'),
(22, 3, '_tax_class', ''),
(23, 3, '_line_subtotal', '165'),
(24, 3, '_line_subtotal_tax', '0'),
(25, 3, '_line_total', '165'),
(26, 3, '_line_tax', '0'),
(27, 3, '_line_tax_data', 'a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),
(28, 4, 'method_id', 'flat_rate'),
(29, 4, 'instance_id', '4'),
(30, 4, 'cost', '0.00'),
(31, 4, 'total_tax', '0'),
(32, 4, 'taxes', 'a:1:{s:5:\"total\";a:0:{}}'),
(33, 4, 'Items', 'Linen Fabric &times; 1, Poplin Fabric &times; 1, Chiffon Curtains &times; 1');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_order_items`
--

CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_woocommerce_order_items`
--

INSERT INTO `wp_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES
(1, 'Linen Fabric', 'line_item', 19716),
(2, 'Poplin Fabric', 'line_item', 19716),
(3, 'Chiffon Curtains', 'line_item', 19716),
(4, 'Flat rate', 'shipping', 19716);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_payment_tokenmeta`
--

CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `payment_token_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_payment_tokens`
--

CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_sessions`
--

CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `session_key` char(32) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_woocommerce_sessions`
--

INSERT INTO `wp_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(1, '1', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:778:\"a:27:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2023-10-04T20:32:59+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"MY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"MY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:6:\"FName1\";s:9:\"last_name\";s:6:\"LName1\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:19:\"user1@user-mail.net\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696624381),
(6, 't_01824ebdbd234f202e3550a3a215fa', 'a:8:{s:4:\"cart\";s:6978:\"a:17:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1650;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1650;s:8:\"line_tax\";d:0;}s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:890;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:890;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:588;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:588;s:8:\"line_tax\";d:0;}s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:804;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:804;s:8:\"line_tax\";d:0;}s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2560;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2560;s:8:\"line_tax\";d:0;}s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:420;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:420;s:8:\"line_tax\";d:0;}s:32:\"35936504a37d53e03abdfbc7318d9ec7\";a:11:{s:3:\"key\";s:32:\"35936504a37d53e03abdfbc7318d9ec7\";s:10:\"product_id\";i:2339;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1570;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1570;s:8:\"line_tax\";d:0;}s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";a:11:{s:3:\"key\";s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";s:10:\"product_id\";i:2482;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:588;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:588;s:8:\"line_tax\";d:0;}s:32:\"43e4e6a6f341e00671e123714de019a8\";a:11:{s:3:\"key\";s:32:\"43e4e6a6f341e00671e123714de019a8\";s:10:\"product_id\";i:2340;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2700;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2700;s:8:\"line_tax\";d:0;}s:32:\"a3eb043e7bf775de87763e9f8121c953\";a:11:{s:3:\"key\";s:32:\"a3eb043e7bf775de87763e9f8121c953\";s:10:\"product_id\";i:2336;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:768;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:768;s:8:\"line_tax\";d:0;}s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";a:11:{s:3:\"key\";s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";s:10:\"product_id\";i:2337;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1120;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1120;s:8:\"line_tax\";d:0;}s:32:\"7b4773c039d539af17c883eb9283dd14\";a:11:{s:3:\"key\";s:32:\"7b4773c039d539af17c883eb9283dd14\";s:10:\"product_id\";i:2335;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1056;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1056;s:8:\"line_tax\";d:0;}s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";a:11:{s:3:\"key\";s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";s:10:\"product_id\";i:2474;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:520;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:520;s:8:\"line_tax\";d:0;}s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";a:11:{s:3:\"key\";s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";s:10:\"product_id\";i:2473;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1104;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1104;s:8:\"line_tax\";d:0;}s:32:\"7c36d0294e81c33334bc3ba033bddab8\";a:11:{s:3:\"key\";s:32:\"7c36d0294e81c33334bc3ba033bddab8\";s:10:\"product_id\";i:18271;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1880;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1880;s:8:\"line_tax\";d:0;}s:32:\"671dc7ee02cacc4826f3e4b105508805\";a:11:{s:3:\"key\";s:32:\"671dc7ee02cacc4826f3e4b105508805\";s:10:\"product_id\";i:18269;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1344;s:8:\"line_tax\";d:0;}s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";a:11:{s:3:\"key\";s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";s:10:\"product_id\";i:18265;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1880;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1880;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:5:\"21442\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"21442\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:8:\"21442.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696587959),
(186, 't_0b3d5f16be65e22303b8ac9af25c5d', 'a:8:{s:4:\"cart\";s:6963:\"a:17:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1980;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1980;s:8:\"line_tax\";d:0;}s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:534;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:534;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:490;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:490;s:8:\"line_tax\";d:0;}s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:536;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:536;s:8:\"line_tax\";d:0;}s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:16;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4096;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:4096;s:8:\"line_tax\";d:0;}s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:420;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:420;s:8:\"line_tax\";d:0;}s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";a:11:{s:3:\"key\";s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";s:10:\"product_id\";i:2337;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:480;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:480;s:8:\"line_tax\";d:0;}s:32:\"a3eb043e7bf775de87763e9f8121c953\";a:11:{s:3:\"key\";s:32:\"a3eb043e7bf775de87763e9f8121c953\";s:10:\"product_id\";i:2336;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:896;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:896;s:8:\"line_tax\";d:0;}s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";a:11:{s:3:\"key\";s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";s:10:\"product_id\";i:18265;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1880;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1880;s:8:\"line_tax\";d:0;}s:32:\"671dc7ee02cacc4826f3e4b105508805\";a:11:{s:3:\"key\";s:32:\"671dc7ee02cacc4826f3e4b105508805\";s:10:\"product_id\";i:18269;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1344;s:8:\"line_tax\";d:0;}s:32:\"43e4e6a6f341e00671e123714de019a8\";a:11:{s:3:\"key\";s:32:\"43e4e6a6f341e00671e123714de019a8\";s:10:\"product_id\";i:2340;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1800;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1800;s:8:\"line_tax\";d:0;}s:32:\"35936504a37d53e03abdfbc7318d9ec7\";a:11:{s:3:\"key\";s:32:\"35936504a37d53e03abdfbc7318d9ec7\";s:10:\"product_id\";i:2339;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:628;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:628;s:8:\"line_tax\";d:0;}s:32:\"7b4773c039d539af17c883eb9283dd14\";a:11:{s:3:\"key\";s:32:\"7b4773c039d539af17c883eb9283dd14\";s:10:\"product_id\";i:2335;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:352;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:352;s:8:\"line_tax\";d:0;}s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";a:11:{s:3:\"key\";s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";s:10:\"product_id\";i:2473;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:552;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:552;s:8:\"line_tax\";d:0;}s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";a:11:{s:3:\"key\";s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";s:10:\"product_id\";i:2474;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:260;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:260;s:8:\"line_tax\";d:0;}s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";a:11:{s:3:\"key\";s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";s:10:\"product_id\";i:2482;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:252;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:252;s:8:\"line_tax\";d:0;}s:32:\"7c36d0294e81c33334bc3ba033bddab8\";a:11:{s:3:\"key\";s:32:\"7c36d0294e81c33334bc3ba033bddab8\";s:10:\"product_id\";i:18271;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1410;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1410;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:5:\"17910\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"17910\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:8:\"17910.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696592648),
(322, 't_7685dfd60c8751c246c5ba5870bad3', 'a:8:{s:4:\"cart\";s:6972:\"a:17:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1068;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1068;s:8:\"line_tax\";d:0;}s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:26;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6656;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6656;s:8:\"line_tax\";d:0;}s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:30;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4950;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:4950;s:8:\"line_tax\";d:0;}s:32:\"7b4773c039d539af17c883eb9283dd14\";a:11:{s:3:\"key\";s:32:\"7b4773c039d539af17c883eb9283dd14\";s:10:\"product_id\";i:2335;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:24;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2112;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2112;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:18;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:882;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:882;s:8:\"line_tax\";d:0;}s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:18;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1206;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1206;s:8:\"line_tax\";d:0;}s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:490;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:490;s:8:\"line_tax\";d:0;}s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";a:11:{s:3:\"key\";s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";s:10:\"product_id\";i:2474;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:22;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1430;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1430;s:8:\"line_tax\";d:0;}s:32:\"43e4e6a6f341e00671e123714de019a8\";a:11:{s:3:\"key\";s:32:\"43e4e6a6f341e00671e123714de019a8\";s:10:\"product_id\";i:2340;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2700;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2700;s:8:\"line_tax\";d:0;}s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";a:11:{s:3:\"key\";s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";s:10:\"product_id\";i:18265;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1410;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1410;s:8:\"line_tax\";d:0;}s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";a:11:{s:3:\"key\";s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";s:10:\"product_id\";i:2337;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:640;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:640;s:8:\"line_tax\";d:0;}s:32:\"35936504a37d53e03abdfbc7318d9ec7\";a:11:{s:3:\"key\";s:32:\"35936504a37d53e03abdfbc7318d9ec7\";s:10:\"product_id\";i:2339;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:942;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:942;s:8:\"line_tax\";d:0;}s:32:\"a3eb043e7bf775de87763e9f8121c953\";a:11:{s:3:\"key\";s:32:\"a3eb043e7bf775de87763e9f8121c953\";s:10:\"product_id\";i:2336;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:896;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:896;s:8:\"line_tax\";d:0;}s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";a:11:{s:3:\"key\";s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";s:10:\"product_id\";i:2482;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:84;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:84;s:8:\"line_tax\";d:0;}s:32:\"7c36d0294e81c33334bc3ba033bddab8\";a:11:{s:3:\"key\";s:32:\"7c36d0294e81c33334bc3ba033bddab8\";s:10:\"product_id\";i:18271;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1410;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1410;s:8:\"line_tax\";d:0;}s:32:\"671dc7ee02cacc4826f3e4b105508805\";a:11:{s:3:\"key\";s:32:\"671dc7ee02cacc4826f3e4b105508805\";s:10:\"product_id\";i:18269;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:672;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:672;s:8:\"line_tax\";d:0;}s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";a:11:{s:3:\"key\";s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";s:10:\"product_id\";i:2473;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:5:\"27824\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"27824\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:8:\"27824.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6574:\"a:16:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1068;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1068;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:18;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:882;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:882;s:8:\"line_tax\";d:0;}s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:670;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:670;s:8:\"line_tax\";d:0;}s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3072;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3072;s:8:\"line_tax\";d:0;}s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:420;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:420;s:8:\"line_tax\";d:0;}s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";a:11:{s:3:\"key\";s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";s:10:\"product_id\";i:2474;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:780;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:780;s:8:\"line_tax\";d:0;}s:32:\"7b4773c039d539af17c883eb9283dd14\";a:11:{s:3:\"key\";s:32:\"7b4773c039d539af17c883eb9283dd14\";s:10:\"product_id\";i:2335;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:880;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:880;s:8:\"line_tax\";d:0;}s:32:\"35936504a37d53e03abdfbc7318d9ec7\";a:11:{s:3:\"key\";s:32:\"35936504a37d53e03abdfbc7318d9ec7\";s:10:\"product_id\";i:2339;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:22;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3454;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3454;s:8:\"line_tax\";d:0;}s:32:\"a3eb043e7bf775de87763e9f8121c953\";a:11:{s:3:\"key\";s:32:\"a3eb043e7bf775de87763e9f8121c953\";s:10:\"product_id\";i:2336;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:24;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1536;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1536;s:8:\"line_tax\";d:0;}s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";a:11:{s:3:\"key\";s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";s:10:\"product_id\";i:2337;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:24;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1920;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1920;s:8:\"line_tax\";d:0;}s:32:\"43e4e6a6f341e00671e123714de019a8\";a:11:{s:3:\"key\";s:32:\"43e4e6a6f341e00671e123714de019a8\";s:10:\"product_id\";i:2340;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:4500;s:8:\"line_tax\";d:0;}s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";a:11:{s:3:\"key\";s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";s:10:\"product_id\";i:2473;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:22;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3036;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3036;s:8:\"line_tax\";d:0;}s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";a:11:{s:3:\"key\";s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";s:10:\"product_id\";i:2482;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:840;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:840;s:8:\"line_tax\";d:0;}s:32:\"7c36d0294e81c33334bc3ba033bddab8\";a:11:{s:3:\"key\";s:32:\"7c36d0294e81c33334bc3ba033bddab8\";s:10:\"product_id\";i:18271;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:22;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:5170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:5170;s:8:\"line_tax\";d:0;}s:32:\"671dc7ee02cacc4826f3e4b105508805\";a:11:{s:3:\"key\";s:32:\"671dc7ee02cacc4826f3e4b105508805\";s:10:\"product_id\";i:18269;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3360;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3360;s:8:\"line_tax\";d:0;}s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";a:11:{s:3:\"key\";s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";s:10:\"product_id\";i:18265;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:18;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:4230;s:8:\"line_tax\";d:0;}}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696598944);
INSERT INTO `wp_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(867, 't_d2c1d158098a11bdaeef41051ca59b', 'a:8:{s:4:\"cart\";s:6566:\"a:16:{s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:16;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4096;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:4096;s:8:\"line_tax\";d:0;}s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:490;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:490;s:8:\"line_tax\";d:0;}s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:16;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1072;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1072;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:22;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1078;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1078;s:8:\"line_tax\";d:0;}s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";a:11:{s:3:\"key\";s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";s:10:\"product_id\";i:2337;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1120;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1120;s:8:\"line_tax\";d:0;}s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:16;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1424;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1424;s:8:\"line_tax\";d:0;}s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:26;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4290;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:4290;s:8:\"line_tax\";d:0;}s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";a:11:{s:3:\"key\";s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";s:10:\"product_id\";i:2482;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:336;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:336;s:8:\"line_tax\";d:0;}s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";a:11:{s:3:\"key\";s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";s:10:\"product_id\";i:18265;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3290;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3290;s:8:\"line_tax\";d:0;}s:32:\"43e4e6a6f341e00671e123714de019a8\";a:11:{s:3:\"key\";s:32:\"43e4e6a6f341e00671e123714de019a8\";s:10:\"product_id\";i:2340;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2700;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2700;s:8:\"line_tax\";d:0;}s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";a:11:{s:3:\"key\";s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";s:10:\"product_id\";i:2474;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:780;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:780;s:8:\"line_tax\";d:0;}s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";a:11:{s:3:\"key\";s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";s:10:\"product_id\";i:2473;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1380;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1380;s:8:\"line_tax\";d:0;}s:32:\"35936504a37d53e03abdfbc7318d9ec7\";a:11:{s:3:\"key\";s:32:\"35936504a37d53e03abdfbc7318d9ec7\";s:10:\"product_id\";i:2339;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:942;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:942;s:8:\"line_tax\";d:0;}s:32:\"7b4773c039d539af17c883eb9283dd14\";a:11:{s:3:\"key\";s:32:\"7b4773c039d539af17c883eb9283dd14\";s:10:\"product_id\";i:2335;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:528;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:528;s:8:\"line_tax\";d:0;}s:32:\"a3eb043e7bf775de87763e9f8121c953\";a:11:{s:3:\"key\";s:32:\"a3eb043e7bf775de87763e9f8121c953\";s:10:\"product_id\";i:2336;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:384;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:384;s:8:\"line_tax\";d:0;}s:32:\"671dc7ee02cacc4826f3e4b105508805\";a:11:{s:3:\"key\";s:32:\"671dc7ee02cacc4826f3e4b105508805\";s:10:\"product_id\";i:18269;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:672;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:672;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:5:\"24582\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"24582\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:8:\"24582.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6574:\"a:16:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:890;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:890;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:490;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:490;s:8:\"line_tax\";d:0;}s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:938;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:938;s:8:\"line_tax\";d:0;}s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3584;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3584;s:8:\"line_tax\";d:0;}s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:420;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:420;s:8:\"line_tax\";d:0;}s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";a:11:{s:3:\"key\";s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";s:10:\"product_id\";i:2337;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:800;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:800;s:8:\"line_tax\";d:0;}s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";a:11:{s:3:\"key\";s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";s:10:\"product_id\";i:2474;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:26;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1690;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1690;s:8:\"line_tax\";d:0;}s:32:\"43e4e6a6f341e00671e123714de019a8\";a:11:{s:3:\"key\";s:32:\"43e4e6a6f341e00671e123714de019a8\";s:10:\"product_id\";i:2340;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:24;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:5400;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:5400;s:8:\"line_tax\";d:0;}s:32:\"a3eb043e7bf775de87763e9f8121c953\";a:11:{s:3:\"key\";s:32:\"a3eb043e7bf775de87763e9f8121c953\";s:10:\"product_id\";i:2336;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:28;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1792;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1792;s:8:\"line_tax\";d:0;}s:32:\"671dc7ee02cacc4826f3e4b105508805\";a:11:{s:3:\"key\";s:32:\"671dc7ee02cacc4826f3e4b105508805\";s:10:\"product_id\";i:18269;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:22;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3696;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3696;s:8:\"line_tax\";d:0;}s:32:\"7b4773c039d539af17c883eb9283dd14\";a:11:{s:3:\"key\";s:32:\"7b4773c039d539af17c883eb9283dd14\";s:10:\"product_id\";i:2335;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:26;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2288;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2288;s:8:\"line_tax\";d:0;}s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";a:11:{s:3:\"key\";s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";s:10:\"product_id\";i:2482;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:840;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:840;s:8:\"line_tax\";d:0;}s:32:\"35936504a37d53e03abdfbc7318d9ec7\";a:11:{s:3:\"key\";s:32:\"35936504a37d53e03abdfbc7318d9ec7\";s:10:\"product_id\";i:2339;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:24;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3768;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3768;s:8:\"line_tax\";d:0;}s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";a:11:{s:3:\"key\";s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";s:10:\"product_id\";i:2473;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2760;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2760;s:8:\"line_tax\";d:0;}s:32:\"7c36d0294e81c33334bc3ba033bddab8\";a:11:{s:3:\"key\";s:32:\"7c36d0294e81c33334bc3ba033bddab8\";s:10:\"product_id\";i:18271;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3290;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3290;s:8:\"line_tax\";d:0;}s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";a:11:{s:3:\"key\";s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";s:10:\"product_id\";i:18265;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3290;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3290;s:8:\"line_tax\";d:0;}}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696601447),
(1396, 't_8e3757c52f3abb029c8a138a84b3fc', 'a:8:{s:4:\"cart\";s:414:\"a:1:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"165\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"165\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"165.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696602246),
(1397, 't_21eff2077bd3d14d4793bad24bbbb6', 'a:8:{s:4:\"cart\";s:414:\"a:1:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"165\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"165\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"165.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696602286),
(1398, 't_c9dc7d24fa05285c34777de3143773', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:89;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:89;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"89\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"89\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"89.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696602619),
(1399, 't_b96a622dfc9cb58c004e8874e06d6b', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:89;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:89;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"89\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"89\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"89.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696602638),
(1400, 't_335ef431b206edbf46b36bc3fbf257', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:49;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:49;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"49\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"49\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"49.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696603054),
(1401, 't_4ecb5a778181c408ee7159129409fa', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:49;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:49;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"49\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"49\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"49.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696603220),
(1402, 't_e3267c16acf1517336a74c27dfab1a', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:67;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:67;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"67\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"67\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"67.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696603560),
(1403, 't_94a444c48d707db5a65c73209f5654', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:67;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:67;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"67\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"67\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"67.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696603593),
(1404, 't_aae76254fb98e55a53b7a398339420', 'a:8:{s:4:\"cart\";s:414:\"a:1:{s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:256;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:256;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"256\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"256\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"256.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696603952),
(1405, 't_d7f53bc07dac47a7ca45e2a001a269', 'a:8:{s:4:\"cart\";s:414:\"a:1:{s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:256;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:256;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"256\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"256\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"256.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696604001),
(1406, 't_f0590489d6c09c9bbaa2a883dcfc63', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:35;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:35;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"35\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"35\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"35.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696604408),
(1407, 't_bcbca0cfc7d5bc4d95321fe3b35e4c', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:35;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:35;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"35\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"35\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"35.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696604423),
(1408, 't_89abde3e15ee63cf29a6d7a59668dc', 'a:8:{s:4:\"cart\";s:414:\"a:1:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"165\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"165\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"165.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696604752),
(1409, 't_3d75ec3a13582a3bb397c0b75598c6', 'a:8:{s:4:\"cart\";s:414:\"a:1:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"165\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"165\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"165.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696604798),
(1410, 't_3c7acd402ac710fb2fda892027d622', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:89;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:89;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"89\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"89\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"89.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696605103),
(1411, 't_1c9b51ac311aad644165c929f981a8', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:89;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:89;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"89\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"89\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"89.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696605159);
INSERT INTO `wp_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(1412, 't_c52e67dc841e3feb08fe7869ed0bfb', 'a:8:{s:4:\"cart\";s:4925:\"a:12:{s:32:\"43e4e6a6f341e00671e123714de019a8\";a:11:{s:3:\"key\";s:32:\"43e4e6a6f341e00671e123714de019a8\";s:10:\"product_id\";i:2340;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3150;s:8:\"line_tax\";d:0;}s:32:\"7b4773c039d539af17c883eb9283dd14\";a:11:{s:3:\"key\";s:32:\"7b4773c039d539af17c883eb9283dd14\";s:10:\"product_id\";i:2335;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:22;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1936;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1936;s:8:\"line_tax\";d:0;}s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";a:11:{s:3:\"key\";s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";s:10:\"product_id\";i:2473;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1656;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1656;s:8:\"line_tax\";d:0;}s:32:\"a3eb043e7bf775de87763e9f8121c953\";a:11:{s:3:\"key\";s:32:\"a3eb043e7bf775de87763e9f8121c953\";s:10:\"product_id\";i:2336;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:768;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:768;s:8:\"line_tax\";d:0;}s:32:\"35936504a37d53e03abdfbc7318d9ec7\";a:11:{s:3:\"key\";s:32:\"35936504a37d53e03abdfbc7318d9ec7\";s:10:\"product_id\";i:2339;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:11;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1727;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1727;s:8:\"line_tax\";d:0;}s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";a:11:{s:3:\"key\";s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";s:10:\"product_id\";i:2482;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:336;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:336;s:8:\"line_tax\";d:0;}s:32:\"7c36d0294e81c33334bc3ba033bddab8\";a:11:{s:3:\"key\";s:32:\"7c36d0294e81c33334bc3ba033bddab8\";s:10:\"product_id\";i:18271;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2350;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2350;s:8:\"line_tax\";d:0;}s:32:\"671dc7ee02cacc4826f3e4b105508805\";a:11:{s:3:\"key\";s:32:\"671dc7ee02cacc4826f3e4b105508805\";s:10:\"product_id\";i:18269;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1680;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1680;s:8:\"line_tax\";d:0;}s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";a:11:{s:3:\"key\";s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";s:10:\"product_id\";i:18265;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1880;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1880;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:98;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:98;s:8:\"line_tax\";d:0;}s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";a:11:{s:3:\"key\";s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";s:10:\"product_id\";i:2474;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:130;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:130;s:8:\"line_tax\";d:0;}s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";a:11:{s:3:\"key\";s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";s:10:\"product_id\";i:2337;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:160;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:160;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:5:\"15871\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"15871\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:8:\"15871.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:3284:\"a:8:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2310;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2310;s:8:\"line_tax\";d:0;}s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1246;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1246;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:588;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:588;s:8:\"line_tax\";d:0;}s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:804;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:804;s:8:\"line_tax\";d:0;}s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3072;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3072;s:8:\"line_tax\";d:0;}s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:420;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:420;s:8:\"line_tax\";d:0;}s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";a:11:{s:3:\"key\";s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";s:10:\"product_id\";i:2474;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:780;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:780;s:8:\"line_tax\";d:0;}s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";a:11:{s:3:\"key\";s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";s:10:\"product_id\";i:2337;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:960;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:960;s:8:\"line_tax\";d:0;}}\";s:10:\"wc_notices\";s:220:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:145:\"<a href=\"https://inkafine.com/cart/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> &ldquo;Green Jacket&rdquo; has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696606732),
(1641, 't_109ea29094fc43f2a90311537bd57e', 'a:8:{s:4:\"cart\";s:414:\"a:1:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"165\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"165\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"165.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696611508),
(1642, 't_18ac91bfa10510ec54ac409810beeb', 'a:8:{s:4:\"cart\";s:414:\"a:1:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"165\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"165\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"165.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696611552),
(1643, 't_12eb5ec334dd62c305821511188e81', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:89;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:89;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"89\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"89\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"89.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696611684),
(1644, 't_a3bc863ed0e2a1227ae4796d822d4d', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:89;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:89;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"89\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"89\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"89.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696611697),
(1645, 't_c277d77b6c87ab866e628a96353394', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:67;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:67;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"67\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"67\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"67.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696612582),
(1646, 't_44ee2114149ba0ebce7c3742b220c6', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:67;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:67;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"67\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"67\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"67.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696612583),
(1647, 't_1604810c370f7c698afa761209508e', 'a:8:{s:4:\"cart\";s:414:\"a:1:{s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:256;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:256;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"256\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"256\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"256.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696613141),
(1648, 't_cd4a6c82fb0034161a6cb7cbbabd3b', 'a:8:{s:4:\"cart\";s:414:\"a:1:{s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:256;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:256;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"256\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"256\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"256.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696613229),
(1649, 't_85f3989e976186f57961a4f35c8942', 'a:8:{s:4:\"cart\";s:4112:\"a:10:{s:32:\"671dc7ee02cacc4826f3e4b105508805\";a:11:{s:3:\"key\";s:32:\"671dc7ee02cacc4826f3e4b105508805\";s:10:\"product_id\";i:18269;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2352;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2352;s:8:\"line_tax\";d:0;}s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";a:11:{s:3:\"key\";s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";s:10:\"product_id\";i:2474;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:16;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1040;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1040;s:8:\"line_tax\";d:0;}s:32:\"a3eb043e7bf775de87763e9f8121c953\";a:11:{s:3:\"key\";s:32:\"a3eb043e7bf775de87763e9f8121c953\";s:10:\"product_id\";i:2336;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:16;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1024;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1024;s:8:\"line_tax\";d:0;}s:32:\"35936504a37d53e03abdfbc7318d9ec7\";a:11:{s:3:\"key\";s:32:\"35936504a37d53e03abdfbc7318d9ec7\";s:10:\"product_id\";i:2339;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1884;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1884;s:8:\"line_tax\";d:0;}s:32:\"7c36d0294e81c33334bc3ba033bddab8\";a:11:{s:3:\"key\";s:32:\"7c36d0294e81c33334bc3ba033bddab8\";s:10:\"product_id\";i:18271;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2820;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2820;s:8:\"line_tax\";d:0;}s:32:\"43e4e6a6f341e00671e123714de019a8\";a:11:{s:3:\"key\";s:32:\"43e4e6a6f341e00671e123714de019a8\";s:10:\"product_id\";i:2340;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2700;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2700;s:8:\"line_tax\";d:0;}s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";a:11:{s:3:\"key\";s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";s:10:\"product_id\";i:2473;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1380;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1380;s:8:\"line_tax\";d:0;}s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";a:11:{s:3:\"key\";s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";s:10:\"product_id\";i:18265;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2350;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2350;s:8:\"line_tax\";d:0;}s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";a:11:{s:3:\"key\";s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";s:10:\"product_id\";i:2482;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:84;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:84;s:8:\"line_tax\";d:0;}s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:330;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:330;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:5:\"15964\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"15964\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:8:\"15964.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:3697:\"a:9:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1980;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1980;s:8:\"line_tax\";d:0;}s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1246;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1246;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:588;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:588;s:8:\"line_tax\";d:0;}s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:804;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:804;s:8:\"line_tax\";d:0;}s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3072;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3072;s:8:\"line_tax\";d:0;}s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:490;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:490;s:8:\"line_tax\";d:0;}s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";a:11:{s:3:\"key\";s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";s:10:\"product_id\";i:2482;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:504;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:504;s:8:\"line_tax\";d:0;}s:32:\"7b4773c039d539af17c883eb9283dd14\";a:11:{s:3:\"key\";s:32:\"7b4773c039d539af17c883eb9283dd14\";s:10:\"product_id\";i:2335;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1232;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1232;s:8:\"line_tax\";d:0;}s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";a:11:{s:3:\"key\";s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";s:10:\"product_id\";i:2337;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1120;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1120;s:8:\"line_tax\";d:0;}}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696613309),
(1766, 't_315695e2c662d7c89df98de900e0af', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:35;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:35;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"35\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"35\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"35.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696613576),
(1786, 't_9bdb714fe84f938acb5c53a9b5c1cd', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:35;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:35;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"35\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"35\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"35.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696613594);
INSERT INTO `wp_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(1891, 't_ded753f2d29ca3bf0ac02e52e097e7', 'a:8:{s:4:\"cart\";s:4921:\"a:12:{s:32:\"43e4e6a6f341e00671e123714de019a8\";a:11:{s:3:\"key\";s:32:\"43e4e6a6f341e00671e123714de019a8\";s:10:\"product_id\";i:2340;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:16;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3600;s:8:\"line_tax\";d:0;}s:32:\"35936504a37d53e03abdfbc7318d9ec7\";a:11:{s:3:\"key\";s:32:\"35936504a37d53e03abdfbc7318d9ec7\";s:10:\"product_id\";i:2339;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1570;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1570;s:8:\"line_tax\";d:0;}s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";a:11:{s:3:\"key\";s:32:\"f55cadb97eaff2ba1980e001b0bd9842\";s:10:\"product_id\";i:2482;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:504;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:504;s:8:\"line_tax\";d:0;}s:32:\"7b4773c039d539af17c883eb9283dd14\";a:11:{s:3:\"key\";s:32:\"7b4773c039d539af17c883eb9283dd14\";s:10:\"product_id\";i:2335;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:880;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:880;s:8:\"line_tax\";d:0;}s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";a:11:{s:3:\"key\";s:32:\"5e6bd7a6970cd4325e587f02667f7f73\";s:10:\"product_id\";i:2473;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1656;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1656;s:8:\"line_tax\";d:0;}s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";a:11:{s:3:\"key\";s:32:\"0bf727e907c5fc9d5356f11e4c45d613\";s:10:\"product_id\";i:2474;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:780;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:780;s:8:\"line_tax\";d:0;}s:32:\"7c36d0294e81c33334bc3ba033bddab8\";a:11:{s:3:\"key\";s:32:\"7c36d0294e81c33334bc3ba033bddab8\";s:10:\"product_id\";i:18271;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2820;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2820;s:8:\"line_tax\";d:0;}s:32:\"671dc7ee02cacc4826f3e4b105508805\";a:11:{s:3:\"key\";s:32:\"671dc7ee02cacc4826f3e4b105508805\";s:10:\"product_id\";i:18269;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2016;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2016;s:8:\"line_tax\";d:0;}s:32:\"a3eb043e7bf775de87763e9f8121c953\";a:11:{s:3:\"key\";s:32:\"a3eb043e7bf775de87763e9f8121c953\";s:10:\"product_id\";i:2336;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:256;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:256;s:8:\"line_tax\";d:0;}s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:134;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:134;s:8:\"line_tax\";d:0;}s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:178;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:178;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:98;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:98;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:5:\"14492\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"14492\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:8:\"14492.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:3696:\"a:9:{s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";a:11:{s:3:\"key\";s:32:\"ee8fe9093fbbb687bef15a38facc44d2\";s:10:\"product_id\";i:2382;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:16;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2640;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2640;s:8:\"line_tax\";d:0;}s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1068;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1068;s:8:\"line_tax\";d:0;}s:32:\"269d837afada308dd4aeab28ca2d57e4\";a:11:{s:3:\"key\";s:32:\"269d837afada308dd4aeab28ca2d57e4\";s:10:\"product_id\";i:2377;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:588;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:588;s:8:\"line_tax\";d:0;}s:32:\"777669af68dbccabc30c3b6bcaa81825\";a:11:{s:3:\"key\";s:32:\"777669af68dbccabc30c3b6bcaa81825\";s:10:\"product_id\";i:2346;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:670;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:670;s:8:\"line_tax\";d:0;}s:32:\"81b073de9370ea873f548e31b8adc081\";a:11:{s:3:\"key\";s:32:\"81b073de9370ea873f548e31b8adc081\";s:10:\"product_id\";i:2345;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3584;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3584;s:8:\"line_tax\";d:0;}s:32:\"f52854cc99ae1c1966b0a21d0127975b\";a:11:{s:3:\"key\";s:32:\"f52854cc99ae1c1966b0a21d0127975b\";s:10:\"product_id\";i:2344;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:22;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:770;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:770;s:8:\"line_tax\";d:0;}s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";a:11:{s:3:\"key\";s:32:\"806fec5af7f5b48b8a31a003e171f3fb\";s:10:\"product_id\";i:2337;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:800;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:800;s:8:\"line_tax\";d:0;}s:32:\"a3eb043e7bf775de87763e9f8121c953\";a:11:{s:3:\"key\";s:32:\"a3eb043e7bf775de87763e9f8121c953\";s:10:\"product_id\";i:2336;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:896;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:896;s:8:\"line_tax\";d:0;}s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";a:11:{s:3:\"key\";s:32:\"81a25c4e9b7f4f8fa356e4863b32735e\";s:10:\"product_id\";i:18265;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2820;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2820;s:8:\"line_tax\";d:0;}}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696616562),
(2141, 't_836ca8797f8eff79dd576de658ea9b', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:89;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:89;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"89\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"89\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"89.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696624752),
(2142, 't_58ea2c37e263407dc42dbc113513e9', 'a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"7b66b4fd401a271a1c7224027ce111bc\";a:11:{s:3:\"key\";s:32:\"7b66b4fd401a271a1c7224027ce111bc\";s:10:\"product_id\";i:2381;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:89;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:89;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"89\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"89\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"89.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:720:\"a:27:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1696624776);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_shipping_zones`
--

CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_shipping_zone_locations`
--

CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_shipping_zone_methods`
--

CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_tax_rates`
--

CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_woocommerce_tax_rate_locations`
--

CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `location_type` varchar(40) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wpgdprc_access_requests`
--

CREATE TABLE `wp_wpgdprc_access_requests` (
  `ID` bigint(20) NOT NULL,
  `site_id` bigint(20) NOT NULL,
  `email_address` varchar(100) NOT NULL,
  `session_id` varchar(255) NOT NULL,
  `ip_address` varchar(100) NOT NULL,
  `token` text NOT NULL,
  `expired` tinyint(1) NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wpgdprc_consents`
--

CREATE TABLE `wp_wpgdprc_consents` (
  `ID` bigint(20) NOT NULL,
  `site_id` bigint(20) NOT NULL,
  `title` text NOT NULL,
  `description` longtext NOT NULL,
  `snippet` longtext NOT NULL,
  `wrap` tinyint(1) NOT NULL DEFAULT 1,
  `placement` varchar(20) NOT NULL,
  `plugins` longtext NOT NULL,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `date_modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE current_timestamp(),
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wpgdprc_delete_requests`
--

CREATE TABLE `wp_wpgdprc_delete_requests` (
  `ID` bigint(20) NOT NULL,
  `site_id` bigint(20) NOT NULL,
  `access_request_id` bigint(20) NOT NULL,
  `session_id` varchar(255) NOT NULL,
  `ip_address` varchar(100) NOT NULL,
  `data_id` bigint(20) NOT NULL,
  `type` varchar(255) NOT NULL,
  `processed` tinyint(1) NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wpgdprc_log`
--

CREATE TABLE `wp_wpgdprc_log` (
  `ID` bigint(20) NOT NULL,
  `site_id` bigint(20) DEFAULT NULL,
  `plugin_id` varchar(255) DEFAULT NULL,
  `form_id` varchar(255) DEFAULT NULL,
  `user` varchar(255) DEFAULT NULL,
  `ip_address` varchar(255) NOT NULL,
  `log` varchar(255) DEFAULT NULL,
  `consent_text` varchar(255) DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Índices para tablas volcadas
--

--
-- Indices de la tabla `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`);

--
-- Indices de la tabla `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indices de la tabla `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indices de la tabla `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indices de la tabla `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indices de la tabla `wp_e_events`
--
ALTER TABLE `wp_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indices de la tabla `wp_e_submissions`
--
ALTER TABLE `wp_e_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  ADD KEY `main_meta_id_index` (`main_meta_id`),
  ADD KEY `hash_id_index` (`hash_id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `campaign_id_index` (`campaign_id`),
  ADD KEY `user_id_index` (`user_id`),
  ADD KEY `user_ip_index` (`user_ip`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_read_index` (`is_read`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `referer_index` (`referer`(191)),
  ADD KEY `referer_title_index` (`referer_title`(191));

--
-- Indices de la tabla `wp_e_submissions_actions_log`
--
ALTER TABLE `wp_e_submissions_actions_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `action_name_index` (`action_name`),
  ADD KEY `status_index` (`status`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`);

--
-- Indices de la tabla `wp_e_submissions_values`
--
ALTER TABLE `wp_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- Indices de la tabla `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indices de la tabla `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indices de la tabla `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indices de la tabla `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indices de la tabla `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indices de la tabla `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indices de la tabla `wp_tinvwl_analytics`
--
ALTER TABLE `wp_tinvwl_analytics`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `unique_product` (`wishlist_id`,`product_id`,`variation_id`);

--
-- Indices de la tabla `wp_tinvwl_items`
--
ALTER TABLE `wp_tinvwl_items`
  ADD PRIMARY KEY (`ID`);

--
-- Indices de la tabla `wp_tinvwl_lists`
--
ALTER TABLE `wp_tinvwl_lists`
  ADD PRIMARY KEY (`ID`);

--
-- Indices de la tabla `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indices de la tabla `wp_wc_admin_notes`
--
ALTER TABLE `wp_wc_admin_notes`
  ADD PRIMARY KEY (`note_id`);

--
-- Indices de la tabla `wp_wc_admin_note_actions`
--
ALTER TABLE `wp_wc_admin_note_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `note_id` (`note_id`);

--
-- Indices de la tabla `wp_wc_category_lookup`
--
ALTER TABLE `wp_wc_category_lookup`
  ADD PRIMARY KEY (`category_tree_id`,`category_id`);

--
-- Indices de la tabla `wp_wc_customer_lookup`
--
ALTER TABLE `wp_wc_customer_lookup`
  ADD PRIMARY KEY (`customer_id`),
  ADD UNIQUE KEY `user_id` (`user_id`),
  ADD KEY `email` (`email`);

--
-- Indices de la tabla `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indices de la tabla `wp_wc_orders`
--
ALTER TABLE `wp_wc_orders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `status` (`status`),
  ADD KEY `date_created` (`date_created_gmt`),
  ADD KEY `customer_id_billing_email` (`customer_id`,`billing_email`(171)),
  ADD KEY `billing_email` (`billing_email`(191)),
  ADD KEY `type_status_date` (`type`,`status`,`date_created_gmt`),
  ADD KEY `parent_order_id` (`parent_order_id`),
  ADD KEY `date_updated` (`date_updated_gmt`);

--
-- Indices de la tabla `wp_wc_orders_meta`
--
ALTER TABLE `wp_wc_orders_meta`
  ADD PRIMARY KEY (`id`),
  ADD KEY `meta_key_value` (`meta_key`(100),`meta_value`(82)),
  ADD KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`(100),`meta_value`(82));

--
-- Indices de la tabla `wp_wc_order_addresses`
--
ALTER TABLE `wp_wc_order_addresses`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `email` (`email`(191)),
  ADD KEY `phone` (`phone`);

--
-- Indices de la tabla `wp_wc_order_coupon_lookup`
--
ALTER TABLE `wp_wc_order_coupon_lookup`
  ADD PRIMARY KEY (`order_id`,`coupon_id`),
  ADD KEY `coupon_id` (`coupon_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indices de la tabla `wp_wc_order_operational_data`
--
ALTER TABLE `wp_wc_order_operational_data`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `order_id` (`order_id`),
  ADD KEY `order_key` (`order_key`);

--
-- Indices de la tabla `wp_wc_order_product_lookup`
--
ALTER TABLE `wp_wc_order_product_lookup`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indices de la tabla `wp_wc_order_stats`
--
ALTER TABLE `wp_wc_order_stats`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `status` (`status`(191));

--
-- Indices de la tabla `wp_wc_order_tax_lookup`
--
ALTER TABLE `wp_wc_order_tax_lookup`
  ADD PRIMARY KEY (`order_id`,`tax_rate_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indices de la tabla `wp_wc_product_attributes_lookup`
--
ALTER TABLE `wp_wc_product_attributes_lookup`
  ADD PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  ADD KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`);

--
-- Indices de la tabla `wp_wc_product_download_directories`
--
ALTER TABLE `wp_wc_product_download_directories`
  ADD PRIMARY KEY (`url_id`),
  ADD KEY `url` (`url`(191));

--
-- Indices de la tabla `wp_wc_product_meta_lookup`
--
ALTER TABLE `wp_wc_product_meta_lookup`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `virtual` (`virtual`),
  ADD KEY `downloadable` (`downloadable`),
  ADD KEY `stock_status` (`stock_status`),
  ADD KEY `stock_quantity` (`stock_quantity`),
  ADD KEY `onsale` (`onsale`),
  ADD KEY `min_max_price` (`min_price`,`max_price`);

--
-- Indices de la tabla `wp_wc_rate_limits`
--
ALTER TABLE `wp_wc_rate_limits`
  ADD PRIMARY KEY (`rate_limit_id`),
  ADD UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191));

--
-- Indices de la tabla `wp_wc_reserved_stock`
--
ALTER TABLE `wp_wc_reserved_stock`
  ADD PRIMARY KEY (`order_id`,`product_id`);

--
-- Indices de la tabla `wp_wc_tax_rate_classes`
--
ALTER TABLE `wp_wc_tax_rate_classes`
  ADD PRIMARY KEY (`tax_rate_class_id`),
  ADD UNIQUE KEY `slug` (`slug`(191));

--
-- Indices de la tabla `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indices de la tabla `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indices de la tabla `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indices de la tabla `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`);

--
-- Indices de la tabla `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indices de la tabla `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indices de la tabla `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indices de la tabla `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indices de la tabla `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indices de la tabla `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indices de la tabla `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indices de la tabla `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indices de la tabla `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indices de la tabla `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indices de la tabla `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indices de la tabla `wp_wpgdprc_access_requests`
--
ALTER TABLE `wp_wpgdprc_access_requests`
  ADD PRIMARY KEY (`ID`);

--
-- Indices de la tabla `wp_wpgdprc_consents`
--
ALTER TABLE `wp_wpgdprc_consents`
  ADD PRIMARY KEY (`ID`);

--
-- Indices de la tabla `wp_wpgdprc_delete_requests`
--
ALTER TABLE `wp_wpgdprc_delete_requests`
  ADD PRIMARY KEY (`ID`);

--
-- Indices de la tabla `wp_wpgdprc_log`
--
ALTER TABLE `wp_wpgdprc_log`
  ADD PRIMARY KEY (`ID`);

--
-- AUTO_INCREMENT de las tablas volcadas
--

--
-- AUTO_INCREMENT de la tabla `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38;

--
-- AUTO_INCREMENT de la tabla `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=681;

--
-- AUTO_INCREMENT de la tabla `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT de la tabla `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT de la tabla `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=167;

--
-- AUTO_INCREMENT de la tabla `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85;

--
-- AUTO_INCREMENT de la tabla `wp_e_events`
--
ALTER TABLE `wp_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_e_submissions`
--
ALTER TABLE `wp_e_submissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_e_submissions_actions_log`
--
ALTER TABLE `wp_e_submissions_actions_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_e_submissions_values`
--
ALTER TABLE `wp_e_submissions_values`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=97045;

--
-- AUTO_INCREMENT de la tabla `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=161253;

--
-- AUTO_INCREMENT de la tabla `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20340;

--
-- AUTO_INCREMENT de la tabla `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=106;

--
-- AUTO_INCREMENT de la tabla `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=198;

--
-- AUTO_INCREMENT de la tabla `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=198;

--
-- AUTO_INCREMENT de la tabla `wp_tinvwl_items`
--
ALTER TABLE `wp_tinvwl_items`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_tinvwl_lists`
--
ALTER TABLE `wp_tinvwl_lists`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=468;

--
-- AUTO_INCREMENT de la tabla `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_wc_admin_notes`
--
ALTER TABLE `wp_wc_admin_notes`
  MODIFY `note_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;

--
-- AUTO_INCREMENT de la tabla `wp_wc_admin_note_actions`
--
ALTER TABLE `wp_wc_admin_note_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1107;

--
-- AUTO_INCREMENT de la tabla `wp_wc_customer_lookup`
--
ALTER TABLE `wp_wc_customer_lookup`
  MODIFY `customer_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  MODIFY `download_log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wc_orders_meta`
--
ALTER TABLE `wp_wc_orders_meta`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wc_order_addresses`
--
ALTER TABLE `wp_wc_order_addresses`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wc_order_operational_data`
--
ALTER TABLE `wp_wc_order_operational_data`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wc_product_download_directories`
--
ALTER TABLE `wp_wc_product_download_directories`
  MODIFY `url_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de la tabla `wp_wc_rate_limits`
--
ALTER TABLE `wp_wc_rate_limits`
  MODIFY `rate_limit_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wc_tax_rate_classes`
--
ALTER TABLE `wp_wc_tax_rate_classes`
  MODIFY `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de la tabla `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  MODIFY `order_item_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  MODIFY `token_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2143;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wpgdprc_access_requests`
--
ALTER TABLE `wp_wpgdprc_access_requests`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wpgdprc_consents`
--
ALTER TABLE `wp_wpgdprc_consents`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wpgdprc_delete_requests`
--
ALTER TABLE `wp_wpgdprc_delete_requests`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wpgdprc_log`
--
ALTER TABLE `wp_wpgdprc_log`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
